libXfontcache 1.0.4

This commit is contained in:
matthieu 2006-12-17 10:40:29 +00:00
parent c1555a60b7
commit 30d5bac8b9
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +1,22 @@
commit 0945a24c0470860f5d9cbc87cb28defd44144710
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Dec 16 01:22:56 2006 +0200
bump to 1.0.4
commit b834a33035b0192b4213ff1d6198045b74ab65fe
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Dec 6 18:54:24 2006 +0200
Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible
commit dbf918f5a95b73bd9652d520bb36eedee772c940
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date: Fri Oct 13 16:14:25 2006 -0400
Bump to 1.0.3
commit 49c76e1a9ff5fceb8ee33b6a0334942da643e286
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date: Thu Oct 12 18:51:35 2006 -0400

View File

@ -28,6 +28,7 @@ EXTRA_DIST = xfontcache.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

View File

@ -48,6 +48,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(libXfontcache, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfontcache)
AC_INIT(libXfontcache, 1.0.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfontcache)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE