updated the libxft requirement to 2.1.7, Christian Lohmaier

2005-07-08  Sebastien Bacher  <seb128@debian.org>

	* configure.in: updated the libxft requirement to 2.1.7,
	Christian Lohmaier <cloph@cup.uni-muenchen.de> (Closes: #309558).
This commit is contained in:
Sebastien Bacher 2005-07-08 21:13:09 +00:00 committed by Sebastien Bacher
parent b8cfac0a78
commit 8681a6d672
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-07-08 Sebastien Bacher <seb128@debian.org>
* configure.in: updated the libxft requirement to 2.1.7,
Christian Lohmaier <cloph@cup.uni-muenchen.de> (Closes: #309558).
2005-07-08 Sebastien Bacher <seb128@debian.org>
* NEWS: updated.
@ -5,7 +10,7 @@
2005-07-07 Sebastien Bacher <seb128@debian.org>
* schemas/Makefile.am: fix a typo with a .schemas name,
Jan Schmidt <thaytan@mad.scientist.com> (Closes: 307388).
Jan Schmidt <thaytan@mad.scientist.com> (Closes: #307388).
2005-07-05 Sebastien Bacher <seb128@debian.org>

1
NEWS
View file

@ -5,6 +5,7 @@ gnome-control-center 2.11.6
- fix a typo with a .schemas name (Jan Schmidt) (#307388)
- fix some type (Clytie Siddall) (#302614)
- make the copy dialog consistent with nautilus (William Jon McCann) (#309217)
- require libxft 2.1.7 (Christian Lohmaier) (#309558)
------------------------------------------------------------------------------
gnome-control-center 2.11.5

View file

@ -19,7 +19,7 @@ AM_PROG_LIBTOOL
m4_define(gnomevfs_minver, 2.0.0)
m4_define(fontconfig_minver, 1.0.0)
m4_define(xft_minver, 2.0.0)
m4_define(xft_minver, 2.1.7)
m4_define(gtk_minver, 2.6.0)
m4_define(libbonobo_minver, 2.0.0)
m4_define(libgnomeui_minver, 2.2.0)