updated docs and version info for 1.0-b2 release REL-1_0_b2
authormaxcooper <maxcooper>
Thu, 15 Aug 2002 09:22:41 +0000 (09:22 +0000)
committermaxcooper <maxcooper>
Thu, 15 Aug 2002 09:22:41 +0000 (09:22 +0000)
HISTORY
INSTALL
README
build.xml
conf/share/MANIFEST.MF

diff --git a/HISTORY b/HISTORY
index 0907580..00c151e 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,9 @@
-$Id: HISTORY,v 1.2 2002/08/14 13:12:49 maxcooper Exp $
-$Revision: 1.2 $
-$Date: 2002/08/14 13:12:49 $
+$Id: HISTORY,v 1.3 2002/08/15 09:22:41 maxcooper Exp $
+$Revision: 1.3 $
+$Date: 2002/08/15 09:22:41 $
 
 
-     Security Filter v1.0-b2-dev
+       Security Filter v1.0-b2
 ======================================
 http://securityfilter.sourceforge.net/
 
@@ -12,8 +12,8 @@ This document describes the history of the Security Filter project by lising the
 changes made for each release.
 
 
-Changes since last release
-==========================
+Release 1.0-b2, 2002-Aug-15
+===========================
 * Added http-method support. Requests will be matched against a combination of a
 url-pattern and the http-method elements to determine a match.
 
@@ -35,8 +35,10 @@ support deployment on a cluster.
 
 * Implemented servlet-spec compliant matching order for url patterns.
 
+* Fixed issues with error page display on WebLogic.
 
-Release: 1.0-b1, 2002-08-08
-===========================
+
+Release: 1.0-b1, 2002-Aug-08
+============================
 * Initial release.
 
diff --git a/INSTALL b/INSTALL
index d97c2e9..76ca470 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,9 @@
-$Id: INSTALL,v 1.1 2002/08/12 02:52:00 maxcooper Exp $
-$Revision: 1.1 $
-$Date: 2002/08/12 02:52:00 $
+$Id: INSTALL,v 1.2 2002/08/15 09:22:41 maxcooper Exp $
+$Revision: 1.2 $
+$Date: 2002/08/15 09:22:41 $
 
 
-     Security Filter v1.0-b2-dev
+       Security Filter v1.0-b2
 ======================================
 http://securityfilter.sourceforge.net/
 
diff --git a/README b/README
index 9efb97a..2994ada 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-$Id: README,v 1.6 2002/08/14 17:36:19 maxcooper Exp $
-$Revision: 1.6 $
-$Date: 2002/08/14 17:36:19 $
+$Id: README,v 1.7 2002/08/15 09:22:41 maxcooper Exp $
+$Revision: 1.7 $
+$Date: 2002/08/15 09:22:41 $
 
 
-     Security Filter v1.0-b2-dev
+      Security Filter v1.0-b2
 ======================================
 http://securityfilter.sourceforge.net/
 
index 1a53508..6b24d65 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -83,7 +83,7 @@
     <property name="project.name" value="securityfilter"/>
 
     <!-- Version of the project -->
-    <property name="project.version" value="1.0-b2-dev"/>
+    <property name="project.version" value="1.0-b2"/>
 
 
 <!-- ========== Derived Properties ======================================== -->
index 19fb287..36f2879 100644 (file)
@@ -6,4 +6,4 @@ Specification-Version: 1.0
 Implementation-Title: Security Filter
 Implementation-Vendor: SecurityFilter.org
 Implementation-Vendor-Id: org.securityfilter
-Implementation-Version: 1.0-b2-dev
\ No newline at end of file
+Implementation-Version: 1.0-b2
\ No newline at end of file