aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-02-28 13:58:27 +0000
committerWerner Koch <[email protected]>2017-02-28 13:58:43 +0000
commitc1668f61c58ea6f0439e5193d83b4e2ac622b286 (patch)
treeb6155e9696e767f3cec8e495dcd7a0f2e701502e /NEWS
parentpo: Auto update (diff)
downloadlibgpg-error-1.27.tar.gz
libgpg-error-1.27.zip
Release 1.27libgpg-error-1.27
* configure.ac: Bump LT version to C22/A22/R0. -- Note that C21/A21/R0 was used in 1.26 but later lost in the repo due to a merge. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS15
1 files changed, 10 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4901d99..89920ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,24 @@
-Noteworthy changes in version 1.27 (unreleased) [C2_/A2_/R_]
+Noteworthy changes in version 1.27 (2017-02-28) [C22/A22/R0]
-----------------------------------------------
+ * Added a Base64 decoder.
+
+ * Added support for the sh3 architecture.
+
+ * Added header gpgrt.h as an alias for gpg-error.h.
+
* Fixed macro GPGRT_GCC_VERSION.
+ * Fixed a race in non-blocking I/O on Windows.
+
* Interface changes relative to the 1.26 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_b64state_t NEW type.
gpgrt_b64dec_start NEW.
gpgrt_b64dec_proc NEW.
gpgrt_b64dec_finish NEW.
-
-
- * Interface changes relative to the 1.26 release:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_WRONG_NAME NEW.
+ gpgrt.h NEW header.
Noteworthy changes in version 1.26 (2016-12-21) [C21/A21/R0]