From: Ed Page Date: Wed, 12 Jan 2011 03:01:00 +0000 (-0600) Subject: Bump to 1.0.3 X-Git-Url: https://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=010c94fcab0ef1e8b5c43be2f133dfbc4ae68853 Bump to 1.0.3 --- diff --git a/src/constants.py b/src/constants.py index d89c394..1d8aac8 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "e**(j pi) + 1 = 0" __app_name__ = "ejpi" -__version__ = "1.0.2" +__version__ = "1.0.3" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index 61e5977..551221c 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -27,7 +27,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* UI Tweaks +* Cleaning up the display of the pie buttons +* Fixing the size of the pie menus on Maemo 5 +* Adding rotation support with a custom portrait layout +* Minor UI Polish """.strip() diff --git a/www/ejpi.deb b/www/ejpi.deb index 1a636c1..0302424 100644 Binary files a/www/ejpi.deb and b/www/ejpi.deb differ