Skip to content

Releases: rmlibre/tiny_gnupg

Hardened default gpg2.conf file is here!

16 Dec 19:08
Compare
Choose a tag to compare

We've added default support for a gpg2.conf file. This file contains more long options that would be a hassle, or not possible, to add to each command. And allows for easy changing of options in future releases, or for users.

Significant bug fixes here

16 Dec 02:32
Compare
Choose a tag to compare
Pre-release

Fixed an uncaught bug introduced after the torify integration update. It caused the fingerprint not to be set for a persistent user starting a new instance with an existing key in the keyring.

Moving steadily towards a stable release

15 Dec 05:43
Compare
Choose a tag to compare

There aren't many features left to implement. Probably just key revocation, including an options file with strong defaults, uid-less key imports, key signature removal and key signature keyserver uploads. And on the package side, a full coverage test suite, documentation improvements, and perhaps added development tool integrations.

working pip installs! (& fixed docs)

13 Dec 12:57
Compare
Choose a tag to compare
Pre-release

There were a series of undiscovered mistakes in setup.py which caused wrong packages with similar names to be set as dependencies. They also caused the binary gpg2 file and gpghome directory not to be packaged in pip installations. But those mistakes were fixed, and the project runs as expected after a pip install --user tiny_gnupg.

Also, updated the documentation.

working pip install!

13 Dec 12:06
Compare
Choose a tag to compare
working pip install! Pre-release
Pre-release

There were a series of undiscovered mistakes in setup.py which caused wrong packages with similar names to be set as dependencies. They also caused the binary gpg2 file and gpghome directory not to be packaged in pip installations. But those mistakes were fixed, and the project runs as expected after a pip install --user tiny_gnupg.

Hoorah!