From 5e370f7693c0ef2c631612f3736eb3f74992409c Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 14 Mar 2006 13:15:10 +0000 Subject: 2006-03-14 Marcus Brinkmann Released 1.3. * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release. --- ChangeLog | 4 ++++ NEWS | 6 +----- configure.ac | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52e82a0..10a6afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-03-14 Marcus Brinkmann + 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. diff --git a/NEWS b/NEWS index 49cc498..a9b9193 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,8 @@ -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) ---------------------------------------------- diff --git a/configure.ac b/configure.ac index cf9b2b7..259c6e5 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ(2.59) 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@gnupg.org]) +AC_INIT([libgpg-error],[1.3],[bug-gnupg@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 @@ AC_INIT([libgpg-error],[1.3-cvs],[bug-gnupg@gnupg.org]) # 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) -- cgit v1.2.3