Skip to content

Commit 296a352

Browse files
author
Shirshendu Mukherjee
authored
Merge pull request #440 from shirshendu/rel_prep/1.6.3-7
rel_prep/1.6.3-7
2 parents af09afd + 7914930 commit 296a352

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME := tendrl-api
22
VERSION := 1.6.3
3-
RELEASE := 6
3+
RELEASE := 7
44
COMMIT := $(shell git rev-parse HEAD)
55
SHORTCOMMIT := $(shell echo $(COMMIT) | cut -c1-7)
66

tendrl-api.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Name: %{name}
1212
Version: 1.6.3
13-
Release: 6%{?dist}
13+
Release: 7%{?dist}
1414
Summary: Collection of tendrl api extensions
1515
Group: Development/Languages
1616
License: LGPLv2+
@@ -129,6 +129,9 @@ systemctl enable tendrl-api >/dev/null 2>&1 || :
129129
%config(noreplace) %{_sysconfdir}/httpd/conf.d/tendrl.conf
130130

131131
%changelog
132+
* Fri Jul 27 2018 Shirshendu Mukherjee <[email protected]> - 1.6.3-7
133+
- Bugfix for recursion when non-json 'data' attr is present
134+
132135
* Wed Jul 04 2018 Shirshendu Mukherjee <[email protected]> - 1.6.3-6
133136
- Restrict username length to 20 chars
134137

0 commit comments

Comments
 (0)