This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=c896885fb79303e09f9aba3a696764f3190d8f00 The branch, master has been updated via c896885fb79303e09f9aba3a696764f3190d8f00 (commit) from 656625e71dc1715583dfa17109f7d96450bf0cdc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 94d7951..2173368 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,15 @@ GSS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2003-2012 Simon Josefsson See the end for copying conditions. +* Version 1.0.3 (unreleased) + +** i18n: Translations were updated. + +** build: Update gnulib files. + +** API and ABI modifications. +No changes since last version. + * Version 1.0.2 (released 2011-11-25) ** gss/api.h: Added RFC 5587 const typedefs. diff --git a/configure.ac b/configure.ac index 7c1c5bf..d006741 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # Boston, MA 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([GNU Generic Security Service], [1.0.2], [[email protected]], [gss]) +AC_INIT([GNU Generic Security Service], [1.0.3], [[email protected]], [gss]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) @@ -32,7 +32,7 @@ AM_SILENT_RULES([yes]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 3) -AC_SUBST(LT_REVISION, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 0) # Checks for programs. hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gss-commit
