Release v1.0.1 v1.0.1
authorSimo Sorce <simo@redhat.com>
Thu, 14 Aug 2014 12:58:59 +0000 (08:58 -0400)
committerSimo Sorce <simo@redhat.com>
Thu, 14 Aug 2014 12:58:59 +0000 (08:58 -0400)
configure.ac
contrib/mod_auth_gssapi.spec

index be8c6e1..c7243fe 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([mod_auth_gssapi], [1.0.0], [simo@redhat.com])
+AC_INIT([mod_auth_gssapi], [1.0.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])
index 9f7f612..ec83cb5 100644 (file)
@@ -1,5 +1,5 @@
 Name:           mod_auth_gssapi
-Version:        1.0.0
+Version:        1.0.1
 Release:        1%{?dist}
 Summary:        A GSSAPI Authentication module for Apache
 
@@ -43,5 +43,8 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
 %{_httpd_moddir}/mod_auth_gssapi.so
 
 %changelog
-* Tue Jun 24 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
-- First spec
+* Thu Aug 14 2014 Simo Sorce <simo@redhat.com> 1.0.1-1
+- Patch release 1.0.1
+
+* Mon Aug  4 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
+- First release