Version bump
[gc-dialer] / support / builddeb.py
index 06f222a..fe62f4a 100755 (executable)
@@ -7,13 +7,34 @@ __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.9.1"
+__version__ = "0.9.6"
 __build__ = 0
-__changelog__ = '''\
+__changelog__ = '''
+0.9.6
+
+0.9.5
+ * Fixed a login issue due to Google changing their webpage
+
+0.9.4 - ""
+ * Misc Bug fixes and experiments
+
+0.9.3 - ""
+ * Removed the much disliked contact source ID
+ * Added saving of callback number when using GoogleVoice
+ * Got proper formatting on things ("&" rather than "&")
+ * Misc Bug fixes
+
+0.9.2 - "Two heads are better than one"
+ * Adding of UI to switch between GC and GV
+ * Minimized flashing the dial button between grayed out and not on startup
+ * Bug fixes
+
 0.9.1 - "Get your hands off that"
  * GoogleVoice Support, what a pain
  * More flexible CSV support.  It now checks the header row for what column name/number are in
  * Experimenting with faster startup by caching PYC files with the package
+ * Fixing of some bad error handling
+ * More debug output for when people run into issues
 
 0.9.0 - "Slick as snot"
  * Caching of contacts
@@ -79,7 +100,7 @@ if __name__ == "__main__":
        p.author = __author__
        p.mail = __email__
        p.license = "lgpl"
-       p.depends = "python2.5, python2.5-gtk2"
+       p.depends = "python2.5, python2.5-gtk2, python2.5-xml"
        p.section = "user/communication"
        p.arch = "all"
        p.urgency = "low"