Blob


1 0.5
3 Got rid of config.mk, and the man page is now preprocessed with m4
4 instead of sed. The program should be much simpler to build and package
5 now.
7 0.4
9 Removed the libsodium dependency.
11 arc4random(3) is now part of glibc, meaning that the majority of people
12 should be able to "just compile" gpass without any special libraries,
13 and the minority could just use libbsd.
15 0.3.4
17 Minor maintenance.
19 0.3.3
21 - Words can now be separated by any amount of any whitespace.
22 - Improved the algorithm: offsets of words are now memorised on the
23 first pass.
24 - Limited the number of words in the dictionary to 32767.
25 - Simplified the makefile.
27 0.3.2
29 Removed the BSD dependencies (again).
31 0.3.1
33 Minor fix for OpenBSD: the unveil ability is removed once it's unneeded.
35 0.3
37 - Added support for pledge(2) and unveil(2) on OpenBSD.
38 - Added protection against integer overflows.
39 - Removed the BSD dependencies.
40 - Improved the portability of the Makefile.
42 0.2.1
44 Minor improvements to documentation, error messages etc.
46 0.2
48 - Bugfixes and cleanup;
49 - Licence change from ISC to BSD0;
51 0.1
53 First release