summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-02-17 20:56:44 -0500
committerSimo Sorce <simo@redhat.com>2016-02-22 14:06:27 -0500
commitb34edb36128630ca05d768edc2419f1c945475a0 (patch)
tree8ad793bfd7bc3cab4c947fd8df4c0018853ee920
parent5571d79a78a1360f2a56b22c6bf59640cf2c88e8 (diff)
downloadmod_auth_gssapi-b34edb36128630ca05d768edc2419f1c945475a0.tar.gz
mod_auth_gssapi-b34edb36128630ca05d768edc2419f1c945475a0.tar.xz
mod_auth_gssapi-b34edb36128630ca05d768edc2419f1c945475a0.zip
Release 1.3.2 - NEAR Shoemaker launch
On February 17th, 1996 the NEAR Shoemaker probe is launched. The first probe to soft-land on a Near Earth Asteroid (Eros). 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 f8d3cf8..7065b64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([mod_auth_gssapi], [1.3.1], [simo@redhat.com])
+AC_INIT([mod_auth_gssapi], [1.3.2], [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 a66736b..4420abb 100644
--- a/contrib/mod_auth_gssapi.spec
+++ b/contrib/mod_auth_gssapi.spec
@@ -1,5 +1,5 @@
Name: mod_auth_gssapi
-Version: 1.3.1
+Version: 1.3.2
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
+* Wed Feb 17 2015 Simo Sorce <simo@redhat.com> 1.3.2-1
+- NEAR Shoemaker launch (1996) release (1.3.2)
+
* Thu Sep 3 2015 Simo Sorce <simo@redhat.com> 1.3.1-1
- Viking 2 landing (1976) release (1.3.1)