diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ChangeLog-2011 (renamed from common/ChangeLog) | 7 | ||||
-rw-r--r-- | common/Makefile.am | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog-2011 index 0b4610d16..0d0d1cc66 100644 --- a/common/ChangeLog +++ b/common/ChangeLog-2011 @@ -1,3 +1,10 @@ +2011-12-02 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-08-04 Werner Koch <[email protected]> * ssh-utils.c, ssh-utils.h: New. diff --git a/common/Makefile.am b/common/Makefile.am index 10c54035b..a830a47a5 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -19,7 +19,7 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = mkstrtable.awk exaudit.awk exstatus.awk \ - audit-events.h status-codes.h + audit-events.h status-codes.h ChangeLog-2011 noinst_LIBRARIES = libcommon.a libcommonpth.a libsimple-pwquery.a libgpgrl.a noinst_PROGRAMS = $(module_tests) $(module_maint_tests) |