Skip to content

Commit

Permalink
1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 16, 2017
1 parent 3dcfe56 commit b0a401f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit b0a401f

Please sign in to comment.