summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mod_lookup_identity.spec')
-rw-r--r--mod_lookup_identity.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 5bc77d3..9db2f1a 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -7,7 +7,7 @@
Summary: Apache module to retrieve additional information about the authenticated user
Name: mod_lookup_identity
-Version: 0.8.3
+Version: 0.9.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,6 +58,11 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup
%{_httpd_moddir}/*.so
%changelog
+* Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.0-1
+- Add support for '+'-prefixed note/variable names.
+- Silence compile warnings by specifying C99.
+- Fix format of logs of dbus calls.
+
* Sat Feb 01 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.8.3-1
- 1058812 - drop explicit dbus-libs dependency.