User-visible rotation config and persistence of rotation config
[multilist] / support / builddeb.py
index 363f470..9593cde 100755 (executable)
@@ -21,11 +21,30 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+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
+* Massive code cleanup
+* Re-arrangement of GTK Menus
+* Added Maemo 5 Menu
+* Moved Active/All filter to menu
+* Moved Checkout All to 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.
+* I18N, extract de.po, add ru.po.
+
 0.3.0
-  * Initial Release.
+* Initial Release.
 """
 
 
@@ -99,7 +118,7 @@ def build_package(distribution):
        p.icon = {
                "debian": "26x26-multilist.png",
                "diablo": "26x26-multilist.png",
-               "fremantle": "48x48-multilist.png", # Fremantle natively uses 48x48
+               "fremantle": "40x40-multilist.png", # Fremantle natively uses 48x48
        }[distribution]
        p["/usr/bin"] = [ "multilist.py" ]
        for relPath, files in unflatten_files(find_files(".", "locale")).iteritems():