#6547 closed enhancement (fixed)
proftpd-1.3.5a
| Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.8 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.5a.tar.gz
ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.5a.tar.gz.md5
b9d3092411478415b31d435f8e26d173
ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.5a.tar.gz.asc
http://www.proftpd.org/docs/RELEASE_NOTES-1.3.5a
1.3.5 Release Notes
------------------------
This file contains a description of the major changes to ProFTPD for the
1.3.5 release cycle, from the 1.3.5rc1 release to the 1.3.5 maintenance
releases. More information on these changes can be found in the NEWS and
ChangeLog files.
1.3.5a
---------
+ Fixed "stalled" SSL/TLS handshakes for data transfers.
+ Fixed handling of SSH keys with overlong Comment headers in mod_sftp_sql.
+ Changed Modules
mod_tls
By default, mod_tls will no longer support SSLv3 connections. In
order to support SSLv3 connections (for sites that need to), you must
explicitly configure this via the TLSProtocol directive, e.g.:
TLSProtocol SSLv3 TLSv1 ...
+ New Configuration Directives
CopyEngine
The mod_copy module is enabled by default; there may be cases where
the module should be disabled, without requiring a rebuild of the
server. Thus mod_copy now supports a CopyEngine directive; see
doc/contrib/mod_copy.html#CopyEngine.
+ Changed Configuration Directives
DeleteAbortedStores
The DeleteAbortedStores directive, for Bug#3917, was meant to be
enabled, but only when HiddenStores was in effect. Unfortunately,
the fix caused a regression, as DeleteAbortedStores was enabled for
ALL transfers inadvertently. The desired behavior, of enabling
DeleteAbortedStores only when HiddenStores is in effect, has been
properly implemented now.
More detailed NEWS:
Change History (4)
comment:1 by , 11 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 11 years ago
Needed to use
sed -e '/INSTALL_USER=/ s/root/fernando/' \
-e '/INSTALL_GROUP=/ s/root/fernando/' \
-i Make.rules &&
make DESTDIR=$DESTINODIR install &&
sed -e '/INSTALL_USER=/ s/fernando/root/' \
-e '/INSTALL_GROUP=/ s/fernando/root/' \
-i Make.rules
to DEST install and then revert.
Note:
See TracTickets
for help on using tickets.

Fixed at r16051.