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)
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)
v0.0.3 (2017-11-25)
Merged pull requests:
- build instructions for macOS #9 (fkr)
- point back to the original repo #8 (fkr)
- fixing missing include causing unknown 'unique_ptr' in legacy/gnupg/g10/keyid.cpp #7 (bitpick)
v0.0.2 (2017-10-29)
Merged pull requests:
- Travis CI #5 (flanfly)
- downgrade cmake req. to 3.5 #4 (flanfly)
- really fix gtest includes #3 (flanfly)
v0.0.1 (2017-10-28)
Merged pull requests: