summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-17 12:40:43 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-17 12:40:43 +0100
commit1bc901f50cf3d5bb7dec0729e018ba00e24f6f06 (patch)
tree52a0488bfedafa5d284bb19442b16275375fda42
parentcee0ee6d6a8daa2c32b139e28a88b07e3746853f (diff)
NEWS for 0.12.5
-rw-r--r--NEWS17
-rw-r--r--src/main.c21
2 files changed, 38 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ebb529c..0ddb543e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
====================================
diff --git a/src/main.c b/src/main.c
index e6fc2288..973c8be6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -20,6 +20,27 @@
#include "config.h"
#include "gabble.h"
+#if 0
+ .,,.
+ ,;;*;;;;,
+ .-'``;-');;.
+ /' .-. /*;;
+ .' \d \;; .;;;,
+ / o ` \; ,__. ,;*;;;*;,
+ \__, _.__,' \_.-') __)--.;;;;;*;;;;,
+ `""`;;;\ /-')_) __) `\' ';;;;;;
+ ;*;;; -') `)_) |\ | ;;;;*;
+ ;;;;| `---` O | | ;;*;;;
+ *;*;\| O / ;;;;;*
+ ;;;;;/| .-------\ / ;*;;;;;
+ ;;;*;/ \ | '. (`. ;;;*;;;
+ ;;;;;'. ; | ) \ | ;;;;;;
+ ,;*;;;;\/ |. / /` | ';;;*;
+ ;;;;;;/ |/ / /__/ ';;;
+ '*jgs/ | / | ;*;
+ `""""` `""""` ;'
+#endif
+
int
main (int argc,
char **argv)