diff options
author | Werner Koch <[email protected]> | 2011-02-24 09:28:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-02-24 09:28:38 +0000 |
commit | 1a5532257ff92c76e6fea407496b5f95356fc061 (patch) | |
tree | 87eaffe888743b30b83660f1e716626ba627ecaf | |
parent | assuan_register_pre_cmd_notify(). (diff) | |
download | libassuan-1a5532257ff92c76e6fea407496b5f95356fc061.tar.gz libassuan-1a5532257ff92c76e6fea407496b5f95356fc061.zip |
Add ChangeLog entry for last patch
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 15 insertions, 6 deletions
@@ -15,9 +15,12 @@ Neal H. Walfield <[email protected]> Marcus Brinkmann <[email protected]> - Shared library version, bug fixes. -g10 Code GmbH <[email protected]> +g10 Code GmbH <[email protected]> - all work indicated by mail addresses in ChangeLogs +Ben Kibbey <[email protected]> Assigns Past and Future Changes For GnuPG. + - Fixes and new features + Libassuan was orginally part of NewPG, a temporary fork of GnuPG, and later split of into a separate library. @@ -32,4 +35,3 @@ later split of into a separate library. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - @@ -16,6 +16,7 @@ Noteworthy changes in version 2.0.2 ASSUAN_NO_LOGGING NEW. assuan_system_hooks_t CHANGED: Added socket and connect members. ASSUAN_SYSTEM_HOOKS_VERSION CHANGED: Bumped to 2. + assuan_register_pre_cmd_notify NEW. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -246,7 +247,7 @@ Noteworthy changes in version 0.9.0 (2006-09-14) printing of the full data, a new environment variable ASSUAN_FULL_LOGGING may be set to any value. - * Removed the assuan_domain_* functions. + * Removed the assuan_domain_* functions. * New functions assuan_pipe_connect_ext and assuan_socket_connect_ext to allow connections on a socketpair and to pass descriptors. @@ -321,7 +322,7 @@ Noteworthy changes in version 0.6.2 (2003-12-18) assuan_get_assuan_log_context is not anymore declared as user overridable. - * Documentation cleanups. + * Documentation cleanups. Noteworthy changes in version 0.6.1 (2003-11-17) ------------------------------------------------ @@ -338,7 +339,7 @@ Noteworthy changes in version 0.6.0 (2003-08-06) * Initial release as a standalone library. - Copyright 2003, 2004, 2006, 2007 Free Software Foundation, Inc. + Copyright 2003, 2004, 2006, 2007, 2011 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/src/ChangeLog b/src/ChangeLog index 46bbe1f..c34af0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2011-02-24 Ben Kibbey <[email protected]> + + * assuan-handler.c (assuan_register_pre_cmd_notify): New callback. + * assuan.h (assuan_command_t): Register command object. + (pre_cmd_notify_fnc): New prototype. + 2011-02-03 Marcus Brinkmann <[email protected]> * assuan-socket.c (_assuan_sock_new): Call _assuan_socket instead @@ -37,7 +43,7 @@ (_assuan_system_hooks): Add __assuan_socketm, __assuan_connect. * system-w32ce.c (__assuan_socket, __assuan_connect): New functions. (_assuan_system_hooks): Add __assuan_socketm, __assuan_connect. - + 2010-12-20 Werner Koch <[email protected]> * gpgcedev.c (pipeimpl_new): Check malloc and CreateEvent return |