From: Ed Page Date: Wed, 16 Mar 2011 02:57:37 +0000 (-0500) Subject: Bump to 1.0.5 X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=9da62f6abb3598b315883bb4e7ef4c22e11888e2 Bump to 1.0.5 --- diff --git a/src/constants.py b/src/constants.py index 9da8b69..0b01460 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Waters of Shiloah" __app_name__ = "watersofshiloah" -__version__ = "1.0.4" +__version__ = "1.0.5" __build__ = 0 __app_magic__ = 0x1AFF5 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index 9bdfe22..6068904 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -27,7 +27,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a Maemo 5 issue introduced in 1.0.3 +* Fixing some orientation bugs +* Making log file rotate due to long release cycles """ diff --git a/www/watersofshiloah.deb b/www/watersofshiloah.deb index 73bd922..8ab87b7 100644 Binary files a/www/watersofshiloah.deb and b/www/watersofshiloah.deb differ