Bump to 0.8.11
authorEd Page <eopage@byu.net>
Wed, 19 Jan 2011 03:41:59 +0000 (21:41 -0600)
committerEd Page <eopage@byu.net>
Wed, 19 Jan 2011 03:41:59 +0000 (21:41 -0600)
src/constants.py
support/builddeb.py
www/nqaap.deb

index 0fd446b..1170b85 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "nQaap"
 __app_name__ = "nqaap"
-__version__ = "0.8.10"
-__build__ = 1
+__version__ = "0.8.11"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index d5d730c..7f9e557 100755 (executable)
@@ -22,7 +22,7 @@ __email__ = "pengmeister@gmail.com"
 __version__ = constants.__version__\r
 __build__ = constants.__build__\r
 __changelog__ = """\r
-* Default cover art was missing, re-introducing it\r
+* Storing resuming information in utf-8 for non-English file names\r
 """.strip()\r
 \r
 \r
index c74c2d7..3f67e2e 100644 (file)
Binary files a/www/nqaap.deb and b/www/nqaap.deb differ