Skip to content

Commit b34edb3

Browse files
committed
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 <[email protected]>
1 parent 5571d79 commit b34edb3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([mod_auth_gssapi], [1.3.1], [[email protected]])
2+
AC_INIT([mod_auth_gssapi], [1.3.2], [[email protected]])
33
AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
44
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
55
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

contrib/mod_auth_gssapi.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mod_auth_gssapi
2-
Version: 1.3.1
2+
Version: 1.3.2
33
Release: 1%{?dist}
44
Summary: A GSSAPI Authentication module for Apache
55

@@ -43,6 +43,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
4343
%{_httpd_moddir}/mod_auth_gssapi.so
4444

4545
%changelog
46+
* Wed Feb 17 2015 Simo Sorce <[email protected]> 1.3.2-1
47+
- NEAR Shoemaker launch (1996) release (1.3.2)
48+
4649
* Thu Sep 3 2015 Simo Sorce <[email protected]> 1.3.1-1
4750
- Viking 2 landing (1976) release (1.3.1)
4851

0 commit comments

Comments
 (0)