summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-09-03 13:22:17 -0400
committerSimo Sorce <simo@redhat.com>2015-09-03 13:22:17 -0400
commitac31a91649cf02647697337cb531179cd05f562e (patch)
treea376771570f206961bf54469be66ca7af058cc21
parentd42296e3e7cb8add473c8e028646ce134e17ca44 (diff)
downloadmod_auth_gssapi-ac31a91649cf02647697337cb531179cd05f562e.tar.gz
mod_auth_gssapi-ac31a91649cf02647697337cb531179cd05f562e.tar.xz
mod_auth_gssapi-ac31a91649cf02647697337cb531179cd05f562e.zip
Release 1.3.1 - Viking 2 landing
On September 3rd, 1976 the Viking 2 lander separates from the orbiter and lands at Utopia Planitia on Mars... Signed-off-by: Simo Sorce <simo@redhat.com>
-rw-r--r--configure.ac2
-rw-r--r--contrib/mod_auth_gssapi.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b378b26..f8d3cf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([mod_auth_gssapi], [1.3.0], [simo@redhat.com])
+AC_INIT([mod_auth_gssapi], [1.3.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 4085199..a66736b 100644
--- a/contrib/mod_auth_gssapi.spec
+++ b/contrib/mod_auth_gssapi.spec
@@ -1,5 +1,5 @@
Name: mod_auth_gssapi
-Version: 1.3.0
+Version: 1.3.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 Sep 3 2015 Simo Sorce <simo@redhat.com> 1.3.1-1
+- Viking 2 landing (1976) release (1.3.1)
+
* Sat Jul 4 2015 Simo Sorce <simo@redhat.com> 1.3.0-1
- US Independence day release (1.3.0)