Skip to content

Commit

Permalink
Update for 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Nov 29, 2018
1 parent f2f82ce commit 45d01da
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifneq ($(strip $(shell type $(MAKENSIS) >/dev/null 2>&1; echo $$?)),0)
endif

# Application version and file format.
VERSION := 0.7.1
VERSION := 0.7.2
FILEFORMAT := 7
DATE ?= $(shell date +'%-d %B %Y')

Expand Down
12 changes: 7 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
WORDGRINDER V0.7.1
WORDGRINDER V0.7.2
==================

© 2007-2017 David Given
2017-11-02
© 2007-2018 David Given
2018-11-29

Unix version

Expand Down Expand Up @@ -145,8 +145,10 @@ http://lua-users.org/wiki/ExPattern for more information.
REVISION HISTORY
================

WordGrinder 0.7.2: 2017-03-21: pasting immediately after loading a
document no longer hard crashes.
WordGrinder 0.7.2: 2017-03-21: bugfix release. Pasting immediately after
loading a document no longer hard crashes. Don't buffer overrun if given
invalid unicode. Global settings are now updated correctly (in several
places). Fix a data loss situation when saving fails.

WordGrinder 0.7.1: 2017-11-02: correct and cleaner license reporting;
rearrange the source so that we can avoid shipping upstream dependencies
Expand Down
11 changes: 8 additions & 3 deletions README.Windows.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
WORDGRINDER V0.7.1
WORDGRINDER V0.7.2
==================

© 2007-2017 David Given
2017-11-02
© 2007-2018 David Given
2018-11-29

Windows version

Expand Down Expand Up @@ -94,6 +94,11 @@ http://lua-users.org/wiki/ExPattern for more information.
REVISION HISTORY
================

WordGrinder 0.7.2: 2017-03-21: bugfix release. Pasting immediately after
loading a document no longer hard crashes. Don't buffer overrun if given
invalid unicode. Global settings are now updated correctly (in several
places). Fix a data loss situation when saving fails.

WordGrinder 0.7.1: 2017-11-02: correct and cleaner license reporting;
rearrange the source so that we can avoid shipping upstream dependencies
if we want. No actual code changes.
Expand Down

0 comments on commit 45d01da

Please sign in to comment.