diff options
author | Simo Sorce <simo@redhat.com> | 2015-04-21 11:48:38 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-04-21 11:48:38 -0400 |
commit | 98c182823c31529f70a8931dcdaf4c38db395d87 (patch) | |
tree | 51cdf7bac7c1b4679a3a1f26d4182e15483a59e9 | |
parent | 983ac18b86eb0059274692690e0cf925549174ac (diff) | |
download | mod_auth_gssapi-98c182823c31529f70a8931dcdaf4c38db395d87.tar.gz mod_auth_gssapi-98c182823c31529f70a8931dcdaf4c38db395d87.tar.xz mod_auth_gssapi-98c182823c31529f70a8931dcdaf4c38db395d87.zip |
Bump version to 1.2.0
-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 91a2679..1eb3e90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [1.1.1], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.2.0], [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 1d45f88..8d839ce 100644 --- a/contrib/mod_auth_gssapi.spec +++ b/contrib/mod_auth_gssapi.spec @@ -1,5 +1,5 @@ Name: mod_auth_gssapi -Version: 1.1.1 +Version: 1.2.0 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 21 2015 Simo Sorce <simo@redhat.com> 1.2.0-1 +- New minor release 1.2.0 + * Thu Apr 2 2015 Simo Sorce <simo@redhat.com> 1.1.1-1 - New minor release 1.1.1 |