[svn] gpg-error - r163 - trunk
svn author marcus
cvs at cvs.gnupg.org
Tue Mar 14 14:15:10 CET 2006
Author: marcus
Date: 2006-03-14 14:15:10 +0100 (Tue, 14 Mar 2006)
New Revision: 163
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
2006-03-14 Marcus Brinkmann <marcus at g10code.de>
Released 1.3.
* configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-03-14 12:45:58 UTC (rev 162)
+++ trunk/ChangeLog 2006-03-14 13:15:10 UTC (rev 163)
@@ -1,5 +1,9 @@
2006-03-14 Marcus Brinkmann <marcus at g10code.de>
+ Released 1.3.
+
+ * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
+
Many files regenerated.
* src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS):
Add -I../intl.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2006-03-14 12:45:58 UTC (rev 162)
+++ trunk/NEWS 2006-03-14 13:15:10 UTC (rev 163)
@@ -1,13 +1,9 @@
-Noteworthy changes in version 1.3 (unreleased)
+Noteworthy changes in version 1.3 (2006-03-14)
----------------------------------------------
* GNU gettext is included for systems that do not provide it.
- * Interface changes relative to the 1.2 release:
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Noteworthy changes in version 1.2 (2006-03-03)
----------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-03-14 12:45:58 UTC (rev 162)
+++ trunk/configure.ac 2006-03-14 13:15:10 UTC (rev 163)
@@ -23,7 +23,7 @@
min_automake_version="1.9.6"
# 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.3-cvs],[bug-gnupg at gnupg.org])
+AC_INIT([libgpg-error],[1.3],[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)
@@ -32,7 +32,7 @@
# 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
+LIBGPG_ERROR_LT_REVISION=1
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