diff --git a/ChangeLog b/ChangeLog index 60a8ead5..f7927158 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ +* Version 1.0.45: + - TLS v1.0 sessions are now refused. + - Version 1.0.44 didn't properly parse the TLSCipherSuite directive. +This has been fixed. + * Version 1.0.44: - The Perl and Python wrappers are gone. The daemon can now use a configuration file without requiring external dependencies. diff --git a/NEWS b/NEWS index 89e4d32c..a0221172 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ +* Version 1.0.45: + - TLS v1.0 sessions are now refused by default. + - Version 1.0.44 didn't properly parse the TLSCipherSuite directive. +This has been fixed. + * Version 1.0.44: - The Perl and Python wrappers are gone. The daemon can now use a configuration file without requiring external dependencies. diff --git a/configure.ac b/configure.ac index db88995c..41bc6d72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl AM_ACLOCAL_INCLUDE(m4) AC_PREREQ(2.65) -AC_INIT([pure-ftpd],[1.0.44],[bugs at pureftpd dot org]) +AC_INIT([pure-ftpd],[1.0.45],[bugs at pureftpd dot org]) AC_CONFIG_SRCDIR(src/ftpd.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar])