Skip to content

Commit

Permalink
Prepare 1.10.32
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <[email protected]>
  • Loading branch information
rcaelers committed Jun 2, 2019
1 parent 3c49ceb commit 94d2eb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Workrave NEWS -- history of user-visible changes. 20 Mar 2019
Workrave NEWS -- history of user-visible changes. 2 June 2019
Copyright (C) 2001-2019 Rob Caelers, Raymond Penners, Ray Satiro
See the end for copying conditions.

Please report Workrave bug reports. Visit our bug tracker located at:
http://www.workrave.org

* Workrave 1.10.32

** Fixed a bug that caused high CPU load when the main window was
open for a long time.

** [internal change] Python 2 is no longer required for building
Workrave. The Python2-only Cheetah dependency has been replaced
by Jinja 2 (python3-jinja2). Additionally, Boost >= 1.52 is now
required (libboost-dev).

* Workrave 1.10.31

** Add GetTimerRemaining dbus function.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl

m4_define([workrave_major_version], [1])
m4_define([workrave_minor_version], [10])
m4_define([workrave_micro_version], [31])
m4_define([workrave_micro_version], [32])
m4_define([workrave_version_suffix], [0])
m4_define([workrave_version],
[workrave_major_version.workrave_minor_version.workrave_micro_version])
Expand Down

0 comments on commit 94d2eb7

Please sign in to comment.