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 2009/09/29 05:02:33 UTC

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

Author: wrowe
Date: Tue Sep 29 03:02:32 2009
New Revision: 819808

URL: http://svn.apache.org/viewvc?rev=819808&view=rev
Log:
note the solaris compile fixes

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=819808&r1=819807&r2=819808&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/CHANGES-FTP (original)
+++ httpd/mod_ftp/trunk/CHANGES-FTP Tue Sep 29 03:02:32 2009
@@ -1,5 +1,8 @@
 Changes in 0.9.6:
 
+  *) Add sys/stat.h detection and clean up Solaris gcc compilation flaws.
+     [Rainer Jung, William Rowe]
+
   *) Fix a make install DESTDIR problem handling the reference manual and
      potentially other files.
      [Paul Howarth <paul city-fan.org>]