File tree Expand file tree Collapse file tree 6 files changed +30
-3
lines changed
Expand file tree Collapse file tree 6 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ 2017-04-23 karl <charcoal@users.sf.net>
2+
3+ * 4.0.5 release.
4+
5+ 2017-04-23 karl <charcoal@users.sf.net>
6+
7+ * update win32 packaging.
8+ * fix lack of collator in mod.mgr on first run.
9+ * restore proper formatting of code in biblesync glue.
10+
11+ 2017-02-06 karl <charcoal@users.sf.net>
12+
13+ * readaloud: speak verse# per showversenum (audible matches visible).
14+
1152016-08-25 karl <charcoal@users.sf.net>
216
317 * add Alt-T toggle transliteration.
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ ____________________
33XIPHOS RELEASE NOTES
44____________________
55
6+ Release 4.0.5
7+ 23 Apr 2017
8+
9+ - ReadAloud: Speak verse# only if we are showing verse#s in text as well.
10+ - Fix crash caused by lack of collator during mod.mgr in first run.
11+ ________________________________________________________________
12+
613Release 4.0.4
71430 Aug 2015
815
Original file line number Diff line number Diff line change 1+ xiphos-svn (4.0.5-0~svn) unstable; urgency=low
2+
3+ * New upstream release
4+
5+ -- Karl Kleinpaste <charcoal@users.sf.net> Sun, 23 Apr 2017 18:29:00 +0000
6+
17xiphos-svn (4.0.4-0~svn) unstable; urgency=low
28
39 * New upstream release
Original file line number Diff line number Diff line change 4444 !define APP_NAME " Xiphos"
4545 !define INSTALLER_NAME " xiphos"
4646 !define APP_BINARY_NAME " xiphos.exe"
47- !define APP_VERS " 4.0.4 "
47+ !define APP_VERS " 4.0.5 "
4848 !define APP_EDITION " win32"
4949 !define APP_URL " http://xiphos.org"
5050
Original file line number Diff line number Diff line change 4444 !define APP_NAME " Xiphos"
4545 !define INSTALLER_NAME " xiphos"
4646 !define APP_BINARY_NAME " xiphos.exe"
47- !define APP_VERS " 4.0.4 "
47+ !define APP_VERS " 4.0.5 "
4848 !define APP_EDITION " win64"
4949 !define APP_URL " http://xiphos.org"
5050
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ preproc.strict_quotes=0
1414import waffles .misc
1515import waffles .gnome as gnome
1616
17- VERSION = '4.0.4 '
17+ VERSION = '4.0.5 '
1818
1919APPNAME = 'xiphos'
2020PACKAGE = 'xiphos'
You can’t perform that action at this time.
0 commit comments