diff options
author | Marius Halden <marius.h@lden.org> | 2017-01-30 20:33:45 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-01-30 20:33:45 +0100 |
commit | 395b95a7d6df6c857e543fad47124cddda6d21d5 (patch) | |
tree | 1fae9d2b99a0b1fb60e54515014abece521388df /doc | |
parent | 0644b8614aea470149f08a0357a73c7c601f00f5 (diff) | |
parent | 262a82b875f2a05cdcf2258260c5e8a9e538f405 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6f8095f4..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: @@ -59,7 +75,7 @@ Version 3.5: for ABI version checking in the future. It's optional for now, but will be enforced later. See the commit log of d28fe1c for details. (jgeboski) -Finished ... 200XX +Finished 8 Jan 2017 Version 3.4.2: - irc: |