diff options
author | Werner Koch <[email protected]> | 2020-08-24 09:44:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-24 10:56:13 +0000 |
commit | 59d9f8106db3a23cb5d51d01dc6b719413d3f760 (patch) | |
tree | bdabdd2cc11fc58c61747ffeee1e1ce31905647b /NEWS | |
parent | core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir. (diff) | |
download | libgpg-error-1.39.tar.gz libgpg-error-1.39.zip |
Release 1.39libgpg-error-1.39gpgrt-1.39
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,14 +1,26 @@ -Noteworthy changes in version 1.39 (unreleased) [C29/A29/R1] +Noteworthy changes in version 1.39 (2020-08-24) [C30/A30/R0] ----------------------------------------------- - * On Windows gpgrt_fopen can now handle UTF-8 names. + * On Windows gpgrt_fopen, gpgrt_chdir, and gpgrt_mkdir now handle + UTF-8 names. [#4083] - * On Windows gpgrt_chdir and gpgrt_mkdir can now handle UTF-8 names. + * Make timeout of gpgrt_poll work correctly on Windows if no file + descriptors are active. + + * New function gpgrt_fcancel as alternative to gpgrt_close. This + function avoid flushing out buffered data and also tries to delete + a newly created file. + + * Changes to ease cross-building. [#4973] + + * "gpg-error --lib-version" works again. * Interface changes relative to the 1.38 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_fcancel NEW. + Release-info: https://dev.gnupg.org/T5031 + Noteworthy changes in version 1.38 (2020-05-29) [C29/A29/R0] ----------------------------------------------- |