Autogenerating todos
[gc-dialer] / support / builddeb.py
index 06f222a..e7e2321 100755 (executable)
@@ -7,13 +7,20 @@ __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.2"
 __build__ = 0
 __changelog__ = '''\
+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
@@ -80,7 +87,7 @@ if __name__ == "__main__":
        p.mail = __email__
        p.license = "lgpl"
        p.depends = "python2.5, python2.5-gtk2"
-       p.section = "user/communication"
+       p.section = "user/network"
        p.arch = "all"
        p.urgency = "low"
        p.distribution = "chinook diablo"