summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-13 09:21:02 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-05-13 09:21:02 +0200
commitdc6249877d550cde796c302dcfd7085924c4d776 (patch)
treed19d4bcbb8cd7af12a348cc1eec8009e9c096ad1
parent8bc874ad1a9b5df6e3d5a4987c86d7826d1f88ad (diff)
downloadmod_lookup_identity-dc6249877d550cde796c302dcfd7085924c4d776.tar.gz
mod_lookup_identity-dc6249877d550cde796c302dcfd7085924c4d776.tar.xz
mod_lookup_identity-dc6249877d550cde796c302dcfd7085924c4d776.zip
Update .spec for 0.9.0.mod_lookup_identity-0.9.0
-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.