diff options
author | Simo Sorce <simo@redhat.com> | 2015-04-02 18:00:51 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-04-02 18:00:51 -0400 |
commit | 384f937f4cd9c7c09ed9226b620fe33912fe46e5 (patch) | |
tree | b519b9fac4b3ddd15062e0b180a1d43903eb29fa | |
parent | e5db7c1f5738c7874e73869a2f4511193f956b81 (diff) | |
download | mod_auth_gssapi-384f937f4cd9c7c09ed9226b620fe33912fe46e5.tar.gz mod_auth_gssapi-384f937f4cd9c7c09ed9226b620fe33912fe46e5.tar.xz mod_auth_gssapi-384f937f4cd9c7c09ed9226b620fe33912fe46e5.zip |
Bump version to 1.1.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | contrib/mod_auth_gssapi.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7c33359..91a2679 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [1.1.0], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.1.1], [simo@redhat.com]) AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) diff --git a/contrib/mod_auth_gssapi.spec b/contrib/mod_auth_gssapi.spec index bc1fa6d..1d45f88 100644 --- a/contrib/mod_auth_gssapi.spec +++ b/contrib/mod_auth_gssapi.spec @@ -1,5 +1,5 @@ Name: mod_auth_gssapi -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: A GSSAPI Authentication module for Apache @@ -43,6 +43,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir} %{_httpd_moddir}/mod_auth_gssapi.so %changelog +* Thu Apr 2 2015 Simo Sorce <simo@redhat.com> 1.1.1-1 +- New minor release 1.1.1 + * Thu Mar 12 2015 Simo Sorce <simo@redhat.com> 1.1.0-1 - New minor release 1.1.0 |