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=7508dd5dd90b4933ec342297057b519997507de8 The branch, master has been updated via 7508dd5dd90b4933ec342297057b519997507de8 (commit) from fc88e8024de9c5dee992fabd1316124b2a4e5d02 (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 7508dd5dd90b4933ec342297057b519997507de8 Author: Simon Josefsson <[email protected]> Date: Wed May 4 22:20:31 2011 +0200 Bump versions. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++++ configure.ac | 4 ++-- lib/stringprep.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c9f1f17..999b4e6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002-2011 Simon Josefsson See the end for copying conditions. +* Version 1.23 (unreleased) [?] + +** API and ABI is backwards compatible with the previous version. + * Version 1.22 (released 2011-05-04) [stable] ** libidn: Add -liconv as static library requirement in libidn.pc, for MinGW. diff --git a/configure.ac b/configure.ac index 8dbdb66..caadeef 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,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.22], [[email protected]]) +AC_INIT([GNU Libidn], [1.23], [[email protected]]) AC_COPYRIGHT([Copyright (c) 2002-2011 Simon Josefsson <[email protected]>.]) # Library code modified: REVISION++ @@ -27,7 +27,7 @@ AC_COPYRIGHT([Copyright (c) 2002-2011 Simon Josefsson <[email protected]>.]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 17) -AC_SUBST(LT_REVISION, 5) +AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 6) # For DEF file. diff --git a/lib/stringprep.h b/lib/stringprep.h index e2542a7..9fcc068 100644 --- a/lib/stringprep.h +++ b/lib/stringprep.h @@ -44,7 +44,7 @@ extern "C" { # endif -# define STRINGPREP_VERSION "1.22" +# define STRINGPREP_VERSION "1.23" /* Error codes. */ typedef enum hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
