aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f25fda..155c907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-bitlbee-facebook-1.1.0 (2017-01-29):
+bitlbee-facebook-1.1.1 (2017-04-02):
+ - Send orca-formatted user agent for all HTTP requests too. Fixes "Failed to
+ parse thread information" errors when joining channels.
+ - Fix typo in the month of the 1.1.0 release in the next line
+
+bitlbee-facebook-1.1.0 (2017-03-29):
- Fix connection errors after facebook discontinued support for old versions
of facebook messenger for android. While most of the protocol implementation
was already above that version, there was a subtle change that broke fetching
diff --git a/configure.ac b/configure.ac
index e27bb58..80ab259 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
AC_INIT(
[bitlbee-facebook],
- [1.1.0],
+ [1.1.1],
[https://github.com/bitlbee/bitlbee-facebook/issues],
[bitlbee-facebook],
[https://github.com/bitlbee/bitlbee-facebook],