Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 3, 2014
1 parent 90096c0 commit 9affc53
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

* Version 1.4.2:
- New compilation switch: --with-systemd, to enable socket activation
support when using systemd.
- New DNS provider: cypherpunk.lu (Luxembourg). The record for
PhilipSoutham's server was also updated.
- Libevent2 updates.

* Version 1.4.1:
- Alternative ports to dnscrypt.eu servers have been added
- Android build scripts are now part of the package
Expand Down
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ also be downloaded on Github, in the "releases" section.

After having downloaded a file, compute its SHA256 digest. For example:

$ openssl dgst -sha256 dnscrypt-proxy-1.4.1.tar.bz2
$ openssl dgst -sha256 dnscrypt-proxy-1.4.2.tar.bz2

Verify this digest against the expected one, that can be retrieved
using a simple DNS query:

$ drill -D TXT dnscrypt-proxy-1.4.1.tar.bz2.download.dnscrypt.org
$ drill -D TXT dnscrypt-proxy-1.4.2.tar.bz2.download.dnscrypt.org

or

$ dig +dnssec TXT dnscrypt-proxy-1.4.1.tar.bz2.download.dnscrypt.org
$ dig +dnssec TXT dnscrypt-proxy-1.4.2.tar.bz2.download.dnscrypt.org

If the content of the TXT record doesn't match the SHA256 digest you
computed, please file a bug report on Github as soon as possible and
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.65])
AC_INIT([dnscrypt-proxy],[1.4.1],[http://dnscrypt.org])
AC_INIT([dnscrypt-proxy],[1.4.2],[http://dnscrypt.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([libltdl/config])
AC_CONFIG_SRCDIR([src/proxy/app.c])
Expand Down
2 changes: 1 addition & 1 deletion man/dnscrypt-proxy.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "DNSCRYPT\-PROXY" "8" "August 2014" "" ""
.TH "DNSCRYPT\-PROXY" "8" "October 2014" "" ""
.
.SH "NAME"
\fBdnscrypt\-proxy\fR \- A DNSCrypt forwarder
Expand Down
2 changes: 1 addition & 1 deletion man/hostip.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HOSTIP" "8" "February 2014" "" ""
.TH "HOSTIP" "8" "October 2014" "" ""
.
.SH "NAME"
\fBhostip\fR \- Resolve a host name to an IP address
Expand Down

0 comments on commit 9affc53

Please sign in to comment.