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=6956a348106651dc26a8c8b700bd0a8a1eb32a7f The branch, master has been updated via 6956a348106651dc26a8c8b700bd0a8a1eb32a7f (commit) via a673d4c644731bcccc2ee7637aaa10d6d24d5692 (commit) from 089ad817c9f61e39d8e8c0be098ab34edfc4e6f2 (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 6956a348106651dc26a8c8b700bd0a8a1eb32a7f Author: Simon Josefsson <[email protected]> Date: Tue Jan 12 14:54:12 2010 +0100 Touch. commit a673d4c644731bcccc2ee7637aaa10d6d24d5692 Author: Simon Josefsson <[email protected]> Date: Tue Jan 12 14:52:24 2010 +0100 Bump versions. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++++ configure.ac | 6 +++--- lib/gen-unicode-tables.pl | 2 +- lib/stringprep.h | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 0d74d07..afffb91 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson See the end for copying conditions. +* Version 1.17 (unreleased) + +** API and ABI is backwards compatible with the previous version. + * Version 1.16 (released 2010-01-12) ** java: Add a Maven pom.xml project file. diff --git a/configure.ac b/configure.ac index 4953218..275d126 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson dnl dnl This file is part of GNU Libidn. dnl @@ -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.16], [[email protected]]) +AC_INIT([GNU Libidn], [1.17], [[email protected]]) AC_COPYRIGHT([Copyright (c) 2002-2008 Simon Josefsson <[email protected]>.]) # Library code modified: REVISION++ @@ -26,7 +26,7 @@ AC_COPYRIGHT([Copyright (c) 2002-2008 Simon Josefsson <[email protected]>.]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 16) -AC_SUBST(LT_REVISION, 45) +AC_SUBST(LT_REVISION, 46) AC_SUBST(LT_AGE, 5) # For DEF file. diff --git a/lib/gen-unicode-tables.pl b/lib/gen-unicode-tables.pl index 9f8505c..60ffeb1 100755 --- a/lib/gen-unicode-tables.pl +++ b/lib/gen-unicode-tables.pl @@ -29,7 +29,7 @@ # FIXME: # * For decomp table it might make sense to use a shift count other # than 8. We could easily compute the perfect shift count. -# * This script no longer works with Perl 5.10. Sigh. +# * This script no longer works with Perl 5.10. Sigh.. # we use some perl unicode features require 5.006; diff --git a/lib/stringprep.h b/lib/stringprep.h index 052c5d6..d774235 100644 --- a/lib/stringprep.h +++ b/lib/stringprep.h @@ -1,5 +1,5 @@ /* stringprep.h --- Header file for stringprep functions. - * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson + * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson * * This file is part of GNU Libidn. * @@ -43,7 +43,7 @@ extern "C" { # endif -# define STRINGPREP_VERSION "1.16" +# define STRINGPREP_VERSION "1.17" /* Error codes. */ typedef enum hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
