added Release 1.0.1 UTF matching fix comment
authormaxcooper <maxcooper>
Sun, 30 Mar 2003 10:30:53 +0000 (10:30 +0000)
committermaxcooper <maxcooper>
Sun, 30 Mar 2003 10:30:53 +0000 (10:30 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index c46a5ca..4346c28 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
-$Id: HISTORY,v 1.15 2003/03/27 13:34:39 maxcooper Exp $
-$Revision: 1.15 $
-$Date: 2003/03/27 13:34:39 $
+$Id: HISTORY,v 1.16 2003/03/30 10:30:53 maxcooper Exp $
+$Revision: 1.16 $
+$Date: 2003/03/30 10:30:53 $
 
 
       Security Filter v1.1-dev
@@ -11,6 +11,7 @@ http://securityfilter.sourceforge.net/
 This document describes the history of the Security Filter project by lising the
 changes made for each release.
 
+
 Changes since last release:
 ===========================
 * Added support for BASIC authentication scheme.
@@ -22,9 +23,11 @@ server known so far. This feature has been tested on Orion 1.5.2 (which implemen
 feature is useful for developers using Orion 1.5.2.
 
 
-Release 1.0.1, ???
+Release 1.0.1, 2003-Mar-30
 ==========================
-* Fixed welcome-file element in web.xml for example apps.
+* Fixed welcome-file element in web.xml for example apps; was '/index.jsp' now 'index.jsp'.
+
+* Fixed matching of UTF-encoded URLs.
 
 
 Release 1.0, 2003-Feb-07