0.3.7
authorEd Page <eopage@byu.net>
Fri, 26 Mar 2010 23:19:11 +0000 (18:19 -0500)
committerEd Page <eopage@byu.net>
Fri, 26 Mar 2010 23:19:11 +0000 (18:19 -0500)
src/constants.py
support/builddeb.py
www/multilist.deb

index d2e3e84..8c34c54 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
-__version__ = "0.3.6"
+__version__ = "0.3.7"
 __build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
index 72f777c..73ed235 100755 (executable)
@@ -21,6 +21,9 @@ __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
 
@@ -93,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__
index a9a6d0d..4ea8460 100644 (file)
Binary files a/www/multilist.deb and b/www/multilist.deb differ