]> git.sesse.net Git - betaftpd/blobdiff - doc/CHANGES
Updated info on Linux libc5, SunOS and FreeBSD.
[betaftpd] / doc / CHANGES
index b0f01b70c543f687c428b4c3410089b9d0587e51..40a20e11e0c048ef1733c4d5bfcbf826d3db3eaf 100644 (file)
@@ -18,8 +18,8 @@ CHANGES-0.0.8.
 - Fixed a LOT of bugs, some segfaulting, some minor.
 - MAJOR performance improvements in almost all areas. One of the main
   contributors in this area has been Dan Kegel (see the CREDITS file).
-- Some changes to compile better under Debian GNU/Linux. A .deb-file was ready,
-  but due to lost access of a Debian-system, this was discontinued :-(
+- Some changes to compile better under Debian GNU/Linux, a debian/ directory,
+  and .deb files available for download.
 - BetaFTPD will now try to install itself (wow! (not)) in the same directory as
   the file called `ftpd', if you have that file.
 - Support for non-Linux platforms! For now, only SunOS/SVR4 and FreeBSD.  SunOS
@@ -71,7 +71,11 @@ CHANGES-0.0.8.
 - Made a simple FTP server test suite (not included, since it's really not good
   enough to live its own life as a standalone product), used in testing.
 - BetaFTPD now listens on port 21.
-- Homepage moved to SourceForge (http://betaftpd.sourceforge.net/)[
+- Homepage moved to SourceForge (http://betaftpd.sourceforge.net/)
+- root (or any other user with uid=0) can't FTP anymore.
+- .spec file (for you RPM junkies :-) ), provided by Sean MacLennan
+  <seanm@netwinder.org>.
+- Recursive directory listings (`-R' to the internal ls).
 
 Version 0.0.7:
 - Shadow support. (Give --enable-shadow to configure to enable it.)