diff options
author | dequis <dx@dxzone.com.ar> | 2017-04-02 03:07:05 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-04-02 03:07:05 -0300 |
commit | 41382c1c1b2e7782e175ba324601f1bf86f2209e (patch) | |
tree | 49eb5996ce1e024f3e6a718bbde3f70f54c77461 | |
parent | 2f17542c7a866f1963b0b51b01736652d53dd70d (diff) | |
download | bitlbee-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-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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], |