changes for 2.0 (final) release
authormaxcooper <maxcooper>
Mon, 13 Dec 2004 14:46:53 +0000 (14:46 +0000)
committermaxcooper <maxcooper>
Mon, 13 Dec 2004 14:46:53 +0000 (14:46 +0000)
HISTORY
properties.xml

diff --git a/HISTORY b/HISTORY
index c40f01b..d7545a0 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
-$Id: HISTORY,v 1.27 2004/01/26 11:02:20 maxcooper Exp $
-$Revision: 1.27 $
-$Date: 2004/01/26 11:02:20 $
+$Id: HISTORY,v 1.28 2004/12/13 14:46:53 maxcooper Exp $
+$Revision: 1.28 $
+$Date: 2004/12/13 14:46:53 $
 
 
 Security Filter v@PROJECT.VERSION@
@@ -12,8 +12,8 @@ This document describes the history of the Security Filter project by lising the
 changes made for each release.
 
 
-Release 2.0-alpha1, 2004-Jan-26:
-================================
+Release 2.0, 2004-Dec-13
+========================
 * Fixed URL-rewriting to support session persistence without cookies.
 http://sourceforge.net/tracker/index.php?func=detail&aid=734184&group_id=59484&atid=491164
 
@@ -23,6 +23,9 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=734184&group_id=59484&a
 * Added "remember me" functionality. See securityfilter-rememberme.war for an example of
 how to add this feature to an application.
 
+* Fixed bug with BASIC auth that was ignoring username/password unless sf asked for them:
+http://sourceforge.net/tracker/index.php?func=detail&aid=968276&group_id=59484&atid=491164
+
 
 Release 1.1, 2003-Oct-25
 ========================
index 97c44f4..926b9d4 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-$Id: properties.xml,v 1.13 2004/01/26 10:58:37 maxcooper Exp $
-$Revision: 1.13 $
-$Date: 2004/01/26 10:58:37 $
+$Id: properties.xml,v 1.14 2004/12/13 14:46:53 maxcooper Exp $
+$Revision: 1.14 $
+$Date: 2004/12/13 14:46:53 $
 -->
 
 <!--
@@ -52,7 +52,7 @@ $Date: 2004/01/26 10:58:37 $
 <property name="project.name" value="securityfilter"/>
 
 <!-- default version of this project (override with command line version when building releases) -->
-<property name="project.version" value="2.0-alpha1"/>
+<property name="project.version" value="2.0"/>
 
 <!-- Should Java compilations set the debug compiler option? -->
 <property name="compile.debug" value="true"/>