Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME := tendrl-api
VERSION := 1.6.3
RELEASE := 6
RELEASE := 7
COMMIT := $(shell git rev-parse HEAD)
SHORTCOMMIT := $(shell echo $(COMMIT) | cut -c1-7)

Expand Down
5 changes: 4 additions & 1 deletion tendrl-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

%changelog
* Fri Jul 27 2018 Shirshendu Mukherjee <smukherj@redhat.com> - 1.6.3-7
- Bugfix for recursion when non-json 'data' attr is present

* Wed Jul 04 2018 Shirshendu Mukherjee <smukherj@redhat.com> - 1.6.3-6
- Restrict username length to 20 chars

Expand Down