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=c72e59a23ff063da1936e37ecf9eb3a9839e2e66 The branch, master has been updated via c72e59a23ff063da1936e37ecf9eb3a9839e2e66 (commit) from 5ad96388128572531f3516aff691b3ced631bffd (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 ----------------------------------------------------------------- commit c72e59a23ff063da1936e37ecf9eb3a9839e2e66 Author: Simon Josefsson <[email protected]> Date: Mon Mar 22 22:46:03 2010 +0100 Bump versions. ----------------------------------------------------------------------- Summary of changes: NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a4426fd..fb9730a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ GSS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson See the end for copying conditions. +* Version 0.1.6 (unreleased) + +** API and ABI modifications. +No changes since last version. + * Version 0.1.5 (released 2010-03-22) ** Properly increment shared library version for newly added APIs in v0.1.4. diff --git a/configure.ac b/configure.ac index ac9a1c7..7cd3416 100644 --- a/configure.ac +++ b/configure.ac @@ -20,14 +20,14 @@ 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], [0.1.5], [[email protected]], [gss]) +AC_INIT([GNU Generic Security Service], [0.1.6], [[email protected]], [gss]) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 2) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 1) # Used when creating libgss-XX.def. hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gss-commit
