aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-04-02 03:07:05 -0300
committerdequis <dx@dxzone.com.ar>2017-04-02 03:07:05 -0300
commit41382c1c1b2e7782e175ba324601f1bf86f2209e (patch)
tree49eb5996ce1e024f3e6a718bbde3f70f54c77461
parent2f17542c7a866f1963b0b51b01736652d53dd70d (diff)
downloadbitlbee-facebook-41382c1c1b2e7782e175ba324601f1bf86f2209e.tar.gz
bitlbee-facebook-41382c1c1b2e7782e175ba324601f1bf86f2209e.tar.bz2
bitlbee-facebook-41382c1c1b2e7782e175ba324601f1bf86f2209e.tar.xz
Release 1.1.1 with one last fix to last week's changes
I waited for things to settle down with this one
-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],