You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/16 09:28:06 UTC

svn commit: r604572 - /httpd/mod_ftp/trunk/CHANGES-FTP

Author: wrowe
Date: Sun Dec 16 00:28:06 2007
New Revision: 604572

URL: http://svn.apache.org/viewvc?rev=604572&view=rev
Log:
Note several major groups of changes that affect add-in modules
or folks who have explored mod_ftp already.

Modified:
    httpd/mod_ftp/trunk/CHANGES-FTP

Modified: httpd/mod_ftp/trunk/CHANGES-FTP
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/CHANGES-FTP?rev=604572&r1=604571&r2=604572&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/CHANGES-FTP (original)
+++ httpd/mod_ftp/trunk/CHANGES-FTP Sun Dec 16 00:28:06 2007
@@ -1,4 +1,23 @@
-Changes post submission, prior to first release;
+Changes in 0.9.0:  [post submission, prior to first release]
+
+  *) configure.apxs; using Makefile.apxs/modules.mk.apxs, now rely
+     entirely on apxs plus the httpd/build schema for much simplified
+     out-of-tree builds, with fewer make-related side effects.
+     [William Rowe]
+
+  *) Reduce memory consumption with APR_PATH_MAX+1 sized buffers
+     for CWD and RNFR commands, a login_pool for USER/PASS scope
+     commands, and a data_pool for PORT/PASV/EPRT/EPSV connection
+     lifetime scope.  [William Rowe]
+
+  *) [API major break] Cleaned up the contents and order of fields
+     in the ftp_connection structure prior to 0.9.0 beta release.
+
+  *) Added EPSV and EPRT support for IPv6 servers.  [William Rowe]
+
+  *) Eliminated seteuid(0) code path for low-numbered ports.  Although
+     a solution is desired, the prior code was unacceptable.
+     [William Rowe]
 
   *) Remove dependence on ftp_glob(). [Jim Jagielski]