diff options
author | Werner Koch <[email protected]> | 2013-02-22 18:41:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-02-22 18:42:25 +0000 |
commit | 7d227acff329a921f76cd4c391d7cbae40115672 (patch) | |
tree | 72698b664d74d46ff126e04968074b1ef1cc7115 /NEWS | |
parent | Add assuan_check_version and ASSUAN_VERSION_NUMBER. (diff) | |
download | libassuan-2.1.0.tar.gz libassuan-2.1.0.zip |
Release version 2.1.0.libassuan-2.1.0
* configure.ac: Bump LT version to C4/A4/R0.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |