Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17574
Modified Files:
ChangeLog configure.ac
Log Message:
bump version to 0.9.7_rc1
Index: configure.ac
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- configure.ac 14 Jan 2005 13:11:18 -0000 1.18
+++ configure.ac 16 Jan 2005 14:36:37 -0000 1.19
@@ -21,7 +21,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl ######################################################################
-AC_INIT(gtk2hs, 0.9.7pre)
+AC_INIT(gtk2hs, 0.9.7_rc1)
AM_INIT_AUTOMAKE
dnl * We require autoconf version 2.50
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- ChangeLog 16 Jan 2005 14:15:30 -0000 1.296
+++ ChangeLog 16 Jan 2005 14:36:37 -0000 1.297
@@ -14,6 +14,13 @@
demo/unicode/Arabic.hs demo/unicode/Makefile: update all the demos to
use the new module names and write new simple makefiles.
+ * Makefile.am: build documentation for all packages. Add installcheck
+ make target that compiles & links all the demos. Arrange for all the
+ demos to be included in the dist tarball. Fix linker problem for gconf
+ due to missing _stub.o file.
+
+ * configure.ac: bump version to 0.9.7_rc1
+
2005-01-15 Duncan Coutts <du...@co...>
* mk/common.mk: change the way we find pacakge variables for files
|