summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-13 14:44:10 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-05-13 14:44:10 +0200
commite2ab65bcd478e9c8449591f4dbd86aaa11ebfb3d (patch)
tree79cf10e2930098ab017f3f00db095e24d5b270ac
parentea4d7f36e5b60914674c2aa736e2051aee97b091 (diff)
downloadmod_lookup_identity-e2ab65bcd478e9c8449591f4dbd86aaa11ebfb3d.tar.gz
mod_lookup_identity-e2ab65bcd478e9c8449591f4dbd86aaa11ebfb3d.tar.xz
mod_lookup_identity-e2ab65bcd478e9c8449591f4dbd86aaa11ebfb3d.zip
Update .spec for 0.9.1.mod_lookup_identity-0.9.1
-rw-r--r--mod_lookup_identity.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 9db2f1a..ec9ad33 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.9.0
+Version: 0.9.1
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,6 +58,10 @@ 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.1-1
+- Address code issues revealed by coverity scan.
+- Minor README fixes.
+
* 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.