diff options
Diffstat (limited to 'sm')
-rw-r--r-- | sm/ChangeLog-2011 (renamed from sm/ChangeLog) | 13 | ||||
-rw-r--r-- | sm/Makefile.am | 1 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog-2011 index a77c7a88e..4a4df8632 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog-2011 @@ -1,3 +1,10 @@ +2011-12-01 Werner Koch <[email protected]> + + 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-09-20 Werner Koch <[email protected]> * verify.c (gpgsm_verify): s/gcry_md_start_debug/gcry_md_debug/ @@ -1284,7 +1291,7 @@ h2007-11-22 Werner Koch <[email protected]> 2006-09-14 Werner Koch <[email protected]> - Replaced all call gpg_error_from_errno(errno) by + Replaced all call gpg_error_from_errno(errno) by gpg_error_from_syserror(). 2006-09-13 Werner Koch <[email protected]> @@ -2955,3 +2962,7 @@ h2007-11-22 Werner Koch <[email protected]> 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. + +Local Variables: +buffer-read-only: t +End: diff --git a/sm/Makefile.am b/sm/Makefile.am index 89b553809..e8dfe0571 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -17,6 +17,7 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = ChangeLog-2011 bin_PROGRAMS = gpgsm |