Log message:
Updated Sword to version 1.7.3
Removed patch-aa, it is included in this release.
Removed fortran from USE_LANGUAGES this version of sword don't need it.
Changelog from changelog file included in distfile:
API ChangeLog
27-Apr-2014 Troy A. Griffitts <scribe@crosswire.org>
Added C# bindings contributed by Daniel Hughes <trampster@gmail.com>
* Release 1.7.0 *
5-Oct-2013 Troy A. Griffitts <scribe@crosswire.org>
Add a new Option filter, OSISReferenceLinks, based on work submitted
by "John Austin", which allows removal of references based on
a type/subtype combination. .conf usage is:
GlobalOptionFilter=OSISReferenceLinks|Option Name|Option Tip
|OSIS Reference Type|OSIS Reference SubType
|Default Value
e.g,
GlobalOptionFilter=OSISReferenceLinks|Reference Material Links
|Hide or show links in the Biblical text to study helps
|x-glossary||On
14-Aug-2013 Troy A. Griffitts <scribe@crosswire.org>
Added new version macros in swversion.h and removed
config.h as a packaged and included entity
2-Aug-2013 Chris Little <chrislit@crosswire.org>
Added basic bibliography method to SWModule
(mostly from refdoc's patch)
16-July-2013 Troy A. Griffitts <scribe@crosswire.org>
Many classes have had class and method names normalized, including:
VerseMgr renamed to VersificationMgr
SWKey
ListKey
SWModule
13-July-2013 Chris Little <chrislit@crosswire.org>
Added LXX & Orthodox versifications
13-July-2013 Troy A. Griffitts <scribe@crosswire.org>
InstallMgr FTP now has a 45 second timeout
11-July-2013 Troy A. Griffitts <scribe@crosswire.org>
SWIG bindings updated to build and work with autotools
8-Jul-2013 Chris Little <chrislit@crosswire.org>
Applied submitted UTF8ArabicPoints code
Plugged Bzip2Compress & XzCompress into the API, though these
remain clones of the ZipCompress class and will not be
supported in 1.7.0
6-July-2013 Jaak Ristioja <jaak@ristioja.ee>
InstallMgr HTTP transport, fix for buffer overrun in non-standard
Apache dir list output
29-Jun=2013 Chris Little <chrislit@crosswire.org>
Removed PLAINHTML and PLAINFootnotes filters
19-Jun-2013 Gregory S. Hellings <greg.hellings@gmail.com>
Introduced CMake options to specify exact install locations
of subcomponents
11-Jun-2013 Troy A. Griffitts <scribe@crosswire.org>
Changed SWBuf append methods to return *this, so they can be chained
Added a new method SWBuf::indexOf
New XHTML Filters based on HTMLHREF but now support:
tables, sub, and super elements, hi rend attribute for
overline of nom sac
better whitespace processing for:
block tags by supressing multiple vspace
poetry lines
10-Jun-2013 Chris Little <chrislit@crosswire.org>
Added basic OSISEnum & OSISXlit filters
Renamed OSISRuby to the more general OSISGlosses
7-Jun-2013 Troy A. Griffitts <scribe@crosswire.org>
Enhanced regex searches to return result which cross a single
verse boundaries
30-May-2013 Troy A. Griffitts <scribe@crosswire.org>
Generalized Transport interface from 'FTP' to 'Remote' to better
accommodate HTTP, SFTP, etc.
11-April-2013 Troy A. Griffitts <scribe@crosswire.org>
Verse parser updates, including:
Fixed parsing of Ps.V
Added parsing of special 'inscriptio' and 'subscriptio' entries
resolving to special Book 0:0 and Book 1:0
respectively
e.g., Matt.Inscr -> Matt.0.0; Matt.Subscrip -> Matt.1.0
Better handling of verse suffix, e.g., John.1.3b
Handle comma verses properly after range which spans chapters,
e.g., jn.1.1-2.5,9
12-Mar-2013 Troy A. Griffitts <scribe@crosswire.org>
More examples, including: show a chapter, verse range
24-Feb-2013 Troy A. Griffitts <scribe@crosswire.org>
Greatly improved navigation with intros and normalization turned
on/off
1-Feb-2013 Troy A. Griffitts <scribe@crosswire.org>
New .conf entries honored:
StrongsPadding=false, which turns off
logic to detect strongs numbers and add padding
CaseSensitiveKeys=true, which makes a lexicon case sensitive
29-Jan-2013 Jaak Ristioja <jaak@ristioja.ee>
Removed warnings in header files for unused variables
06-Jan-2013 Gregory S. Hellings <greg.hellings@gmail.com>
Added support to install from SFTP sources using username/password
authentication in places where cURL has SFTP support (no support
for public-key auth yet)
19-Dec-2012 Manfred Bergmann <manfred.bergmann@me.com>
Added ObjC wrappers for the SWORD filter classes. Mainly because in
Eloquent project it is not possible to access any of the plain
C++ SWORD stuff. Wrappers are necessary
Added FilterProvider and FilterProviderFactory. They have been
created to add the possibility for application to override
the default filters (render/strip). To add a custom
FilterProvider, subclass DefaultFilterProvider and override the
methods that are required to return other filter instances.
Then initialize the Factory with this provider
+[FilterProviderFactory initWithImpl:<your impl>]
07-Nov-2012 Chris Little <chrislit@crosswire.org>
Starting (very minimal) support for TEI in xml2gbs
Generalizing ruby as glosses (for use in non-Japanese texts or
even Japanese texts with non-ruby glosses)
14-Sep-2012 Troy A. Griffitts <scribe@crosswire.org>
Changed default log level to WARN from INFO
29-Aug-2012 Gregory S. Hellings <greg.hellings@gmail.com>
Swig bindings may now be built against shared or static libraries.
Cleaned up almost all gcc 4.7 warnings from the swig bindings and
eliminated errors which packagers had discovered.
Swig bindings are now installed by the normal 'make install' under
CMake
11-Jul-2012 Troy A. Griffitts <scribe@crosswire.org>
New Lucene index field for searching 'morph' (lemma@morphology)
21-Jun-2012 Peter von Kaehne <refdoc@crosswire.org>
Added Pohnpeian language locale
25-Apr-2012 Gregory S. Hellings <greg.hellings@gmail.com>
InstallMgr now supports HTTPS connections where cURL has support
for that transport
24-Mar-2012 DM Smith <dmsmith@crosswire.org>
osis2mod: Allow comments to be in osis document and to be stripped out.
From John Zaitseff
osis2mod: Allow div in header of osis document. From John Zaitseff
|