Skip to content

Releases: sshock/AFFLIBv3

AFFLIB Version 3.7.22

08 Sep 05:05

Choose a tag to compare

23935ba Fix #59: upgrade to libfuse3

AFFLIB Version 3.7.21

31 Mar 04:00

Choose a tag to compare

Minor fixes including:
95bf6cb Fix #57: clarify how missing pages are handled in affcat
6494d53 Fix #56: enable affcat -b option
78a8368 Fix #55 for cygwin
01210f4 Fix #53: incompatible pointer types in pyaff.c

AFFLIB Version 3.7.20

28 Dec 04:54

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

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

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

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

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

Choose a tag to compare

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

AFFLIB Version 3.7.14

28 Dec 19:50

Choose a tag to compare

Python 3 support using cython, thanks to @umireon.

AFFLIB Version 3.7.13

26 Nov 17:59

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.)