From: Ed Page Date: Thu, 13 Jan 2011 03:38:37 +0000 (-0600) Subject: Bump to 1.0.5 X-Git-Url: http://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=9f1ec36b1d700627057b952ebce4fc290dfa28dd Bump to 1.0.5 --- diff --git a/src/constants.py b/src/constants.py index 0cab446..f94f152 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.4" +__version__ = "1.0.5" __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 a61c726..2660c97 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -27,10 +27,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixed and improved error reporting -* Re-arranged trig and programmer keyboards to reduce keyboard swapping -* Fixed issues with auto-scoll to latest item on startup -* Reducing redraws on spurious rotations +* Fixing error display in landscape """.strip() diff --git a/www/ejpi.deb b/www/ejpi.deb index 1f2005d..d9f8e05 100644 Binary files a/www/ejpi.deb and b/www/ejpi.deb differ