From 1a5532257ff92c76e6fea407496b5f95356fc061 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 24 Feb 2011 10:28:38 +0100 Subject: Add ChangeLog entry for last patch --- AUTHORS | 6 ++++-- NEWS | 7 ++++--- src/ChangeLog | 8 +++++++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0415cec..790a024 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,9 +15,12 @@ Neal H. Walfield Marcus Brinkmann - Shared library version, bug fixes. -g10 Code GmbH +g10 Code GmbH - all work indicated by mail addresses in ChangeLogs +Ben Kibbey 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. - diff --git a/NEWS b/NEWS index 2affd80..e2b1e0d 100644 --- a/NEWS +++ b/NEWS @@ -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 + + * 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 * 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 * gpgcedev.c (pipeimpl_new): Check malloc and CreateEvent return -- cgit v1.2.3