aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-06-14 17:43:09 -0300
committerdequis <dx@dxzone.com.ar>2015-06-14 20:06:07 -0300
commit9613dec6addf92b9071406626342dc57a4fb9aad (patch)
tree3c08fc94188dbad410ed9ac3f5a4bbd545a7cfa1
parent53c77990909f0d4ed726f580c77fc7ffccdd4e48 (diff)
3.4.1 release notes
-rw-r--r--bitlbee.h4
-rw-r--r--doc/CHANGES22
-rw-r--r--doc/user-guide/misc.xml12
3 files changed, 36 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 892ba57e..49a5496a 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -35,10 +35,10 @@ extern "C" {
#endif
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "3.4"
+#define BITLBEE_VERSION "3.4.1"
#define VERSION BITLBEE_VERSION
#define BITLBEE_VER(a, b, c) (((a) << 16) + ((b) << 8) + (c))
-#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 4, 0)
+#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 4, 1)
#define MAX_STRING 511
diff --git a/doc/CHANGES b/doc/CHANGES
index c5fec3b2..1d6bb34f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -3,6 +3,28 @@ found in the git commit logs, for example you can try:
https://github.com/bitlbee/bitlbee/commits/master
+Version 3.4.1:
+- msn:
+ * Upgraded protocol to MSNP21, works again (dx)
+ * Contact list management, groupchats and skype username logins won't work.
+ Next release!
+- jabber:
+ * Add "hipchat" protocol, for smoother login. Takes the same username as
+ the official client. Note that unlike the 'hip-cat' branch, this doesn't
+ preload channels. See the HowtoHipchat wiki page for details (dx)
+ * Fixed a bug when receiving topics set by people who left the channel (dx)
+ * Create fake users instead of showing "unknown participant" errors (dx)
+ * Gmail mail notifications support (Artem Savkov)
+ * Lowering xmpp presence priority on away (Artem Savkov)
+- twitter:
+ * Show quoted tweets inline (wilmer)
+ * Added "url" command, can be used to quote tweets (wilmer)
+ * Make replies to self work (wilmer)
+- Building documentation is now done with a python script (both 2.x/3.x work)
+ Asciidoc/xsltproc/xmlto are no longer build dependencies (dx)
+
+Finished ... 200XX
+
Version 3.4:
- First release pretty much fully prepared by dx instead of Wilmer. Just look
at the tightly structured changelog!
diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml
index 64303383..4ec80a72 100644
--- a/doc/user-guide/misc.xml
+++ b/doc/user-guide/misc.xml
@@ -432,4 +432,16 @@ See the full changelog for details!
</sect1>
+<sect1 id="whatsnew030401">
+<title>New stuff in BitlBee 3.4.1</title>
+
+<simplelist>
+ <member><emphasis>msn:</emphasis> Upgraded protocol version to MSNP21, works again</member>
+ <member><emphasis>jabber:</emphasis> Add "hipchat" protocol, for smoother login. Takes the same username as the official client. Note that unlike the 'hip-cat' branch, this doesn't preload channels. See the <emphasis>HowtoHipchat</emphasis> wiki page for details</member>
+ <member><emphasis>jabber:</emphasis> Gmail notifications support</member>
+ <member><emphasis>twitter:</emphasis> Show quoted tweets inline. Added "url" command, can be used to quote tweets.</member>
+</simplelist>
+
+</sect1>
+
</chapter>