libICE 1.0.3
This commit is contained in:
parent
a8ecc922b6
commit
b97ab9a198
@ -1,3 +1,22 @@
|
||||
commit bed718894bed98cbd45b02bd57fb7fc6fd5089aa
|
||||
Author: Daniel Stone <daniel@fooishbar.org>
|
||||
Date: Sat Dec 16 01:21:17 2006 +0200
|
||||
|
||||
bump to 1.0.3
|
||||
|
||||
commit cac788981906186442ddfb57a41f45911eb8223b
|
||||
Author: Daniel Stone <daniel@fooishbar.org>
|
||||
Date: Wed Dec 6 18:58:09 2006 +0200
|
||||
|
||||
Makefile.am: make ChangeLog hook safer
|
||||
Make ChangeLog hook as safe as possible.
|
||||
|
||||
commit 011d632e8ef3f738b9158e66d6da6876e3b53905
|
||||
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
|
||||
Date: Fri Oct 13 15:49:52 2006 -0400
|
||||
|
||||
Bump to 1.0.2
|
||||
|
||||
commit 445661cd714685009ee9ba2358a274351381eabf
|
||||
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
|
||||
Date: Thu Oct 12 18:37:57 2006 -0400
|
||||
|
@ -6,6 +6,7 @@ pkgconfig_DATA = ice.pc
|
||||
EXTRA_DIST=ice.pc.in ChangeLog
|
||||
CLEANFILES = ChangeLog
|
||||
|
||||
ChangeLog: FORCE
|
||||
git-log > ChangeLog
|
||||
FORCE: ChangeLog
|
||||
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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libICE],
|
||||
1.0.2,
|
||||
1.0.3,
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
||||
libICE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user