diff options
author | dequis <dx@dxzone.com.ar> | 2017-08-30 20:23:19 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-08-30 20:23:19 -0300 |
commit | bc523728d7ae97a617746a47b451e7adf4a58927 (patch) | |
tree | e8e603fb9ecfa9fe465673ff1314978419f1ac75 | |
parent | b4e9612ea40de27b8be20960e721fe8467da48f2 (diff) | |
download | bitlbee-facebook-bc523728d7ae97a617746a47b451e7adf4a58927.tar.gz bitlbee-facebook-bc523728d7ae97a617746a47b451e7adf4a58927.tar.bz2 bitlbee-facebook-bc523728d7ae97a617746a47b451e7adf4a58927.tar.xz |
Release 1.1.2 with the thrift unknown field fix
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +bitlbee-facebook-1.1.2 (2017-08-30): + - Fix "Failed to read thrift" with unknown fields in /t_p payload + - Fix rare login hang/timeout when the last page of contacts is empty + 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. diff --git a/configure.ac b/configure.ac index 8989460..fc31a95 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_INIT( [bitlbee-facebook], - [1.1.1], + [1.1.2], [https://github.com/bitlbee/bitlbee-facebook/issues], [bitlbee-facebook], [https://github.com/bitlbee/bitlbee-facebook], |