Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30852
Modified Files:
CHANGES.txt build.xml
Log Message:
Unbundled Jakarta's Commons Logging.
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** CHANGES.txt 7 Oct 2005 08:26:10 -0000 1.39
--- CHANGES.txt 18 Jan 2006 14:40:06 -0000 1.40
***************
*** 62,65 ****
--- 62,70 ----
process of performing). This is only overwritten when the connection is served the next time.
+ - Jakarta's Commons Logging is now longer bundled with the source and is now a dependency.
+ We had forked this component (at their version 1.02) to make it simpler for us to deploy but
+ there are advantages, particular with respect to configuration, to just using
+ the component direct from Jakarta.
+
0.8.3 - 14 December 2003
Index: build.xml
===================================================================
RCS file: /cvsroot/proxool/proxool/build.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** build.xml 26 Sep 2005 21:47:46 -0000 1.72
--- build.xml 18 Jan 2006 14:40:06 -0000 1.73
***************
*** 27,31 ****
<!-- Currect release, e.g. 0.6 -->
! <property name="release" value="0.8.9b5"/>
<!-- Currect release, e.g. 0.6 -->
--- 27,31 ----
<!-- Currect release, e.g. 0.6 -->
! <property name="release" value="0.9.0RC1"/>
<!-- Currect release, e.g. 0.6 -->
|