From: Ed Page Date: Wed, 24 Feb 2010 04:16:23 +0000 (-0600) Subject: Bumping to 0.8.0 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=5bb8c8b09d35e396602d3b896945f86464aa0426;hp=f5790d1585812687c2bf2e5922827b29eee4a670 Bumping to 0.8.0 --- diff --git a/Makefile b/Makefile index fcb92a2..0ba6f78 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ package: $(OBJ) cp support/$(PROJECT_NAME).manager $(BUILD_PATH)/generic cp support/$(PROJECT_NAME).profile.* $(BUILD_PATH)/generic cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service $(BUILD_PATH)/generic - cp support/icons/*-$(PROJECT_NAME).png $(BUILD_PATH)/generic/ + cp support/icons/*-tor_*.png $(BUILD_PATH)/generic/ cp support/builddeb.py $(BUILD_PATH)/generic cp support/py2deb.py $(BUILD_PATH)/generic cp support/fake_py2deb.py $(BUILD_PATH)/generic diff --git a/src/constants.py b/src/constants.py index 8c580fb..801d8ec 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.7.14" +__version__ = "0.8.0" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") diff --git a/support/builddeb.py b/support/builddeb.py index cc77415..87e09a7 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.8.0 +* Basic avatar support to distinguish phone types +* Tweaks to hopefully improve behavior + 0.7.14 * Bugfix: Polling state machines weren't properly resetting (maybe thats why I had such good battery life) * Bugfix: On Maemo 4.1 there are still some empty windows created @@ -208,10 +212,12 @@ def build_package(distribution): p["/usr/lib/telepathy"] = ["telepathy-theonering"] p["/usr/share/telepathy/managers"] = ["theonering.manager"] p["/usr/share/icons/hicolor/32x32/hildon"] = ["32-tor_handset.png|im_theonering.png"] - p["/usr/share/theonering"] = ["32-tor_handset.png|tor_handset.png"] - p["/usr/share/theonering"] = ["32-tor_phone.png|tor_phone.png"] - p["/usr/share/theonering"] = ["32-tor_question.png|tor_question.png"] - p["/usr/share/theonering"] = ["32-tor_self.png|tor_self.png"] + p["/usr/share/theonering"] = [ + "32-tor_handset.png|tor_handset.png", + "32-tor_phone.png|tor_phone.png", + "32-tor_question.png|tor_question.png", + "32-tor_self.png|tor_self.png", + ] if distribution == "debian": print p diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index 7abcb66..575d1ec 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ