Skip to content

Commit

Permalink
Release v0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdafu committed Dec 15, 2017
1 parent 773938e commit d3ded6c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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

**Implemented enhancements:**

- Support MacOS Xcode 9.1. [\#15](https://github.com/das-labor/neopg/pull/15) ([lambdafu](https://github.com/lambdafu))
- Implement cmake release and changelog targets. [\#11](https://github.com/das-labor/neopg/pull/11) ([lambdafu](https://github.com/lambdafu))

**Merged pull requests:**

- Remove special tor mode. [\#37](https://github.com/das-labor/neopg/pull/37) ([lambdafu](https://github.com/lambdafu))
- Remove support for preferred keyserver. [\#36](https://github.com/das-labor/neopg/pull/36) ([lambdafu](https://github.com/lambdafu))
- Remove custom DNS resolver [\#34](https://github.com/das-labor/neopg/pull/34) ([lambdafu](https://github.com/lambdafu))
- Clarify license in readme even more and move legacy config settings to legacy/ folder. [\#33](https://github.com/das-labor/neopg/pull/33) ([lambdafu](https://github.com/lambdafu))
- Replace custom http client with libcurl [\#28](https://github.com/das-labor/neopg/pull/28) ([lambdafu](https://github.com/lambdafu))
- Remove support for SRV records. [\#25](https://github.com/das-labor/neopg/pull/25) ([lambdafu](https://github.com/lambdafu))
- Remove support for web key directory \(WKD\). [\#24](https://github.com/das-labor/neopg/pull/24) ([lambdafu](https://github.com/lambdafu))
- Fix typo [\#22](https://github.com/das-labor/neopg/pull/22) ([jwilk](https://github.com/jwilk))
- Remove DNS CERT support. [\#18](https://github.com/das-labor/neopg/pull/18) ([lambdafu](https://github.com/lambdafu))
- Remove DANE/OPENPGPKEY support. [\#17](https://github.com/das-labor/neopg/pull/17) ([lambdafu](https://github.com/lambdafu))
- Remove PKA support. [\#16](https://github.com/das-labor/neopg/pull/16) ([lambdafu](https://github.com/lambdafu))
- Completely remove npth and all associated code. [\#14](https://github.com/das-labor/neopg/pull/14) ([lambdafu](https://github.com/lambdafu))
- Remove unused functions from libgpg-error. [\#13](https://github.com/das-labor/neopg/pull/13) ([lambdafu](https://github.com/lambdafu))
- Fix travis, support more compilers, and check code formatting. [\#12](https://github.com/das-labor/neopg/pull/12) ([lambdafu](https://github.com/lambdafu))

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.3
v0.0.4

0 comments on commit d3ded6c

Please sign in to comment.