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