Skip to content

Commit

Permalink
1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 13, 2015
1 parent b20bbcb commit 1ce7f9d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

* Version 1.0.40:
- Support for TCP_FASTOPEN added on Linux
- The LDAP configuration file didn't allow a default gid without also
defining a default uid. This is no longer the case.
- OpenBSD's glob() left the glob_t structure uninitialized if the
pattern was larger than PATH_MAX, causing globfree() to free() an
unwanted pointer. The bug was introduced in Pure-FTPd 1.0.34.

* Version 1.0.39:
- Explicitly include openssl/ec.h for OpenSSL 0.9.8 (CentOS 5)
- Retry if SSL_shutdown() returns -1 and SSL_ERROR_WANT_(READ|WRITE)
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

* Version 1.0.40:
- Support for TCP_FASTOPEN added on Linux
- The LDAP configuration file didn't allow a default gid without also
defining a default uid. This is no longer the case.
- The process handling a user session could be crashed by trying to
match a file pattern longer than the maximum length for a path. This
has been fixed. Upgrading is recommended.

* Version 1.0.39:
- Compilation fix for ancient versions of OpenSSL.
- TLS sockets shutdown fixed in order to prevent incomplete transfers.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.:. PURE-FTPD .:.
Documentation for version 1.0.39
Documentation for version 1.0.40


------------------------ BLURB ------------------------
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.39],[bugs at pureftpd dot org])
AC_INIT([pure-ftpd],[1.0.40],[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 1ce7f9d

Please sign in to comment.