[sword-svn] r1813 - in trunk: . include scripts

scribe at crosswire.org scribe at crosswire.org
Mon May 16 02:52:47 MST 2005


Author: scribe
Date: 2005-05-16 02:52:47 -0700 (Mon, 16 May 2005)
New Revision: 1813

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/include/config.h
   trunk/scripts/mkswordtar
Log:
preparing for RC3


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-05-16 09:34:50 UTC (rev 1812)
+++ trunk/ChangeLog	2005-05-16 09:52:47 UTC (rev 1813)
@@ -1,6 +1,12 @@
 API ChangeLog	(see the ChangeLog in each 'apps' directory for
 		app specific changes
 
+16-May-2005	Troy A. Griffitts <scribe at crosswire.org>
+	Changed Strongs to Lemma and added LemmaClass for
+		EntryAttributes
+	Made OSIS, GBF, and ThML filters parse lemma and
+		morph
+
 2-May-2005	Troy A. Griffitts <scribe at crosswire.org>
 	Removed many tools files and added them to
 		the sword-tools repository

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-05-16 09:34:50 UTC (rev 1812)
+++ trunk/configure.ac	2005-05-16 09:52:47 UTC (rev 1813)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.5.7.102, sword-bugs at crosswire.org)
+AC_INIT(sword, 1.5.7.103, sword-bugs at crosswire.org)
 AC_CONFIG_SRCDIR(sword.bmp)
 AC_PREREQ(2.52)
 AC_REVISION($Revision: 1.45 $)

Modified: trunk/include/config.h
===================================================================
--- trunk/include/config.h	2005-05-16 09:34:50 UTC (rev 1812)
+++ trunk/include/config.h	2005-05-16 09:52:47 UTC (rev 1813)
@@ -44,19 +44,19 @@
 #define PACKAGE_NAME "sword"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sword 1.5.7.102"
+#define PACKAGE_STRING "sword 1.5.7.103"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "sword"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.7.102"
+#define PACKAGE_VERSION "1.5.7.103"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.5.7.102"
+#define VERSION "1.5.7.103"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */

Modified: trunk/scripts/mkswordtar
===================================================================
--- trunk/scripts/mkswordtar	2005-05-16 09:34:50 UTC (rev 1812)
+++ trunk/scripts/mkswordtar	2005-05-16 09:52:47 UTC (rev 1813)
@@ -1,4 +1,5 @@
 #!/bin/sh
+(cd ..;./autogen.sh)
 REV=`cd ..;basename \`pwd ..\`|cut -d\- -f2`
 SWORDVER=`grep "define VERSI" ../include/config.h |cut -f2 -d"\""`
 



More information about the sword-cvs mailing list