aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-11-14 16:19:55 +0000
committerWerner Koch <[email protected]>2016-11-14 16:19:55 +0000
commit6d834f817fdb741ec64dcfbd2166ea044e4e0c3d (patch)
tree0f91684102e0049f8a715464402382dd039eebd1 /NEWS
parentpo: Auto update. (diff)
downloadlibgpg-error-1.25.tar.gz
libgpg-error-1.25.zip
Release 1.25libgpg-error-1.25
* configure.ac: Set LT version to C20/A20/R0. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS22
1 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3b373c5..d00c410 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,21 @@
-Noteworthy changes in version 1.25 (unreleased) [C19/A19/R_)
+Noteworthy changes in version 1.25 (2016-11-14) [C20/A20/R0]
-----------------------------------------------
+ * New interface gpgrt_get_syscall_clamp to allow libaries to make use
+ of Libgpg-error's system call wrapper functions.
+
+ * gpgrt_poll does now work under Windows.
+
+ * Fixed bug in the locking code when used with the nPth threading
+ library.
+
+ * Added support for {i686,x86_64}-apple-darwin.
+
+ * Added new error codes.
+
* Interface changes relative to the 1.23 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ gpgrt_get_syscall_clamp NEW.
GPG_ERR_ENGINE_TOO_OLD NEW.
GPG_ERR_WINDOW_TOO_SMALL NEW.
GPG_ERR_WINDOW_TOO_LARGE NEW.
@@ -12,10 +25,9 @@ Noteworthy changes in version 1.25 (unreleased) [C19/A19/R_)
GPG_ERR_DUP_NAME NEW.
GPG_ERR_TOO_OLD NEW.
GPG_ERR_TOO_YOUNG NEW.
- gpgrt_get_syscall_clamp NEW.
-Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
+Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1]
-----------------------------------------------
* Fixes a bug in es_fclose_snatch when used used after es_fseek.
@@ -25,7 +37,7 @@ Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
* New configure option --disable-tests.
-Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0)
+Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0]
-----------------------------------------------
* Fixes an assertion failure due to es_flush on read/write streams.
@@ -40,7 +52,7 @@ Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0)
GPG_ERR_SUBKEYS_EXP_OR_REV NEW.
-Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0)
+Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0]
-----------------------------------------------
* New functions and macros to to provide iconv(3) on Windows.