Skip to content

Releases: sshock/AFFLIBv3

AFFLIB Version 3.7.20

28 Dec 04:54
Compare
Choose a tag to compare

It's been over 2 years since I created a new tag, so this is kinda overdue.

As usual, there are no major changes in this release; mainly just fixing warnings.

AFFLIB Version 3.7.19

07 Jul 04:24
Compare
Choose a tag to compare

Several minor fixes over the last year or so, including fixes for Hurd and other platforms:

  • fix out of scope variables (issue #39)
  • fix double close problem (issue #40)
  • tests no longer rely on /usr/share/dict/ existing (see 15ebb83)
  • fix seg fault on machines with 64-bit long (issue #41)
  • fix EINVAL open errors on hurd-i386 (issue #42)
  • fix some compiler warnings

AFFLIB Version 3.7.18

16 Feb 19:23
Compare
Choose a tag to compare

Fix affverify failing due to context being freed too soon
Fix pyaff build issue with newer Python (3.7) and cython (0.29)

AFFLIB Version 3.7.17

09 Sep 17:58
Compare
Choose a tag to compare

Misc fixes over the last year:
d77ae18 fix #34: option typo (25 minutes ago)
92ee47f minor fixes to configure.ac (3 months ago)
bdb0ef1 Fix issue #32, an off-by-one buffer overflow (6 months ago)
d438bef whitespace (6 months ago)
435a2ca Sanity check size passed to malloc... (6 months ago)
becf548 Fix incrementing in vnode_split_raw.cpp for comment consistnecy (12 months ago)
e32b671 Update Win32 readmes to fix issue #26. (1 year, 2 months ago)

AFFLIB Version 3.7.16

24 Jun 01:11
Compare
Choose a tag to compare

Fix build with LibreSSL; from @Sp1l
Use DESTDIR for packaging; from @kwizart
Fixes for building on Windows

AFFLIB Version 3.7.15

31 Dec 06:04
Compare
Choose a tag to compare

Fix pyaff to integrate with automake better, thanks to @umireon.

AFFLIB Version 3.7.14

28 Dec 19:50
Compare
Choose a tag to compare

Python 3 support using cython, thanks to @umireon.

AFFLIB Version 3.7.13

26 Nov 17:59
Compare
Choose a tag to compare

Fix some warnings and enable support for FUSE on macOS.

(Please use this release, not 3.7.12 or 3.7.11, which had incorrect versioning.)

AFFLIB Version 3.7.10

12 Sep 18:20
Compare
Choose a tag to compare

Add support for OpenSSL 1.1.0.

AFFLIB Version 3.7.8

19 Aug 18:47
Compare
Choose a tag to compare

C++11 and other misc fixes.