Skip to content

Commit

Permalink
1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 6, 2017
1 parent 5888c79 commit 3762f45
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

* Version 1.9.5
- The cache plugin didn't properly move cached entries between the
recent and frequent lists, resulting is suboptimal performance and
memory not being properly freed. This has been fixed.
- Many updates were made to the default list of resolvers.
- The forwarding plugin can now recover after all name servers have
temporarily been unreachable.
- Compatibility with older versions of MacOS has been restored.
- Official precompiled packages for Linux are now available.

* Version 1.9.4
- The default installation script in version 1.9.3 unconditionally replaced
the configuration file with the example one. This has been fixed.
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dnscrypt-proxy can be downloaded here:

Signatures can be verified with [Minisign](https://jedisct1.github.io/minisign/):

$ minisign -VP RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3 -m dnscrypt-proxy-1.9.4.tar.bz2
$ minisign -VP RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3 -m dnscrypt-proxy-1.9.5.tar.bz2

Plugins
-------
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.9.4],[https://dnscrypt.org])
AC_INIT([dnscrypt-proxy],[1.9.5],[https://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" "January 2017" "" ""
.TH "DNSCRYPT\-PROXY" "8" "March 2017" "" ""
.
.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" "January 2017" "" ""
.TH "HOSTIP" "8" "March 2017" "" ""
.
.SH "NAME"
\fBhostip\fR \- Resolve a host name to an IP address
Expand Down

0 comments on commit 3762f45

Please sign in to comment.