diff options
author | Werner Koch <[email protected]> | 2018-12-07 16:02:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-12-07 16:06:40 +0000 |
commit | 174985d91ff277bd4a58a0de3d61fbbb46841cde (patch) | |
tree | a0855f9d0338524ec7fa5b8e1a41995858492623 /NEWS | |
parent | Add W32-only function gpgrt_w32_override_locale. (diff) | |
download | libgpg-error-1.33.tar.gz libgpg-error-1.33.zip |
Release 1.33.libgpg-error-1.33gpgrt-1.33
* configure.ac: Set LT version to C25/A25/R0.
GnuPG-bug-id: 4205
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,14 +1,31 @@ -Noteworthy changes in version 1.33 (unreleased) [C24/A24/R_] +Noteworthy changes in version 1.33 (2018-12-07) [C25/A25/R0] ----------------------------------------------- + * New unified config script gpgrt-config which can now be used by all + GnuPG related packages. + + * Support for ARC and arm64ilp32. + + * The log functions now sanitize strings printed with the "%s" format + specifier. All control characters are C-escaped in the output. + Users of that function may want to remove their own escaping to + avoid doubling of backslashes. + + * New fprintf style function to apply a custom filter for string + arguments. + + * New function to compare version strings. * Interface changes relative to the 1.28 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_cmp_version New. - gpgrt_ftruncate New but limited functionality. gpgrt_string_filter_t New. gpgrt_fprintf_sf New. gpgrt_fprintf_sf_unlocked New. + gpgrt_ftruncate New but limited functionality. + gpgrt_w32_override_locale New. + + Release-info: https://dev.gnupg.org/T4205 Noteworthy changes in version 1.32 (2018-07-12) [C24/A24/R3] |