gss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gss branch, master, updated. gss-0-1-4-4-g54e3d82


From: Simon Josefsson
Subject: [SCM] GNU gss branch, master, updated. gss-0-1-4-4-g54e3d82
Date: Mon, 22 Mar 2010 09:41:31 +0000

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=54e3d829e6988fdf4d5179d832ed89160726fa83

The branch, master has been updated
       via  54e3d829e6988fdf4d5179d832ed89160726fa83 (commit)
       via  f4deba1688acc810d3f33e37e3d1527479f3e765 (commit)
       via  f8e27658b3f11cfea1ba8b8e62585f6c4706375d (commit)
       via  b23b8b5360f0644fbfb529148216b226c838aa33 (commit)
      from  79f7cdd8d6819ba87d0b2dfd656bb335af78e2e1 (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 54e3d829e6988fdf4d5179d832ed89160726fa83
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 22 10:41:27 2010 +0100

    Generated.

commit f4deba1688acc810d3f33e37e3d1527479f3e765
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 22 10:40:27 2010 +0100

    Version 0.1.5.

commit f8e27658b3f11cfea1ba8b8e62585f6c4706375d
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 22 10:37:30 2010 +0100

    Bump versions.

commit b23b8b5360f0644fbfb529148216b226c838aa33
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 22 10:35:26 2010 +0100

    Add.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |   16 ++++++++++++++++
 NEWS             |    8 ++++++++
 configure.ac     |    8 ++++----
 doc/announce.txt |    4 ++++
 4 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8d58617..f46a456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
 2010-03-22  Simon Josefsson <address@hidden>
 
+       * NEWS: Version 0.1.5.
+
+2010-03-22  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac: Bump versions.
+
+2010-03-22  Simon Josefsson <address@hidden>
+
+       * doc/announce.txt: Add.
+
+2010-03-22  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
+2010-03-22  Simon Josefsson <address@hidden>
+
        * NEWS: Version 0.1.4.
 
 2010-03-22  Simon Josefsson <address@hidden>
diff --git a/NEWS b/NEWS
index b227af2..a4426fd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ 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.5 (released 2010-03-22)
+
+** Properly increment shared library version for newly added APIs in v0.1.4.
+Note that the API/ABI is still fully backwards compatible.
+
+** API and ABI modifications.
+No changes since last version.
+
 * Version 0.1.4 (released 2010-03-22)
 
 ** Add new interfaces defined in RFC 5801.
diff --git a/configure.ac b/configure.ac
index ccdc317..ac9a1c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,15 +20,15 @@ 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.4], address@hidden, [gss])
+AC_INIT([GNU Generic Security Service], [0.1.5], address@hidden, [gss])
 
 # Library code modified:                              REVISION++
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 1)
-AC_SUBST(LT_REVISION, 4)
-AC_SUBST(LT_AGE, 0)
+AC_SUBST(LT_CURRENT, 2)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 1)
 
 # Used when creating libgss-XX.def.
 DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
diff --git a/doc/announce.txt b/doc/announce.txt
index 1d1b7ab..5bfd4f5 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -1,3 +1,7 @@
+Subject: Generic Security Service Library (GSSLib) 0.1.3
+To: address@hidden, address@hidden
+<#part sign=pgpmime>
+
 GSSLib is an implementation of the Generic Security Service Application
 Program Interface (GSS-API).  GSS-API is used by network servers to
 provide security services.  For example, GSS can be used to authenticate


hooks/post-receive
-- 
GNU gss




reply via email to

[Prev in Thread] Current Thread [Next in Thread]