[sword-cvs] sword ChangeLog,1.162,1.163 Makefile.am,1.39,1.40 configure.ac,1.30,1.31

sword@www.crosswire.org sword@www.crosswire.org
Thu, 25 Dec 2003 22:53:16 -0700


Update of /cvs/core/sword
In directory www:/tmp/cvs-serv9699

Modified Files:
	ChangeLog Makefile.am configure.ac 
Log Message:



Index: ChangeLog
===================================================================
RCS file: /cvs/core/sword/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- ChangeLog	29 Aug 2003 06:00:16 -0000	1.162
+++ ChangeLog	26 Dec 2003 05:53:13 -0000	1.163
@@ -2,6 +2,13 @@
 		app specific changes
 
 
+* Release 1.5.7 *
+
+28-Dec-2003	Troy A. Griffitts <scribe@crosswire.org>
+	Updated many filters
+	Split cvs, removing apps
+	Updated OSIS importer
+
 28-Aug-2003	Troy A. Griffitts <scribe@crosswire.org>
 	Abstracted the search interface from SWModule
 	Added experimental implementation of fast

Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile.am	23 Dec 2003 23:07:34 -0000	1.39
+++ Makefile.am	26 Dec 2003 05:53:13 -0000	1.40
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = 1.6
 # General defines
 
-version := 1.5.6
+version := 1.5.7
 
 
 # this WILL NOT WORK for you. only inhouse patched version of

Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- configure.ac	23 Dec 2003 23:07:34 -0000	1.30
+++ configure.ac	26 Dec 2003 05:53:13 -0000	1.31
@@ -2,13 +2,13 @@
 # Initialisation
 # ---------------------------------------------------------------------
 
-AC_INIT(sword, 1.5.6, sword-bugs@crosswire.org)
+AC_INIT(sword, 1.5.7, sword-bugs@crosswire.org)
 AC_CONFIG_SRCDIR(sword.bmp)
 AC_PREREQ(2.52)
 AC_REVISION($Revision$)
 
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(sword, 1.5.6)
+AM_INIT_AUTOMAKE(sword, 1.5.7)
 
 AM_CONFIG_HEADER(config.h)