diff options
author | Werner Koch <[email protected]> | 2014-12-11 12:10:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-12-11 12:10:24 +0000 |
commit | 261498de39a10a00d5035f2481d33319c983875f (patch) | |
tree | b9c66314864d9b392d5fb81d7684fa0d0141ba2e /NEWS | |
parent | Do not allow LFs in the redirected name. (diff) | |
download | libassuan-2.2.0.tar.gz libassuan-2.2.0.zip |
Release 2.2.0libassuan-2.2.0
* configure.ac: Set LT version to C5/A5/R0.
(AM_INIT_AUTOMAKE): Add options.
* Makefile.am (AUTOMAKE_OPTIONS): Remove.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ -Noteworthy changes in version 2.1.4 (unreleased) [C4/A4/R_] +Noteworthy changes in version 2.2.0 (2014-12-11) [C5/A5/R0] ------------------------------------------------ + * Added support for socket redirection. + * Interface changes relative to the 2.1.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ assuan_sock_set_sockaddr_un NEW. |