Update of /cvsroot/proftp/proftpd
In directory sc8-pr-cvs1:/tmp/cvs-serv31854
Modified Files:
NEWS
Log Message:
Marking Bug#1911 fixed (I think the fix was committed when I was working on
Bug#1931). Also updating the version and spec files, preparing for rc2 release.
Index: NEWS
===================================================================
RCS file: /cvsroot/proftp/proftpd/NEWS,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- NEWS 28 Jan 2003 22:00:23 -0000 1.361
+++ NEWS 29 Jan 2003 15:25:11 -0000 1.362
@@ -1,6 +1,6 @@
$Id$
-CVS
+1.2.8rc2 - Released 29-Jan-2003
---------------------------------
- Bug 1894 - Double chdir into self-referencing symlink fails with
"No such file or directory". The errno value has been changed from
@@ -48,6 +48,9 @@
effects.
- Bug 1939 - RLimitMemory seems broken. The problem turned out to be bad
handling of the case where sizes were used without specifying units.
+- Bug 1911 - NLST is not being Limited in DIRS. The issue was that directory
+ paths were not being properly expanded, for purposes of looking up <Limit>s,
+ in the handling of NLST.
1.2.8rc1 - Released 28-Dec-2002
---------------------------------
|