summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-10-04 18:34:20 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-10-04 18:34:20 -0700
commit1dc8867f53a81d6e1c413d393039747668d27bd4 (patch)
treeb9e1dcfd097380ab246564334361928f7d2ea260
parent81b27280717dc7e06a9ebbd196fae03a9e719db3 (diff)
Replace static ChangeLog with dist-hook to generate from git log
-rw-r--r--ChangeLog73
-rw-r--r--Makefile.am6
2 files changed, 6 insertions, 73 deletions
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 <alan.coopersmith@sun.com>
-
- * src/encparse.c (parseEncodingFile):
- Coverity #1523: Dereferencing freed pointer "mapping"
-
-2006-04-26 Adam Jackson <ajax@freedesktop.org>
-
- * configure.ac:
- Bump to 1.0.2
-
-2006-04-10 Alan Coopersmith <alan.coopersmith@sun.com>
-
- * src/encparse.c (FontEncReallyReallyLoad):
- Fix another file descriptor leak (related to previous Coverity #544)
-
-2006-04-06 Adam Jackson <ajax@freedesktop.org>
-
- * src/encparse.c:
- Coverity #544: File a file descriptor leak.
-
-2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version for X11R7 release.
-
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for final X11R7 release candidate.
-
-2005-12-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- * src/Makefile.am:
- Bug #5175: Make encodingsdir configurable (David Coulthart and
- Kevin E. Martin)
-
-2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for X11R7 RC3 release.
-
-2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * fontenc.pc.in:
- Update pkgconfig files to separate library build-time dependencies
- from application build-time dependencies.
-
-2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for X11R7 RC2 release.
-
-2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for RC1 release.
-
-2005-07-09 Keith Packard <keithp@keithp.com>
-
- * .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 <ago at freedesktop dot org>
-
- * 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