From: maxcooper Date: Thu, 15 Aug 2002 09:22:41 +0000 (+0000) Subject: updated docs and version info for 1.0-b2 release X-Git-Tag: REL-1_0_b2 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=39aa8509b4b9f559154c7392c5f3869079f86ba8;p=securityfilter.git updated docs and version info for 1.0-b2 release --- diff --git a/HISTORY b/HISTORY index 0907580..00c151e 100644 --- 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 --- 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 --- 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/ diff --git a/build.xml b/build.xml index 1a53508..6b24d65 100644 --- a/build.xml +++ b/build.xml @@ -83,7 +83,7 @@ - + diff --git a/conf/share/MANIFEST.MF b/conf/share/MANIFEST.MF index 19fb287..36f2879 100644 --- a/conf/share/MANIFEST.MF +++ b/conf/share/MANIFEST.MF @@ -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