Make fix and decided to bump the version higher due to all of the refactoring putting...
[gc-dialer] / support / builddeb.py
index a218735..8af9850 100755 (executable)
@@ -5,11 +5,22 @@ from py2deb import *
 
 __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
-__author__ = "Eric Warnke"
-__email__ = "ericew@gmail.com"
-__version__ = "0.8.2"
+__author__ = "Ed Page"
+__email__ = "eopage@byu.net"
+__version__ = "0.9.0"
 __build__ = 0
 __changelog__ = '''\
+0.9.0 - "Slick as snot"
+ * Caching of contacts
+ * Refactoring to make working with the code easier
+ * Filesystem backed contacts but currently only supporting a specific csv format
+ * Gracefully handle lack of connection and connection transitions
+ * Gracefully handle failed login
+ * A tiny bit better error reporting
+
+0.8.3 - "Extras Love"
+ * Version bump fighting the extras autobuilder, I hope this works
+
 0.8.2 - "Feed is for horses, so what about feedback?"
  * Merged addressbook
  * many more smaller fixes
@@ -44,6 +55,7 @@ if __name__ == "__main__":
        p.mail = __email__
        p.license = "lgpl"
        p.depends = "python2.5, python2.5-gtk2"
+       # p.section = "user/utilities"
        p.section = "user/communication"
        p.arch = "all"
        p.urgency = "low"