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=75c5d9aedb9ffdb16f61af733f05765079682fbc The branch, master has been updated via 75c5d9aedb9ffdb16f61af733f05765079682fbc (commit) via 57048e8001cbf045bd1fba65ed520bf137bf56f3 (commit) from 746fc72ba7d728c02f03c10eef7ea6eded640f63 (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 75c5d9aedb9ffdb16f61af733f05765079682fbc Author: Simon Josefsson <[email protected]> Date: Tue Mar 1 16:06:53 2011 +0100 Bump versions. commit 57048e8001cbf045bd1fba65ed520bf137bf56f3 Author: Simon Josefsson <[email protected]> Date: Tue Mar 1 16:04:53 2011 +0100 Fix release type. ----------------------------------------------------------------------- Summary of changes: NEWS | 6 +++++- configure.ac | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 74d0ac8..696a604 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,11 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002-2011 Simon Josefsson See the end for copying conditions. -* Version 1.20 (released 2011-03-01) [?] +* Version 1.21 (unreleased) [?] + +** API and ABI is backwards compatible with the previous version. + +* Version 1.20 (released 2011-03-01) [stable] ** libidn: Fix bug in ToUnicode to compare 'xn--' case-insensitively. The problem is typically noticed when an upper ACE case string is diff --git a/configure.ac b/configure.ac index 1411417..a4286a4 100644 --- a/configure.ac +++ b/configure.ac @@ -19,15 +19,15 @@ 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.20], [[email protected]]) -AC_COPYRIGHT([Copyright (c) 2002-2010 Simon Josefsson <[email protected]>.]) +AC_INIT([GNU Libidn], [1.21], [[email protected]]) +AC_COPYRIGHT([Copyright (c) 2002-2011 Simon Josefsson <[email protected]>.]) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 17) -AC_SUBST(LT_REVISION, 3) +AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 6) # For DEF file. hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
