Skip to content

Commit cfc2745

Browse files
4.0.5 release
1 parent ed5e52c commit cfc2745

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
2016-08-25 karl <charcoal@users.sf.net>
216

317
* add Alt-T toggle transliteration.

RELEASE-NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ ____________________
33
XIPHOS 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+
613
Release 4.0.4
714
30 Aug 2015
815

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
xiphos-svn (4.0.4-0~svn) unstable; urgency=low
28

39
* New upstream release

win32/nsis/installer32.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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

win32/nsis/installer64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ preproc.strict_quotes=0
1414
import waffles.misc
1515
import waffles.gnome as gnome
1616

17-
VERSION='4.0.4'
17+
VERSION='4.0.5'
1818

1919
APPNAME='xiphos'
2020
PACKAGE='xiphos'

0 commit comments

Comments
 (0)