libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libidn branch, master, updated. libidn-1-19-4-g75fbad3


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-19-4-g75fbad3
Date: Mon, 24 May 2010 06:19:35 +0000

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=75fbad3f072aaf15f4dabd99b83ba03e5ddfe403

The branch, master has been updated
       via  75fbad3f072aaf15f4dabd99b83ba03e5ddfe403 (commit)
      from  4cd65b2c1b80c17a0af25da711bc21c9ef4965c7 (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 75fbad3f072aaf15f4dabd99b83ba03e5ddfe403
Author: Simon Josefsson <address@hidden>
Date:   Mon May 24 08:19:32 2010 +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 26492e0..a0bfa21 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ Libidn NEWS -- History of user-visible changes.                
 -*- outline -*-
 Copyright (C) 2002-2010 Simon Josefsson
 See the end for copying conditions.
 
+* Version 1.20 (unreleased) [?]
+
+** API and ABI is backwards compatible with the previous version.
+
 * Version 1.19 (released 2010-05-22) [stable]
 
 ** doc: Typo fixes.  Added PDF version of API reference manual.
diff --git a/configure.ac b/configure.ac
index c3e723c..8a09a4d 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.19], address@hidden)
+AC_INIT([GNU Libidn], [1.20], address@hidden)
 AC_COPYRIGHT([Copyright (c) 2002-2010 Simon Josefsson <address@hidden>.])
 
 # Library code modified:                              REVISION++
@@ -26,7 +26,7 @@ AC_COPYRIGHT([Copyright (c) 2002-2010 Simon Josefsson 
<address@hidden>.])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 17)
-AC_SUBST(LT_REVISION, 2)
+AC_SUBST(LT_REVISION, 3)
 AC_SUBST(LT_AGE, 6)
 
 # For DEF file.
diff --git a/lib/stringprep.h b/lib/stringprep.h
index b0a5ba0..f6da468 100644
--- a/lib/stringprep.h
+++ b/lib/stringprep.h
@@ -43,7 +43,7 @@ extern "C"
 {
 # endif
 
-# define STRINGPREP_VERSION "1.19"
+# define STRINGPREP_VERSION "1.20"
 
 /* Error codes. */
   typedef enum


hooks/post-receive
-- 
GNU libidn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]