|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [v0.0.5](https://github.com/das-labor/neopg/tree/v0.0.5) (2018-05-15) |
| 3 | +## [v0.0.6](https://github.com/das-labor/neopg/tree/v0.0.6) (2019-04-22) |
| 4 | +[Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.5...v0.0.6) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Compatibility programs [\#27](https://github.com/das-labor/neopg/issues/27) |
| 9 | +- Add command "packet dump" to output packets. [\#88](https://github.com/das-labor/neopg/pull/88) ([lambdafu](https://github.com/lambdafu)) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- Prevent encryption spoof in legacy code. [\#78](https://github.com/das-labor/neopg/issues/78) |
| 14 | + |
| 15 | +**Closed issues:** |
| 16 | + |
| 17 | +- key generation failed when enter passphrase [\#94](https://github.com/das-labor/neopg/issues/94) |
| 18 | +- build or install broken on Ubuntu 18.04 [\#81](https://github.com/das-labor/neopg/issues/81) |
| 19 | +- Packet could use header strategy [\#66](https://github.com/das-labor/neopg/issues/66) |
4 | 20 |
|
| 21 | +**Merged pull requests:** |
| 22 | + |
| 23 | +- Fix key generation. [\#95](https://github.com/das-labor/neopg/pull/95) ([lambdafu](https://github.com/lambdafu)) |
| 24 | +- Remove neopg-tool from install taget/cmake export [\#92](https://github.com/das-labor/neopg/pull/92) ([Bjoe](https://github.com/Bjoe)) |
| 25 | +- Improve cmake build system [\#90](https://github.com/das-labor/neopg/pull/90) ([Bjoe](https://github.com/Bjoe)) |
| 26 | +- Remove --disable-signers-uid and all support for signer's uid. [\#87](https://github.com/das-labor/neopg/pull/87) ([lambdafu](https://github.com/lambdafu)) |
| 27 | +- README: update Fedora build instructions [\#84](https://github.com/das-labor/neopg/pull/84) ([bkircher](https://github.com/bkircher)) |
| 28 | +- Allow to set header factory when writing packets. [\#76](https://github.com/das-labor/neopg/pull/76) ([lambdafu](https://github.com/lambdafu)) |
| 29 | +- Use fmtlib instead of boost::format. [\#75](https://github.com/das-labor/neopg/pull/75) ([lambdafu](https://github.com/lambdafu)) |
| 30 | +- Add spdlog and options for logging \(--verbose, --log-level\). [\#74](https://github.com/das-labor/neopg/pull/74) ([lambdafu](https://github.com/lambdafu)) |
| 31 | +- Update rang to 3.1.0 and add global option --color=auto|always|never [\#73](https://github.com/das-labor/neopg/pull/73) ([lambdafu](https://github.com/lambdafu)) |
| 32 | +- Update pegtl to 2.5.1 [\#72](https://github.com/das-labor/neopg/pull/72) ([lambdafu](https://github.com/lambdafu)) |
| 33 | +- Openpgp parser for keyrings [\#60](https://github.com/das-labor/neopg/pull/60) ([lambdafu](https://github.com/lambdafu)) |
| 34 | + |
| 35 | +## [v0.0.5](https://github.com/das-labor/neopg/tree/v0.0.5) (2018-05-15) |
5 | 36 | [Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.4...v0.0.5)
|
6 | 37 |
|
7 | 38 | **Closed issues:**
|
|
26 | 57 | - Remove use of es\_fopencookie from dirmngr. [\#38](https://github.com/das-labor/neopg/pull/38) ([lambdafu](https://github.com/lambdafu))
|
27 | 58 |
|
28 | 59 | ## [v0.0.4](https://github.com/das-labor/neopg/tree/v0.0.4) (2017-12-15)
|
29 |
| - |
30 | 60 | [Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.3...v0.0.4)
|
31 | 61 |
|
32 | 62 | **Implemented enhancements:**
|
|
52 | 82 | - Fix travis, support more compilers, and check code formatting. [\#12](https://github.com/das-labor/neopg/pull/12) ([lambdafu](https://github.com/lambdafu))
|
53 | 83 |
|
54 | 84 | ## [v0.0.3](https://github.com/das-labor/neopg/tree/v0.0.3) (2017-11-25)
|
55 |
| - |
56 | 85 | [Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.2...v0.0.3)
|
57 | 86 |
|
58 | 87 | **Merged pull requests:**
|
|
62 | 91 | - fixing missing include causing unknown 'unique\_ptr' in legacy/gnupg/g10/keyid.cpp [\#7](https://github.com/das-labor/neopg/pull/7) ([bitpick](https://github.com/bitpick))
|
63 | 92 |
|
64 | 93 | ## [v0.0.2](https://github.com/das-labor/neopg/tree/v0.0.2) (2017-10-29)
|
65 |
| - |
66 | 94 | [Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.1...v0.0.2)
|
67 | 95 |
|
68 | 96 | **Merged pull requests:**
|
|
72 | 100 | - really fix gtest includes [\#3](https://github.com/das-labor/neopg/pull/3) ([flanfly](https://github.com/flanfly))
|
73 | 101 |
|
74 | 102 | ## [v0.0.1](https://github.com/das-labor/neopg/tree/v0.0.1) (2017-10-28)
|
75 |
| - |
76 |
| -[Full Changelog](https://github.com/das-labor/neopg/compare/a087039e7a959b33f0edfd9319b585a6eabdab2c...v0.0.1) |
77 |
| - |
78 | 103 | **Merged pull requests:**
|
79 | 104 |
|
80 | 105 | - fix gtest includes [\#2](https://github.com/das-labor/neopg/pull/2) ([flanfly](https://github.com/flanfly))
|
|
0 commit comments