4 - Default dictionary file is now searched in $XDG_DATA_HOME/gpass.dic,
5 $HOME/.gpass.dic, /usr/share/gpass.dic and /usr/local/share/gpass.dic
6 instead of $PREFIX/share/gpass/eff.long, where $PREFIX is a
11 Got rid of config.mk, and the man page is now preprocessed with m4
12 instead of sed. The program should be much simpler to build and package
17 Removed the libsodium dependency.
19 arc4random(3) is now part of glibc, meaning that the majority of people
20 should be able to "just compile" gpass without any special libraries,
21 and the minority could just use libbsd.
29 - Words can now be separated by any amount of any whitespace.
30 - Improved the algorithm: offsets of words are now memorised on the
32 - Limited the number of words in the dictionary to 32767.
33 - Simplified the makefile.
37 Removed the BSD dependencies (again).
41 Minor fix for OpenBSD: the unveil ability is removed once it's unneeded.
45 - Added support for pledge(2) and unveil(2) on OpenBSD.
46 - Added protection against integer overflows.
47 - Removed the BSD dependencies.
48 - Improved the portability of the Makefile.
52 Minor improvements to documentation, error messages etc.
56 - Bugfixes and cleanup;
57 - Licence change from ISC to BSD0;