libfontenc 1.0.4

This commit is contained in:
matthieu 2006-12-17 10:54:53 +00:00
parent 8bd33e5204
commit e18e77bc10
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +1,22 @@
commit 1b4ca41a58016053220047b9f77a2eec812c03a0
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Dec 16 01:19:45 2006 +0200
bump to 1.0.4
commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Dec 6 18:57:29 2006 +0200
Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.
commit 111a9501c2c01d4b4f00ed221035953bfb256898
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date: Fri Oct 13 15:20:48 2006 -0400
Bump to 1.0.3
commit fc19e19275c213f5122b120e7b45f63c302916a1
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date: Thu Oct 12 18:35:04 2006 -0400

View File

@ -27,9 +27,10 @@ pkgconfig_DATA = fontenc.pc
EXTRA_DIST = fontenc.pc.in autogen.sh ChangeLog
CLEANFILES = ChangeLog
ChangeLog: FORCE
git-log > ChangeLog
FORCE:
ChangeLog:
(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
dist-hook: ChangeLog
if LINT
lint:

View File

@ -51,6 +51,15 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Major version of this package */
#undef PACKAGE_VERSION_MAJOR
/* Minor version of this package */
#undef PACKAGE_VERSION_MINOR
/* Patch version of this package */
#undef PACKAGE_VERSION_PATCHLEVEL
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

View File

@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT(libfontenc, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libfontenc)
AC_INIT(libfontenc, 1.0.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libfontenc)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE