mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Generate the ChangeLog from commit logs.
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
This commit is contained in:
parent
0137097fbb
commit
28c6cef128
41 changed files with 2014 additions and 1334 deletions
|
@ -1,3 +1,10 @@
|
|||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
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.
|
||||
|
||||
2009-08-26 Werner Koch <wk@g10code.com>
|
||||
|
||||
* stringhelp.c (do_make_filename): Factor some code out to ..
|
||||
|
@ -52,7 +59,7 @@
|
|||
|
||||
2009-01-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
* t-support.c (gpg_err_code_from_errno)
|
||||
* t-support.c (gpg_err_code_from_errno)
|
||||
(gpg_err_code_from_syserror): New.
|
||||
|
||||
2008-11-20 Werner Koch <wk@g10code.com>
|
||||
|
@ -95,7 +102,7 @@
|
|||
|
||||
* stringhelp.c (make_basename): Silent gcc warning about unused arg.
|
||||
* argparse.c (store_alias): Ditto.
|
||||
(find_long_option):
|
||||
(find_long_option):
|
||||
|
||||
2008-10-15 Werner Koch <wk@g10code.com>
|
||||
|
||||
|
@ -282,7 +289,7 @@
|
|||
* stringhelp.c (strsep): New. Copied from gnupg 1.4.5
|
||||
util/strgutil.c.
|
||||
|
||||
* strlist.h (STRLIST): Removed deprecated typedef.
|
||||
* strlist.h (STRLIST): Removed deprecated typedef.
|
||||
|
||||
* types.h: Made cpp commands work with old compilers. Also shows
|
||||
up nicer with Emacs' font locking.
|
||||
|
@ -292,14 +299,14 @@
|
|||
Changed license from GPL to LGPL. Note that all code has either
|
||||
been written by me, David, employees of g10 Code or taken from
|
||||
glibc.
|
||||
|
||||
|
||||
* libjnlib-config.h, stringhelp.c, stringhelp.h:
|
||||
* strlist.c, strlist.h, utf8conv.c, utf8conv.h:
|
||||
* argparse.c, argparse.h, logging.c, logging.h:
|
||||
* dotlock.c, dotlock.h, types.h, mischelp.h:
|
||||
* xmalloc.c, xmalloc.h, w32-pth.c, w32-pth.h:
|
||||
* w32-afunix.c, w32-afunix.h: Tagged them to be long to jnlib
|
||||
which is a part of GnuPG but also used by other projetcs.
|
||||
which is a part of GnuPG but also used by other projetcs.
|
||||
|
||||
2006-09-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
|
@ -427,10 +434,10 @@
|
|||
(_pth_strerror): New.
|
||||
(do_pth_wait): Before we enter the loop we check if there
|
||||
are too much events in the ring.
|
||||
|
||||
|
||||
2004-12-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
* w32-pth.h (pth_event_occured): Removed macro.
|
||||
* w32-pth.h (pth_event_occured): Removed macro.
|
||||
* w32-pth.c: Fixed license statement; its under the LGPL.
|
||||
(enter_pth, leave_pth): Use them to bracket almost all public
|
||||
functions.
|
||||
|
@ -442,7 +449,7 @@
|
|||
(pth_kill): Release global mutex section.
|
||||
(helper_thread): New.
|
||||
(pth_spawn): Make sure only one thread is running.
|
||||
|
||||
|
||||
2004-12-13 Werner Koch <wk@g10code.com>
|
||||
|
||||
* stringhelp.c (w32_strerror) [W32]: New.
|
||||
|
@ -462,7 +469,7 @@
|
|||
|
||||
* w32-afunix.c: New. AF_UNIX emulation for W32.
|
||||
* w32-afunix.h: Likewise.
|
||||
|
||||
|
||||
2004-11-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
* logging.c (log_test_fd): Add test on LOGSTREAM. Reported by
|
||||
|
@ -573,7 +580,7 @@
|
|||
|
||||
2003-06-13 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* mischelp.h (wipememory2,wipememory): New. Taken from GnuPG 1.3.2.
|
||||
* mischelp.h (wipememory2,wipememory): New. Taken from GnuPG 1.3.2.
|
||||
|
||||
2002-06-04 Werner Koch <wk@gnupg.org>
|
||||
|
||||
|
@ -627,7 +634,7 @@
|
|||
* logging.c (log_set_prefix): New.
|
||||
(do_logv): Include prefix and pid only if enabled. Print time only
|
||||
when explicitly enabled.
|
||||
(log_logv): New.
|
||||
(log_logv): New.
|
||||
* logging.h: Include log_logv() only when requested.
|
||||
|
||||
2001-11-06 Werner Koch <wk@gnupg.org>
|
||||
|
@ -688,8 +695,8 @@ Mon Jan 24 13:04:28 CET 2000 Werner Koch <wk@gnupg.de>
|
|||
***********************************************************
|
||||
* Please note that JNLIB is maintained as part of GnuPG. *
|
||||
* You may find it source-copied in other packages. *
|
||||
***********************************************************
|
||||
|
||||
***********************************************************
|
||||
|
||||
Copyright 2000, 2001, 2002, 2003, 2004,
|
||||
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
|
|
@ -1,26 +1,26 @@
|
|||
# Makefile for the JNLIB part of GnuPG
|
||||
# Copyright (C) 1999, 2000, 2001, 2004,
|
||||
# 2006 Feee Software Soundation, Inc.
|
||||
#
|
||||
#
|
||||
# This file is part of JNLIB.
|
||||
#
|
||||
#
|
||||
# JNLIB is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 3 of
|
||||
# the License, or (at your option) any later version.
|
||||
#
|
||||
#
|
||||
# JNLIB is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public
|
||||
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = README
|
||||
EXTRA_DIST = README ChangeLog-2011
|
||||
noinst_PROGRAMS = $(module_tests)
|
||||
TESTS = $(module_tests)
|
||||
|
||||
|
@ -49,7 +49,7 @@ endif
|
|||
|
||||
|
||||
# For GnuPG we don't need the xmalloc stuff.
|
||||
# xmalloc.c xmalloc.h
|
||||
# xmalloc.c xmalloc.h
|
||||
|
||||
|
||||
#
|
||||
|
@ -62,7 +62,7 @@ endif
|
|||
#
|
||||
module_tests = t-stringhelp
|
||||
|
||||
t_jnlib_src = t-support.c t-support.h
|
||||
t_jnlib_src = t-support.c t-support.h
|
||||
t_jnlib_ldadd = libjnlib.a $(LIBINTL) $(LIBICONV)
|
||||
|
||||
t_stringhelp_SOURCES = t-stringhelp.c $(t_jnlib_src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue