0.3.7
[multilist] / support / builddeb.py
index c11f91a..73ed235 100755 (executable)
@@ -21,12 +21,33 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.3.7
+* Corrected the bug tracker link
+
+0.3.6
+* Adding filtering for new and complete in addition to all and active
+
+0.3.5
+* Bugfix: Fixing the application launcher
+
+0.3.4
+* Making rotation configurable in the Settings window
+* Persisting full-screen / rotation settings
+
+0.3.3
+* Rotation support
+* Turned the settings dialog into a window
+
 0.3.2
-* Cleaned up some code
+* Massive code cleanup
+* Re-arrangement of GTK Menus
+* Added Maemo 5 Menu
 * Moved Active/All filter to menu
-* Switched to search bar
 * Moved Checkout All to menu
-* Fremantlized the menu
+* Improved Search bar
+* Removed unnesary UI elements
+* Switched to real inconsistent check boxes for tasks
+* Switching the settings dialog to be more Maemo 5 like
 
 0.3.1
 * I18N, extract de.po, add ru.po.
@@ -75,7 +96,7 @@ def build_package(distribution):
        p = py2deb.Py2deb(__appname__)
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
-       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=quicknote"
+       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Multilist"
        p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__