aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-11-18 11:12:36 +0000
committerWerner Koch <[email protected]>2008-11-18 11:12:36 +0000
commit92394f92d4c194be21652f474e8bdb2af7c61f2c (patch)
tree72db8f4c8556eb2b280104454bbe02bb9a7c79a6 /src/ChangeLog
parent008-11-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-92394f92d4c194be21652f474e8bdb2af7c61f2c.tar.gz
gpgme-92394f92d4c194be21652f474e8bdb2af7c61f2c.zip
Fix SIGPIPE ignoring regression.
Fix unsupported algorithm detection.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a8a7495..f899c055 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-18 Werner Koch <[email protected]>
+
+ * version.c (do_subsystem_inits): Always initialize I/O
+ subsystem. Fixes regression from 2007-08-02.
+
+ * decrypt.c (_gpgme_decrypt_status_handler): Use
+ _gpgme_map_gnupg_error to parse the error code for decrypt.algorithm.
+
2008-10-30 Marcus Brinkmann <[email protected]>
* wait-private.c (_gpgme_wait_on_condition): Remove unused
@@ -479,9 +487,9 @@
* w32-io.c (_gpgme_io_spawn): Ditto.
(_gpgme_io_write): Map ERROR_NO_DATA to EPIPE.
* debug.c (_gpgme_debug): Enable assuan logging.
- (_gpgme_debug_subsystem_init): New. * version.c
- (do_subsystem_inits): Disable assuan logging and initialize de
- debug system.
+ (_gpgme_debug_subsystem_init): New.
+ * version.c (do_subsystem_inits): Disable assuan logging and
+ initialize the debug system.
(gpgme_check_version): Do not trace before the subsystems are
initialized.