diff options
author | Simo Sorce <simo@redhat.com> | 2014-09-12 10:40:06 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-10-11 14:47:32 -0400 |
commit | 1d9d2468733fdfffa9fcaa811751e741948aab1d (patch) | |
tree | 82437e4cb3d1c37fac4d3e6ffe73c9dd97513c2a | |
parent | e3d818c06bf103a6121e3f3198d70e60b60cd454 (diff) | |
download | mod_auth_gssapi-1d9d2468733fdfffa9fcaa811751e741948aab1d.tar.gz mod_auth_gssapi-1d9d2468733fdfffa9fcaa811751e741948aab1d.tar.xz mod_auth_gssapi-1d9d2468733fdfffa9fcaa811751e741948aab1d.zip |
Bump version to 1.0.3
-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 b709373..f8ac579 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [1.0.2], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.0.3], [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 f61d93f..36af2f5 100644 --- a/contrib/mod_auth_gssapi.spec +++ b/contrib/mod_auth_gssapi.spec @@ -1,5 +1,5 @@ Name: mod_auth_gssapi -Version: 1.0.2 +Version: 1.0.3 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 +* Sat Oct 11 2014 Simo Sorce <simo@redhat.com> 1.0.3-1 +- Patch release 1.0.3 + * Thu Aug 26 2014 Simo Sorce <simo@redhat.com> 1.0.2-1 - Patch release 1.0.2 |