diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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] |