Added an app menu and made the main area pannable
[gonvert] / support / builddeb.py
index 3d06585..e3d14f2 100755 (executable)
@@ -19,6 +19,11 @@ __email__ = "anthony@unihedron.com"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.9.2
+* Added search toggle to the menu
+* Maemo 5: Added sorting to the app menu
+* Bug fix: Made the view area pannable
+
 0.9.1
 * Added support for creating generic .deb files
 * Added an apothecary unit
@@ -181,7 +186,7 @@ def build_package(distribution):
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
        p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert"
-       #p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
+       p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
        p.license = "gpl"