Skip to content

Commit 49002c0

Browse files
committed
Release v1.0.1
1 parent 82b49ae commit 49002c0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([mod_auth_gssapi], [1.0.0], [simo@redhat.com])
2+
AC_INIT([mod_auth_gssapi], [1.0.1], [simo@redhat.com])
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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mod_auth_gssapi
2-
Version: 1.0.0
2+
Version: 1.0.1
33
Release: 1%{?dist}
44
Summary: A GSSAPI Authentication module for Apache
55

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

4545
%changelog
46-
* Tue Jun 24 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
47-
- First spec
46+
* Thu Aug 14 2014 Simo Sorce <simo@redhat.com> 1.0.1-1
47+
- Patch release 1.0.1
48+
49+
* Mon Aug 4 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
50+
- First release

0 commit comments

Comments
 (0)