1This file lists notable changes in each release. For the full history of all
2changes, see ChangeLog.
3
42017-05-14: v0.7.0 release
5* Drivers:
6  - Add VFS0050 driver
7  - Fix possible crash in AES3500 and AES4000
8  - Fix broken enrollment in VFS101
9  - Better verification with small sensor scanners
10  - Plenty of fixes in VFS5011
11  - Fix memory corruption in AES1610
12  - Improve calibration settings for AES1610
13  - Improve image assembling in upeksonly driver
14  - Autodetect whether image is encrypted in uru4k
15
16* Library:
17  - NBIS: Remove false minutia at the edge of partial image
18  - Introduce routines to assemble image from lines (used in VFS5011 and upeksonly)
19  - Fix a bug that can cause driver state machine to enter into endless loop.
20
21* Udev rules:
22  - Add driver name to the USB properties
23
24* Plenty of build fixes
25
262015-02-03: v0.6.0 release
27
28* Drivers:
29  - Reduce duplication between AES3500 and AES4000 drivers and
30    add support for AES3500 device
31  - Add support for UPEK 147e:2020 and Upek Eikon 2 devices
32  - Add EgisTec ES603 driver
33  - Add VFS5011 driver
34  - Always perform 5 scans for image enrollment
35  - Better verification with AES1660 driver
36  - Better verification for a number of AES drivers
37
38* Library:
39  - Always use Pixman for image manipulation, gdk-pixbuf and ImageMagick
40    are not supported any more.
41
42* Udev rules:
43  - Fix warning when USB hub or system does not support power management
44
452013-08-11: v0.5.1 release
46
47* Drivers
48  - Add support for 147e:2020 to upeke2 driver
49  - Fix possible race condition, and cancellation in uru4000 driver
50
51* Udev rules:
52  - Add Microsoft keyboard to the suspend blacklist
53
54* Plenty of build fixes
55
562012-12-03: v0.5.0 release
57
58* Drivers:
59  - New VFS300/VFS301 driver
60  - New AES2550/AES2810 drivers
61  - New AES1660 driver
62  - New AES2660 driver
63  - New DigitalPersona URU4500 driver
64  - Avoid empty capture and improve image contrast in the
65  AES2501 and AES2550 drivers
66  - Update upektc driver, add support for Eikon Touch 300
67  - Fix UrU4000 image capture on ARM
68
69* Library:
70  - Fix global variable collisions with libusb and other system headers
71  - Fix possible crash in NBIS image processing with some fingerprints
72
73* Udev rules:
74  - Fix power control path for newer kernels
75  - Move udev rules to the correct directory
76  - Don't print duplicated udev rules
77  - Include udev rules in the tarball
78  - Allow disabling of udev rules for cross-compiling
79  - Add driver names in the generated rules
80
812011-04-18: v0.4.0 release
82 * Add support for Validity VFS101 (USB ID 138a:0001)
83 * Fix crasher when resizing a fingerprint image
84 * Fix wrong timeout being returned when either of
85   libusb or libfprint doesn't have a timeout
86
872010-09-08: v0.3.0 release
88 * Add support for UPEK TCS4C (USB ID 147e:1000)
89 * Use NSS instead of OpenSSL for GPL compliance
90 * upeksonly driver bug fixes
91 * Fix a crash if a scan was shorter than 8 lines
92 * Fix compilation with C++ compiler
93
942010-08-19: v0.2.0 release (since 0.1.0-pre2)
95 * Add gdk-pixbuf support for image manipulation
96 * Add udev rules to allow devices to autosuspend
97 * Finish port of AES1610 driver
98 * Add UPEK EikonII (TCRD4C) driver
99
1002007-12-07: v0.0.5 release
101 * AES1610 imaging improvements
102 * Internal cleanups for Authentec drivers
103 * Add support for latest Microsoft Fingerprint Scanner hardware revision
104
1052007-11-22: v0.0.4 release
106 * Enable AES1610 driver thanks to Michele B
107 * Implement identification: one-to-many fingerprint matching (Daniel Drake)
108
1092007-11-19: v0.0.3 release
110 * Add API to access minutiae (Daniel Drake)
111 * Add API to delete enroll data (Daniel Drake)
112 * Add Authentec AES1610 driver (Anthony Bretaudeau)
113
1142007-11-17: v0.0.2 release
115 * Detect reversed scans on AES2501 (Vasily Khoruzhick)
116 * Improved AES2501 scanning
117 * Compatibility with older ImageMagick versions
118 * Add UPEK TouchChip driver (Jan-Michael Brummer)
119 * Add binarization API
120
1212007-11-15: v0.0.1 release
122 * Initial release
123
124