jangliss | 2 Jun 2009 04:04
Picon

SF.net SVN: squirrelmail:[13777] branches/SM-1_4-STABLE/squirrelmail

Revision: 13777
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13777&view=rev
Author:   jangliss
Date:     2009-06-02 02:04:46 +0000 (Tue, 02 Jun 2009)

Log Message:
-----------
Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839).

This probably needs further discussion

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/contrib/.htaccess
    branches/SM-1_4-STABLE/squirrelmail/doc/.htaccess
    branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog

Modified: branches/SM-1_4-STABLE/squirrelmail/contrib/.htaccess
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/contrib/.htaccess	2009-05-31 10:23:20 UTC (rev 13776)
+++ branches/SM-1_4-STABLE/squirrelmail/contrib/.htaccess	2009-06-02 02:04:46 UTC (rev 13777)
 <at>  <at>  -2,4 +2,5  <at>  <at> 
 Deny from All
 Allow from 127
 Allow from 10
-Allow from 192
+Allow from 172.16
+Allow from 192.168
\ No newline at end of file

Modified: branches/SM-1_4-STABLE/squirrelmail/doc/.htaccess
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/doc/.htaccess	2009-05-31 10:23:20 UTC (rev 13776)
+++ branches/SM-1_4-STABLE/squirrelmail/doc/.htaccess	2009-06-02 02:04:46 UTC (rev 13777)
 <at>  <at>  -2,4 +2,5  <at>  <at> 
 Deny from All
 Allow from 127
 Allow from 10
-Allow from 192
+Allow from 172.16
+Allow from 192.168
\ No newline at end of file

Modified: branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog	2009-05-31 10:23:20 UTC (rev 13776)
+++ branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog	2009-06-02 02:04:46 UTC (rev 13777)
 <at>  <at>  -5,6 +5,7  <at>  <at> 
 Version 1.4.20 - SVN
 --------------------
   - Removed the shut down DSBL blocklists (#2796734).
+  - Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839).

 Version 1.4.19 - 21 May 2009
 ----------------------------

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@...
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


Gmane