diff --git a/ChangeLog b/ChangeLog index ec1c13c..ef5f35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-10-06 Joan Sala Soler + + * Fix issues with SVG rendering + * Fix Python 3 compatibility issues + * Update PySDL2 to version 0.9.5 + 2015-11-07 Joan Sala Soler * Support for Python 3 diff --git a/NEWS b/NEWS index 24454c1..67d245f 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,14 @@ News of Aualé are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +Version 1.1.2 (06 Oct 2018) (Joan Sala Soler) + Fixed some compatibility issues and updated PySDL2 to the latest + version of the library. + +Version 1.1.1 (28 Nov 2015) (Joan Sala Soler) + New and improved packages for Linux. Added support to change the game + engine from the command line. + Version 1.1.0 (07 Nov 2015) (Joan Sala Soler) This new version of the game is built to improve the overall user experience. Including new localizations to Asturian, French, Indonesian, diff --git a/debian/changelog b/debian/changelog index bb91c3b..a0fa0fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +auale (1.1.2-1) UNRELEASED; urgency=medium + * Fix issues with SVG rendering + * Fix Python 3 compatibility issues + * Update PySDL2 to version 0.9.5 + auale (1.1.0-1) UNRELEASED; urgency=medium * Support for Python 3 diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index 24ede35..ed77e05 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrew Dabrowski pkgname=auale -pkgver=1.1.0 +pkgver=1.1.2 pkgrel=1 pkgdesc="A free mancala game for the serious player" arch=('any') diff --git a/rpm/auale.spec b/rpm/auale.spec index 4176d1e..b84a610 100644 --- a/rpm/auale.spec +++ b/rpm/auale.spec @@ -1,6 +1,6 @@ Name: auale -Version: 1.1.0 -Release: 2 +Version: 1.1.2 +Release: 1 Summary: A free mancala game for the serious player URL: http://www.joansala.com/auale Source0: http://www.joansala.com/auale/packages/%{name}-%{version}.tar.gz @@ -157,6 +157,10 @@ rm -rf %{buildroot} %{_bindir}/update-desktop-database &> /dev/null || : %changelog +* Sat Oct 6 2018 Joan Sala +- 1.1.2-1 +- auale 1.1.2 release + * Fri Nov 13 2015 Joan Sala - 1.1.0-2 - Fix OpenSUSE dependencies