Releases: das-labor/neopg
Releases · das-labor/neopg
NeoPG 0.0.6
v0.0.6 (2019-04-22)
Implemented enhancements:
Fixed bugs:
- Prevent encryption spoof in legacy code. #78
Closed issues:
- key generation failed when enter passphrase #94
- build or install broken on Ubuntu 18.04 #81
- Packet could use header strategy #66
Merged pull requests:
- Fix key generation. #95 (lambdafu)
- Remove neopg-tool from install taget/cmake export #92 (Bjoe)
- Improve cmake build system #90 (Bjoe)
- Remove --disable-signers-uid and all support for signer's uid. #87 (lambdafu)
- README: update Fedora build instructions #84 (bkircher)
- Allow to set header factory when writing packets. #76 (lambdafu)
- Use fmtlib instead of boost::format. #75 (lambdafu)
- Add spdlog and options for logging (--verbose, --log-level). #74 (lambdafu)
- Update rang to 3.1.0 and add global option --color=auto|always|never #73 (lambdafu)
- Update pegtl to 2.5.1 #72 (lambdafu)
- Openpgp parser for keyrings #60 (lambdafu)
NeoPG 0.0.5
v0.0.5 (2018-05-15)
Closed issues:
- Please summarize project "status" in the README #65
- ensure NeoPG::URI and NeoPG::Http agree on URL parsing. #61
- Interpret http timeout as milliseconds instead of seconds. #45
Merged pull requests:
- Run a legacy subcommand directly if neopg is called through a program name that ends in that subcommand. #71 (lambdafu)
- Integrate taocpp::json #69 (ColinH)
- Disable support for IDEA. #68 (lambdafu)
- Fix a logging message when starting the agent #67 (romanz)
- Add test case for URI parser for WHATWG compliance (issue #61). #62 (lambdafu)
- Update PEGTL to 2.4.0. #59 (lambdafu)
- Reorganize header files and unit tests. #52 (lambdafu)
- Build libneopg as shared library, and fix interface visibility. #50 (lambdafu)
- mention force-linking of gettext tools on macOS for homebrew #49 (fkr)
- Remove support for fake v3 key IDs. #47 (lambdafu)
- Set maximum filesize for Http transfers. #40 (lambdafu)
- Remove use of es_fopencookie from dirmngr. #38 (lambdafu)
NeoPG 0.0.4
v0.0.4 (2017-12-15)
Implemented enhancements:
- Support MacOS Xcode 9.1. #15 (lambdafu)
- Implement cmake release and changelog targets. #11 (lambdafu)
Merged pull requests:
- Remove special tor mode. #37 (lambdafu)
- Remove support for preferred keyserver. #36 (lambdafu)
- Remove custom DNS resolver #34 (lambdafu)
- Clarify license in readme even more and move legacy config settings to legacy/ folder. #33 (lambdafu)
- Replace custom http client with libcurl #28 (lambdafu)
- Remove support for SRV records. #25 (lambdafu)
- Remove support for web key directory (WKD). #24 (lambdafu)
- Fix typo #22 (jwilk)
- Remove DNS CERT support. #18 (lambdafu)
- Remove DANE/OPENPGPKEY support. #17 (lambdafu)
- Remove PKA support. #16 (lambdafu)
- Completely remove npth and all associated code. #14 (lambdafu)
- Remove unused functions from libgpg-error. #13 (lambdafu)
- Fix travis, support more compilers, and check code formatting. #12 (lambdafu)