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 libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=824409ef982af09f13e1bb6800b882fa0d974cdc The branch, master has been updated via 824409ef982af09f13e1bb6800b882fa0d974cdc (commit) from 3ce1c41e0870bdb8197a2c66670cdbe89934b5c3 (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 824409ef982af09f13e1bb6800b882fa0d974cdc Author: Simon Josefsson <[email protected]> Date: Mon Nov 28 10:07:55 2011 +0100 Bump versions. ----------------------------------------------------------------------- Summary of changes: NEWS | 6 ++++++ configure.ac | 4 ++-- lib/stringprep.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4610662..71e323c 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002-2011 Simon Josefsson See the end for copying conditions. +* Version 1.24 (unreleased) [?] + +** Update gnulib files. + +** API and ABI is backwards compatible with the previous version. + * Version 1.23 (released 2011-11-25) [stable] ** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t. diff --git a/configure.ac b/configure.ac index 834f6d9..fc4c0b3 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([GNU Libidn], [1.23], [[email protected]]) +AC_INIT([GNU Libidn], [1.24], [[email protected]]) AC_COPYRIGHT([Copyright (c) 2002-2011 Simon Josefsson <[email protected]>.]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -31,7 +31,7 @@ AM_SILENT_RULES([yes]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 17) -AC_SUBST(LT_REVISION, 6) +AC_SUBST(LT_REVISION, 7) AC_SUBST(LT_AGE, 6) AC_PROG_CC diff --git a/lib/stringprep.h b/lib/stringprep.h index 34835e4..50ccdcb 100644 --- a/lib/stringprep.h +++ b/lib/stringprep.h @@ -44,7 +44,7 @@ extern "C" { # endif -# define STRINGPREP_VERSION "1.23" +# define STRINGPREP_VERSION "1.24" /* Error codes. */ typedef enum hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
