From: Michal L. <lu...@us...> - 2006-10-02 22:34:10
|
Update of /cvsroot/mysqlfs/mysqlfs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7035 Modified Files: ChangeLog Makefile.am NEWS configure.in Log Message: 2006-10-03 Michal Ludvig <mi...@lo...> * Updated version to 0.3.1 * Added schema.sql to the distribution tarball. Oops! Index: NEWS =================================================================== RCS file: /cvsroot/mysqlfs/mysqlfs/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 23 Sep 2006 09:33:15 -0000 1.2 --- NEWS 2 Oct 2006 22:34:03 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + What is new in 0.3.1 + -------------------- + + * Added missing schema.sql to the distribution tarball. + What is new in 0.3 ------------------ Index: ChangeLog =================================================================== RCS file: /cvsroot/mysqlfs/mysqlfs/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 23 Sep 2006 09:33:15 -0000 1.14 --- ChangeLog 2 Oct 2006 22:34:03 -0000 1.15 *************** *** 1,2 **** --- 1,7 ---- + 2006-10-03 Michal Ludvig <mi...@lo...> + + * Updated version to 0.3.1 + * Added schema.sql to the distribution tarball. Oops! + 2006-09-23 Michal Ludvig <mi...@lo...> Index: Makefile.am =================================================================== RCS file: /cvsroot/mysqlfs/mysqlfs/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 4 Sep 2006 11:43:29 -0000 1.3 --- Makefile.am 2 Oct 2006 22:34:03 -0000 1.4 *************** *** 2,5 **** --- 2,6 ---- bin_PROGRAMS = mysqlfs + EXTRA_DIST = schema.sql mysqlfs_SOURCES = mysqlfs.c query.c pool.c log.c Index: configure.in =================================================================== RCS file: /cvsroot/mysqlfs/mysqlfs/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** configure.in 23 Sep 2006 09:33:15 -0000 1.7 --- configure.in 2 Oct 2006 22:34:03 -0000 1.8 *************** *** 2,6 **** dnl $Id$ ! AC_INIT(mysqlfs, 0.3) AM_INIT_AUTOMAKE(dist-bzip2) AC_CONFIG_HEADERS(config.h) --- 2,6 ---- dnl $Id$ ! AC_INIT(mysqlfs, 0.3.1) AM_INIT_AUTOMAKE(dist-bzip2) AC_CONFIG_HEADERS(config.h) |