diff options
| author | dequis <dx@dxzone.com.ar> | 2017-01-30 17:44:32 -0300 | 
|---|---|---|
| committer | dequis <dx@dxzone.com.ar> | 2017-01-30 17:44:32 -0300 | 
| commit | 262a82b875f2a05cdcf2258260c5e8a9e538f405 (patch) | |
| tree | 3ba6dcb455bb116c37b60be37c4b7961ad59d88b | |
| parent | 30d598ce7cd3f136ee9d7097f39fa9818a272441 (diff) | |
BitlBee 3.5.13.5.1
| -rw-r--r-- | bitlbee.h | 4 | ||||
| -rw-r--r-- | doc/CHANGES | 16 | 
2 files changed, 18 insertions, 2 deletions
@@ -35,10 +35,10 @@ extern "C" {  #endif  #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "3.5" +#define BITLBEE_VERSION "3.5.1"  #define VERSION BITLBEE_VERSION  #define BITLBEE_VER(a, b, c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 5, 0) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 5, 1)  #define BITLBEE_ABI_VERSION_CODE 1  #define MAX_STRING 511 diff --git a/doc/CHANGES b/doc/CHANGES index 17a75640..10c0c3f5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,22 @@ found in the git commit logs, for example you can try:  https://github.com/bitlbee/bitlbee/commits/master +Version 3.5.1: + +- purple: +  * Fix crash on file transfer requests from unknown contacts. This was the +    result of an incomplete fix in the previous release and may result in +    remote DoS. Read the full security advisory at: +    https://bugs.bitlbee.org/ticket/1282 +- After some investigation we decided to reclassify a crash fix from the +  previous release as a security issue. Read the full security advisory at: +  https://bugs.bitlbee.org/ticket/1281 +- Included help.txt in the release tarball, which was missing in the previous +  release and resulted in adding python as a build dependency. The release +  tarball of 3.5.1 does not require python.  + +Finished 30 Jan 2017 +  Version 3.5:  - ui:  | 
