diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,9 +1,24 @@ Noteworthy changes in version 1.47 (unreleased) [C33/A33/R_] ----------------------------------------------- + * New error codes for PUKs and reset codes. [T6421] + + * Avoid segv in logging with improper use of the "socket://". + [rE68333be630] + + * Fixed translation of argparse's internal option --help. + [rE885a287a57] + * Interface changes relative to the 1.46 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_SOURCE_TKD NEW. + GPG_ERR_BAD_PUK NEW. + GPG_ERR_NO_RESET_CODE NEW. + GPG_ERR_BAD_RESET_CODE NEW. + GPGRT_SPAWN_KEEP_STDIN NEW. + GPGRT_SPAWN_KEEP_STDOUT NEW. + GPGRT_SPAWN_KEEP_STDERR NEW. + GPGRT_SPAWN_INHERIT_FILE NEW. Release-info: https://dev.gnupg.org/T6231 |