Skip to content

Commit 05b370c

Browse files
committed
Release v0.0.6.
1 parent eed4917 commit 05b370c

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

CHANGELOG.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
11
# Changelog
22

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)
420

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)
536
[Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.4...v0.0.5)
637

738
**Closed issues:**
@@ -26,7 +57,6 @@
2657
- Remove use of es\_fopencookie from dirmngr. [\#38](https://github.com/das-labor/neopg/pull/38) ([lambdafu](https://github.com/lambdafu))
2758

2859
## [v0.0.4](https://github.com/das-labor/neopg/tree/v0.0.4) (2017-12-15)
29-
3060
[Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.3...v0.0.4)
3161

3262
**Implemented enhancements:**
@@ -52,7 +82,6 @@
5282
- Fix travis, support more compilers, and check code formatting. [\#12](https://github.com/das-labor/neopg/pull/12) ([lambdafu](https://github.com/lambdafu))
5383

5484
## [v0.0.3](https://github.com/das-labor/neopg/tree/v0.0.3) (2017-11-25)
55-
5685
[Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.2...v0.0.3)
5786

5887
**Merged pull requests:**
@@ -62,7 +91,6 @@
6291
- 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))
6392

6493
## [v0.0.2](https://github.com/das-labor/neopg/tree/v0.0.2) (2017-10-29)
65-
6694
[Full Changelog](https://github.com/das-labor/neopg/compare/v0.0.1...v0.0.2)
6795

6896
**Merged pull requests:**
@@ -72,9 +100,6 @@
72100
- really fix gtest includes [\#3](https://github.com/das-labor/neopg/pull/3) ([flanfly](https://github.com/flanfly))
73101

74102
## [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-
78103
**Merged pull requests:**
79104

80105
- fix gtest includes [\#2](https://github.com/das-labor/neopg/pull/2) ([flanfly](https://github.com/flanfly))

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.5
1+
v0.0.6

0 commit comments

Comments
 (0)