NEWS
gpg 1.3.0 (2024-09-20)
- Remove version tests per CRAN request
- Update maintainer email
gpg 1.2.9 (2023-05-18)
- Fix some tests
- MacOS: upgrade to gpgme 1.20, universal gpg1 binaries
gpg 1.2.8 (2022-10-13)
- Fix strict-prototypes warnings
gpg 1.2.7 (2022-05-29)
- Make package pass checks offline
gpg 1.2.6 (2021-12-13)
- New function gpg_send() to submit a key to a keyserver
gpg 1.2.5 (2021-12-06)
- Use 'default' capabilities (sign/encrypt/cert/auth) in gpg_keygen()
gpg 1.2.4 (2021-11-17)
- Update vignette example with new GPG key of Johannes Ranke
gpg 1.2.3 (2021-07-26)
- Windows: add gpgme 1.16.0 ucrt libs
gpg 1.2.2 (2019-12-02)
- Fix build with -fno-common (gcc 10)
gpg 1.2.1 (2019-09-15)
- Workaround for Debian num-numeric version
gpg 1.2 (2019-05-01)
- Fixed broken vignette example due to broken URL
gpg 1.1 (2019-01-07)
- Restore password entry, use askpass() package
- Fix vignette: Glenn Greenwald's example key has expired
- Fix #3 for realz
gpg 1.0 (2019-01-04)
- MacOS: update to gpgme 1.12.0 with gnupg 1.4.23
- Windows: update to gpgme 1.11.1 with gnupg 1.4.23
- Add as_text parameter to decrypt to support raw output
- Do not ask for user confirmation in gpg_delete(), fixes #3
- Remove the password entry callback (doesn't work in gpg anymore)
gpg 0.5 (2017-03-21)
- Extract autobrew script to separate repository
gpg 0.4 (2016-10-30)
- Always try to use native pinentry first before fallbacks
- Add gpg_list_signatures() function
- Refactor gpg_list_keys()
gpg 0.3 (2016-10-21)
- Add support for non-detached (clear/normal mode) signature
- Rename some parameters for consistency
- Support 'search' parameter in gpg_import (tnx Marius Pascariu)
- Expose 'pinentry' function
- Better out-of-the-box support for entering passphrases
- Search for keys on multiple keyservers
- Mention 'haveged' to solve freezing keygen problem
gpg 0.2 (2016-10-15)