Bump to 1.1.2
authorEd Page <eopage@byu.net>
Fri, 11 Jun 2010 13:57:25 +0000 (08:57 -0500)
committerEd Page <eopage@byu.net>
Fri, 11 Jun 2010 13:57:25 +0000 (08:57 -0500)
src/constants.py
support/builddeb.py
www/gonvert.deb

index 376d4f4..4b80ba6 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
 
 __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")
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
index 3ee0a64..bfb7e1d 100755 (executable)
@@ -19,12 +19,7 @@ __email__ = "anthony@unihedron.com"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __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()
 
 
 """.strip()
 
 
index 39ae0d9..88221b3 100644 (file)
Binary files a/www/gonvert.deb and b/www/gonvert.deb differ