Skip to content

Latest commit

 

History

History
109 lines (79 loc) · 8.14 KB

CHANGELOG.md

File metadata and controls

109 lines (79 loc) · 8.14 KB

Changelog

v0.0.6 (2019-04-22)

Full Changelog

Implemented enhancements:

  • Compatibility programs #27
  • Add command "packet dump" to output packets. #88 (lambdafu)

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)

v0.0.5 (2018-05-15)

Full Changelog

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)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.0.3 (2017-11-25)

Full Changelog

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)

Full Changelog

Merged pull requests:

v0.0.1 (2017-10-28)

Merged pull requests: