diff options
author | Werner Koch <[email protected]> | 2015-08-26 06:51:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-08-26 06:58:48 +0000 |
commit | 44caed05ec146654f1ce40bba4b25def83c369db (patch) | |
tree | 9cc51363151cb6c0d3c9c86ed0815c9bf1580612 /NEWS | |
parent | Add new version macros. (diff) | |
download | libgpg-error-1.20.tar.gz libgpg-error-1.20.zip |
Release 1.20.libgpg-error-1.20
* configure.ac: Set LT version to C16/A16/R0.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,8 +1,19 @@ -Noteworthy changes in version 1.20 (unreleased) [C__/A__/R_] +Noteworthy changes in version 1.20 (2015-08-26) [C16/A16/R0] ----------------------------------------------- + * New macros for GCC attributes. + + * Make es_set_binary actually work for Windows. + + * Allow building without thread support. + + * Build without a build timestamp by default. + * Interface changes relative to the 1.19 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + GPGRT_VERSION NEW macro. + GPGRT_VERSION_NUMBER NEW macro. + GPGRT_INLINE NEW macro. GPGRT_GCC_VERSION NEW macro. GPGRT_ATTR_NORETURN NEW macro. GPGRT_ATTR_PRINTF NEW macro. |