X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=5a2e432dd4863f444467b65b2e97d00c282e03d6;hp=350a7ee0aafe00a3d19be40f25d0c93023a80b3b;hb=9cf14f103f36871807bc3ef0828b4c85a8812e62;hpb=85fc6a96e1b813a41c7df44fe615d78ebadd7a54 diff --git a/support/builddeb.py b/support/builddeb.py index 350a7ee..5a2e432 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -12,15 +12,19 @@ __appname__ = constants.__app_name__ __description__ = """Unit Conversions A conversion utility that allows conversion between many units like CGS, Ancient, Imperial with many categories like length, mass, numbers, etc. All units converted values shown at once as you type . -Homepage: http://www.unihedron.com/projects/gonvert/index.php +Homepage: http://gonvert.garage.maemo.org """ -__author__ = "Anthony Tekatch" -__email__ = "anthony@unihedron.com" +__author__ = "Ed Page" +__email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ * Adding back in scrolling when using arrow keys in Units Window * Fixing Units Window arrow keys when only showing favorites +* Removed GTK support +* Improved startup time +* Changed the default to condensed mode for better startup time and since people probably will prefer it +* Saved some wasted horizontal space """.strip()