diff options
-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], |