* Modifications to the Chainsaw build process to ensure the Webstart & non-webstart bundles are built correctly.

* Tweaked chainsaw.bat to include the correct jars (now that there's more of them)

* Added chainsaw.sh for "Nix users

* updated the Webstart JNLP template file to reflect the required jars

* Update the Version and release notes


git-svn-id: https://svn.apache.org/repos/asf/logging/chainsaw/trunk@308062 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/log4j/chainsaw/help/release-notes.html b/src/java/org/apache/log4j/chainsaw/help/release-notes.html
index d283b4c..a53be84 100644
--- a/src/java/org/apache/log4j/chainsaw/help/release-notes.html
+++ b/src/java/org/apache/log4j/chainsaw/help/release-notes.html
@@ -9,6 +9,14 @@
 
 <h1>1.99.99</h2>
 
+<h2>22 February 2005</h2>
+<ul>
+<li>It's been so long since the last build it's a bit hard to remember exactly what has changed, but 
+the most significant change has been how log4j and chainsaw gets build, with the addition of the UGLI
+interfaces.  log4j is now bundled in a set of smaller jars.</li>
+<li>Standalone distribution now includes a basic chainsaw.sh for you Unix folk (I have a Mac now, I have no excuse
+not to provide this, be on the look out for a Mac OS X bundle version soon - Paul)</li>
+</ul>
 <h2>7 December 2004</h2>
 <ul>
 <li>Changed the default order of columns in Chainsaw to first display ID, level, logger, message and exception</li>
diff --git a/src/java/org/apache/log4j/chainsaw/version/VersionManager.java b/src/java/org/apache/log4j/chainsaw/version/VersionManager.java
index 657e849..66717c7 100644
--- a/src/java/org/apache/log4j/chainsaw/version/VersionManager.java
+++ b/src/java/org/apache/log4j/chainsaw/version/VersionManager.java
@@ -10,7 +10,7 @@
 
     private static final VersionManager instance = new VersionManager();
     
-    private static final String VERSION_INFO = "1.99.99 (7 December 2004)";
+    private static final String VERSION_INFO = "1.99.99 (22 February 2005)";
     
     public static final VersionManager getInstance() {
         return instance;