Adding a new icon and bumping to 0.8.2
authorEd Page <eopage@byu.net>
Sat, 27 Feb 2010 05:28:34 +0000 (23:28 -0600)
committerEd Page <eopage@byu.net>
Sat, 27 Feb 2010 05:28:34 +0000 (23:28 -0600)
src/constants.py
support/builddeb.py
support/icons/26-tor_handset.png [new file with mode: 0644]
www/telepathy-theonering.deb

index 8ab84d4..0767892 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.8.1"
+__version__ = "0.8.2"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index ba27618..1cda4ca 100755 (executable)
@@ -34,6 +34,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.8.2
+* Improved debug logs, removing noise
+* Reduced allotted disconnect time from 5 seconds to 2
+* Auto-cleanup resources when client only does phase 1 of 2 connection creation phases
+* Added 26x26 and 64x64 variants of icons to hopefully fix issues on Maemo 4.1
+
 0.8.1
 * Canceling of outbound calls
 * Bugfix: Removing race condition with disconnect.  I introduced it expecting it to help but it hurts more than it helps
@@ -215,7 +221,9 @@ def build_package(distribution):
                p["/usr/share/osso-rtcom"] = ["theonering.profile.%s|theonering.profile"% distribution]
        p["/usr/lib/telepathy"] = ["telepathy-theonering"]
        p["/usr/share/telepathy/managers"] = ["theonering.manager"]
+       p["/usr/share/icons/hicolor/26x26/hildon"] = ["26-tor_handset.png|im_theonering.png"]
        p["/usr/share/icons/hicolor/32x32/hildon"] = ["32-tor_handset.png|im_theonering.png"]
+       p["/usr/share/icons/hicolor/64x64/hildon"] = ["64-tor_handset.png|im_theonering.png"]
        p["/usr/share/theonering"] = [
                "32-tor_handset.png|tor_handset.png",
                "32-tor_phone.png|tor_phone.png",
diff --git a/support/icons/26-tor_handset.png b/support/icons/26-tor_handset.png
new file mode 100644 (file)
index 0000000..52ea9a4
Binary files /dev/null and b/support/icons/26-tor_handset.png differ
index ad8d8bb..bf70b09 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ