From 9affc53001c39f41181c85e77f31d67138219e98 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 2 Dec 2014 17:51:11 -0800 Subject: [PATCH] Bump version number --- NEWS | 7 +++++++ README.markdown | 6 +++--- configure.ac | 2 +- man/dnscrypt-proxy.8 | 2 +- man/hostip.8 | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 8d5612b1..49c7f9f3 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README.markdown b/README.markdown index 39aae74a..81544e72 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/configure.ac b/configure.ac index 908a67ff..9477a64b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/man/dnscrypt-proxy.8 b/man/dnscrypt-proxy.8 index fe8dfe71..73e85f8b 100644 --- a/man/dnscrypt-proxy.8 +++ b/man/dnscrypt-proxy.8 @@ -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 diff --git a/man/hostip.8 b/man/hostip.8 index a8a28d69..bd3effe0 100644 --- a/man/hostip.8 +++ b/man/hostip.8 @@ -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