From 165a57d29d2ac84159aa48b171b6098c629bc798 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 Dec 2011 22:53:03 +0100 Subject: Generate the ChangeLog from commit logs. * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. --- tests/ChangeLog | 74 ----------------------------------------------- tests/ChangeLog-2011 | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 74 deletions(-) delete mode 100644 tests/ChangeLog create mode 100644 tests/ChangeLog-2011 (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog deleted file mode 100644 index 8d402ad..0000000 --- a/tests/ChangeLog +++ /dev/null @@ -1,74 +0,0 @@ -2011-03-28 Werner Koch - - * ce-server.c: Include sys/select.h if needed. Fixes bug#1328. - -2010-10-11 Werner Koch - - * Makefile.am (w32cetools): Move ce-server to here. - -2010-03-17 Werner Koch - - * pipeconnect.c: New. Based on fdpassing.c - -2010-02-24 Werner Koch - - * ce-server.c: New. - - * ce-createpipe.c [W32CE]: New. - -2010-01-27 Werner Koch - - * common.h (SOCKET2HANDLE, HANDLE2SOCKET): New. - -2009-11-05 Marcus Brinkmann - - * fdpassing.c (main): Call assuan_pipe_connect instead - of assuan_pipe_connect_ext. - -2009-11-04 Werner Koch - - * fdpassing.c (register_commands): Add NULL arg to - assuan_register_command. - -2009-09-19 Marcus Brinkmann - - * fdpassing.c: Update to new API. - -2009-08-26 Marcus Brinkmann - - * Makefile.am (AM_CFLAGS, LDADD): Add gpg-error. - * fdpassing.c: Change error values to gpg-error ones. - -2008-11-03 Marcus Brinkmann - - * fdpassing.c (register_commands): Add missing initializer - to silence gcc -W warning. - -2006-10-10 Werner Koch - - * Makefile.am (LDADD): Add NETLIBS. - -2006-09-19 Werner Koch - - * fdpassing.c: Reverted Marcus changes. - (client): New arg FNAME to replace hardwired file name. - (main): Pass motd to client. - * Makefile.am (AM_CPPFLAGS): Removed. - (EXTRA_DIST): Add motd. - -2006-09-19 Marcus Brinkmann - - * fdpassing.c (MOTD): New macro. - * Makefile.am (AM_CPPFLAGS): New variable. - * motd: New file. - - - Copyright 2006, 2007, 2008, 2009, 2010 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 - modifications, as long as this notice is preserved. - - 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/tests/ChangeLog-2011 b/tests/ChangeLog-2011 new file mode 100644 index 0000000..e2a3a63 --- /dev/null +++ b/tests/ChangeLog-2011 @@ -0,0 +1,81 @@ +2011-12-01 Werner Koch + + NB: ChangeLog files are no longer manually maintained. Starting + on December 1st, 2011 we put change information only in the GIT + commit log, and generate a top-level ChangeLog file from logs at + "make dist". See doc/HACKING for details. + +2011-03-28 Werner Koch + + * ce-server.c: Include sys/select.h if needed. Fixes bug#1328. + +2010-10-11 Werner Koch + + * Makefile.am (w32cetools): Move ce-server to here. + +2010-03-17 Werner Koch + + * pipeconnect.c: New. Based on fdpassing.c + +2010-02-24 Werner Koch + + * ce-server.c: New. + + * ce-createpipe.c [W32CE]: New. + +2010-01-27 Werner Koch + + * common.h (SOCKET2HANDLE, HANDLE2SOCKET): New. + +2009-11-05 Marcus Brinkmann + + * fdpassing.c (main): Call assuan_pipe_connect instead + of assuan_pipe_connect_ext. + +2009-11-04 Werner Koch + + * fdpassing.c (register_commands): Add NULL arg to + assuan_register_command. + +2009-09-19 Marcus Brinkmann + + * fdpassing.c: Update to new API. + +2009-08-26 Marcus Brinkmann + + * Makefile.am (AM_CFLAGS, LDADD): Add gpg-error. + * fdpassing.c: Change error values to gpg-error ones. + +2008-11-03 Marcus Brinkmann + + * fdpassing.c (register_commands): Add missing initializer + to silence gcc -W warning. + +2006-10-10 Werner Koch + + * Makefile.am (LDADD): Add NETLIBS. + +2006-09-19 Werner Koch + + * fdpassing.c: Reverted Marcus changes. + (client): New arg FNAME to replace hardwired file name. + (main): Pass motd to client. + * Makefile.am (AM_CPPFLAGS): Removed. + (EXTRA_DIST): Add motd. + +2006-09-19 Marcus Brinkmann + + * fdpassing.c (MOTD): New macro. + * Makefile.am (AM_CPPFLAGS): New variable. + * motd: New file. + + + Copyright 2006, 2007, 2008, 2009, 2010 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 + modifications, as long as this notice is preserved. + + 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. -- cgit v1.2.3