[svn] gpg-error - r156 - trunk

svn author marcus cvs at cvs.gnupg.org
Fri Mar 3 15:53:59 CET 2006


Author: marcus
Date: 2006-03-03 15:53:58 +0100 (Fri, 03 Mar 2006)
New Revision: 156

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
2006-03-03  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE):
	Bump for release.
	(LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-01-24 20:06:03 UTC (rev 155)
+++ trunk/ChangeLog	2006-03-03 14:53:58 UTC (rev 156)
@@ -1,3 +1,9 @@
+2006-03-03  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE):
+	Bump for release.
+	(LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
+
 2005-11-02  Werner Koch  <wk at g10code.com>
 
 	* src/Makefile.am (gpg_error_SOURCES): Include ARCH_SOURCES.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-01-24 20:06:03 UTC (rev 155)
+++ trunk/NEWS	2006-03-03 14:53:58 UTC (rev 156)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.2 (unreleased)
+Noteworthy changes in version 1.2 (2006-03-03)
 ----------------------------------------------
 
  * New function gpg_err_init, which binds the locale directory to
@@ -25,6 +25,7 @@
 GPG_ERR_INITIALIZED		NEW
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+
 Noteworthy changes in version 1.1 (2005-06-20)
 ----------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-01-24 20:06:03 UTC (rev 155)
+++ trunk/configure.ac	2006-03-03 14:53:58 UTC (rev 156)
@@ -23,16 +23,16 @@
 min_automake_version="1.9.3"
 # The gettext version is set below using AM_GNU_GETTEXT_VERSION
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT([libgpg-error],[1.2-cvs],[bug-gnupg at gnupg.org])
+AC_INIT([libgpg-error],[1.2],[bug-gnupg at gnupg.org])
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:			REVISION++)
 #   (Interfaces added/removed/changed:	CURRENT++, REVISION=0)
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed:		AGE=0)
-# Note, that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=1
-LIBGPG_ERROR_LT_AGE=1
-LIBGPG_ERROR_LT_REVISION=4
+# Note that added error codes don't constitute an interface change.
+LIBGPG_ERROR_LT_CURRENT=2
+LIBGPG_ERROR_LT_AGE=2
+LIBGPG_ERROR_LT_REVISION=0
 AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
 AC_SUBST(LIBGPG_ERROR_LT_AGE)
 AC_SUBST(LIBGPG_ERROR_LT_REVISION)




More information about the Gnupg-commits mailing list