martin 97/11/25 14:00:41
Modified: src CHANGES Log: Document proxy_ftp changes Revision Changes Path 1.522 +6 -0 apachen/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apachen/src/CHANGES,v retrieving revision 1.521 retrieving revision 1.522 diff -u -u -r1.521 -r1.522 --- CHANGES 1997/11/25 21:36:51 1.521 +++ CHANGES 1997/11/25 22:00:40 1.522 @@ -1,5 +1,11 @@ Changes with Apache 1.3b4 + *) proxy_ftp: the directory listings generated by the proxy ftp module + now have a title in which the path components are clickable and allow + quick navigation to the clicked-on directory on the currently listed + ftp server. This also fixes a bug where the ".." directory links would + sometimes refer to the wrong directory. [Martin Kraemer] + *) WIN32: Allocate the correct amount of memory for the scoreboard. [Ben Hyde] PR#1387