X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=e7e232127d0a29575abb4064f8589441dca31006;hp=06f222a45b638d29f6734800093b9fd865aae908;hb=3ca7385bd450cee5f6226de8456ff7e538c01127;hpb=ac303125e4bca73c550037aad4edc1c744e68aff diff --git a/support/builddeb.py b/support/builddeb.py index 06f222a..e7e2321 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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"