commit dad6117cabd4972e3b7bffc4f2cdee1f9e0a94e3 from: Alexander Arkhipov date: Mon May 01 18:15:52 2023 UTC bump version to 0.4 commit - 77987d57d869ab2843dfbd5b2f9e0f1c26b0f583 commit + dad6117cabd4972e3b7bffc4f2cdee1f9e0a94e3 blob - 3c26ba004fbfcd78cc1630466f4c245d3d6a84ed blob + 08c0317075cbddb0fc100dfd5bdfc62931326522 --- CHANGES +++ CHANGES @@ -1,3 +1,11 @@ +0.4 + +Removed the libsodium dependency. + +arc4random(3) is now part of glibc, meaning that the majority of people +should be able to "just compile" gpass without any special libraries, +and the minority could just use libbsd. + 0.3.4 Minor maintenance. blob - 0f457f31eef73b486315d42f72898e8a2e61e358 blob + 970b8d8786817793d5ea13282e8d836680ed2941 --- config.mk +++ config.mk @@ -1,4 +1,4 @@ -VERSION = 0.3.4 +VERSION = 0.4 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man