diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-08-17 12:40:43 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-08-17 12:40:43 +0100 |
commit | 1bc901f50cf3d5bb7dec0729e018ba00e24f6f06 (patch) | |
tree | 52a0488bfedafa5d284bb19442b16275375fda42 | |
parent | cee0ee6d6a8daa2c32b139e28a88b07e3746853f (diff) |
NEWS for 0.12.5
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | src/main.c | 21 |
2 files changed, 38 insertions, 0 deletions
@@ -1,6 +1,23 @@ telepathy-gabble 0.12.5 (UNRELEASED) ==================================== +The “thousand nights gone” release. + +Fixes: + +• Invisibility now works on Google Talk again, following a server-side + change. (Marco Barisione, fd.o#38706) + +• The DecloakAutomatically and PowerSavingActive properties are now + decoupled, rather than being erroneously linked. (Will Thompson) + +• Only certain known PEP events are now queued when power saving is + active, as opposed to all PEP events. (Siraj Rasick) + +Enhancements: + +• A pony. + telepathy-gabble 0.12.4 (2011-07-27) ==================================== @@ -20,6 +20,27 @@ #include "config.h" #include "gabble.h" +#if 0 + .,,. + ,;;*;;;;, + .-'``;-');;. + /' .-. /*;; + .' \d \;; .;;;, + / o ` \; ,__. ,;*;;;*;, + \__, _.__,' \_.-') __)--.;;;;;*;;;;, + `""`;;;\ /-')_) __) `\' ';;;;;; + ;*;;; -') `)_) |\ | ;;;;*; + ;;;;| `---` O | | ;;*;;; + *;*;\| O / ;;;;;* + ;;;;;/| .-------\ / ;*;;;;; + ;;;*;/ \ | '. (`. ;;;*;;; + ;;;;;'. ; | ) \ | ;;;;;; + ,;*;;;;\/ |. / /` | ';;;*; + ;;;;;;/ |/ / /__/ ';;; + '*jgs/ | / | ;*; + `""""` `""""` ;' +#endif + int main (int argc, char **argv) |