From 1dc8867f53a81d6e1c413d393039747668d27bd4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 4 Oct 2006 18:34:20 -0700 Subject: Replace static ChangeLog with dist-hook to generate from git log --- ChangeLog | 73 ------------------------------------------------------------- Makefile.am | 6 +++++ 2 files changed, 6 insertions(+), 73 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 40c1285..0000000 --- a/ChangeLog +++ /dev/null @@ -1,73 +0,0 @@ -2006-06-02 Alan Coopersmith - - * src/encparse.c (parseEncodingFile): - Coverity #1523: Dereferencing freed pointer "mapping" - -2006-04-26 Adam Jackson - - * configure.ac: - Bump to 1.0.2 - -2006-04-10 Alan Coopersmith - - * src/encparse.c (FontEncReallyReallyLoad): - Fix another file descriptor leak (related to previous Coverity #544) - -2006-04-06 Adam Jackson - - * src/encparse.c: - Coverity #544: File a file descriptor leak. - -2005-12-20 Kevin E. Martin - - * configure.ac: - Update package version for X11R7 release. - -2005-12-14 Kevin E. Martin - - * configure.ac: - Update package version number for final X11R7 release candidate. - -2005-12-09 Kevin E. Martin - - * configure.ac: - * src/Makefile.am: - Bug #5175: Make encodingsdir configurable (David Coulthart and - Kevin E. Martin) - -2005-12-03 Kevin E. Martin - - * configure.ac: - Update package version number for X11R7 RC3 release. - -2005-11-19 Kevin E. Martin - - * fontenc.pc.in: - Update pkgconfig files to separate library build-time dependencies - from application build-time dependencies. - -2005-11-09 Kevin E. Martin - - * configure.ac: - Update package version number for X11R7 RC2 release. - -2005-10-18 Kevin E. Martin - - * configure.ac: - Update package version number for RC1 release. - -2005-07-09 Keith Packard - - * .cvsignore: - * encodings/.cvsignore: - * encodings/large/.cvsignore: - * src/.cvsignore: - Add .cvsignore files - - * configure.ac: - Depend on xproto, not x11 so we do not link against -X11 - -2005-06-30 Alexander Gottwald - - * configure.ac: - Check for zlib diff --git a/Makefile.am b/Makefile.am index ad9f262..a16b742 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,3 +26,9 @@ pkgconfig_DATA = fontenc.pc EXTRA_DIST = fontenc.pc.in autogen.sh +.PHONY: ChangeLog + +ChangeLog: + git-log > ChangeLog + +dist-hook: ChangeLog -- cgit v1.2.3