From 7d227acff329a921f76cd4c391d7cbae40115672 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 22 Feb 2013 19:41:08 +0100 Subject: Release version 2.1.0. * configure.ac: Bump LT version to C4/A4/R0. --- AUTHORS | 2 +- NEWS | 11 +++++++++-- README | 3 +-- configure.ac | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1abbfbe..7d2e7c3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,7 +30,7 @@ Libassuan was orginally part of NewPG, a temporary fork of GnuPG, and later split of into a separate library. - Copyright 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright 2003, 2007, 2008, 2011, 2013 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/NEWS b/NEWS index 4876a50..f62a32c 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ -Noteworthy changes in version 2.1.0 (unreleased) +Noteworthy changes in version 2.1.0 (2013-02-22) ------------------------------------------------ * Support for the nPth library. + * Add assuan_check_version and two version macros. + * Interface changes relative to the 2.0.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ASSUAN_SYSTEM_NPTH_IMPL NEW macro. @@ -12,8 +14,12 @@ Noteworthy changes in version 2.1.0 (unreleased) __assuan_recvmsg NEW (private). __assuan_sendmsg NEW (private). __assuan_waitpid NEW (private). + ASSUAN_VERSION NEW macro. + ASSUAN_VERSION_NUMBER NEW macro. + assuan_check_version NEW. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 2.0.3 (2011-12-20) ------------------------------------------------ @@ -366,7 +372,8 @@ Noteworthy changes in version 0.6.0 (2003-08-06) * Initial release as a standalone library. - Copyright 2003, 2004, 2006, 2007, 2011 Free Software Foundation, Inc. + Copyright 2003, 2004, 2006, 2007, 2011, + 2013 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/README b/README index 91cf382..089b84b 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ See COPYING.LIB on how to share, modify and distribute the software itself (LGPLv2.1+) and COPYING for the documentation (GPLv3+). Please send bug report to the gnupg-devel mailing list or enter them -into the gnupg bug tracker at http://bugs.g10code.com using the +into the gnupg bug tracker at http://bugs.gnupg.org using the category "libassuan". The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan. @@ -32,4 +32,3 @@ Registry keys created by "gpgcemgr --register" are: Drivers\\GnuPG_Device\dll -> "gpgcedev.dll" Drivers\\GnuPG_Device\prefix -> "GPG" Drivers\\GnuPG_Device\Index -> 1 (dword) - diff --git a/configure.ac b/configure.ac index ef5f921..f1eea1f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,8 +55,8 @@ AC_INIT([libassuan],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBASSUAN_LT_CURRENT=3 -LIBASSUAN_LT_AGE=3 +LIBASSUAN_LT_CURRENT=4 +LIBASSUAN_LT_AGE=4 LIBASSUAN_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. -- cgit v1.2.3