From: Ed Page Date: Fri, 11 Jun 2010 13:57:25 +0000 (-0500) Subject: Bump to 1.1.2 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=88cfa87189688d1497dd3e39e6ca3845df7391bf;hp=d80b8bd05ea3c926917dafa58a0d1a19fd233233;p=gonvert Bump to 1.1.2 --- diff --git a/src/constants.py b/src/constants.py index 376d4f4..4b80ba6 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" -__version__ = "1.1.1" +__version__ = "1.1.2" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") diff --git a/support/builddeb.py b/support/builddeb.py index 3ee0a64..bfb7e1d 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,12 +19,7 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Switching Condensed View's output to be editable also -* Fixed scrolling on Maemo -* On the traditional view, fixed an issue setting a value on the unit being converted -* Increased the name column size in the traditional view -* Switching Favorites to checkboxes from selection -* Attempting some optimizations +* Further optimizations """.strip() diff --git a/www/gonvert.deb b/www/gonvert.deb index 39ae0d9..88221b3 100644 Binary files a/www/gonvert.deb and b/www/gonvert.deb differ