commit 80b166fa34a090dc2c22463735f025c9a1ed394c from: Alex Arx date: Tue Nov 19 11:53:14 2024 UTC bump version to 0.6 commit - 473ec0cbc01929ac645dbfbf20c44538d3bc8a5d commit + 80b166fa34a090dc2c22463735f025c9a1ed394c blob - b6eea03d49b8221892eac2c7a53d1c9574bfd4b1 blob + 79fec73722e4b1a91dc5450ffa46f856b1bca934 --- CHANGES +++ CHANGES @@ -1,3 +1,11 @@ +0.6 + +- Added the -al flags. +- Default dictionary file is now searched in $XDG_DATA_HOME/gpass.dic, + $HOME/.gpass.dic, /usr/share/gpass.dic and /usr/local/share/gpass.dic + instead of $PREFIX/share/gpass/eff.long, where $PREFIX is a + compile-time variable. + 0.5 Got rid of config.mk, and the man page is now preprocessed with m4 blob - fe2ccfddce02c798bfdb8fd32783f1eaf5d9364a blob + 9a24e8a9675487cc18b2906763ca29555b19589e --- version.mk +++ version.mk @@ -1 +1 @@ -V = 0.5 +V = 0.6