psmith 2004/07/20 15:22:27
Modified: src/java/org/apache/log4j/chainsaw/version
VersionManager.java
src/java/org/apache/log4j/chainsaw ChainsawAbout.java
src/java/org/apache/log4j/chainsaw/help release-notes.html
Log:
Updated the release notes and version, and added Stephen's name to the list of
contributors.
Revision Changes Path
1.8 +1 -1
logging-log4j/src/java/org/apache/log4j/chainsaw/version/VersionManager.java
Index: VersionManager.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/version/VersionManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- VersionManager.java 9 Jun 2004 09:32:57 -0000 1.7
+++ VersionManager.java 20 Jul 2004 22:22:27 -0000 1.8
@@ -10,7 +10,7 @@
private static final VersionManager instance = new VersionManager();
- private static final String VERSION_INFO = "1.99.99 (9 June 2004 19:00 GMT+10)";
+ private static final String VERSION_INFO = "1.99.99 (21 June 2004 19:00
GMT+10)";
public static final VersionManager getInstance() {
return instance;
1.5 +1 -1
logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawAbout.java
Index: ChainsawAbout.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawAbout.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChainsawAbout.java 13 May 2004 06:16:50 -0000 1.4
+++ ChainsawAbout.java 20 Jul 2004 22:22:27 -0000 1.5
@@ -66,7 +66,7 @@
final JLabel info =
new JLabel("<html>Chainsaw 2.0alpha<p><p>" +
"Brought to you by the Log4J team:<p>" +
"<b>http://logging.apache.org/log4j</b><p><p>" +
"Bug report, mailing list and wiki information:<p>" +
"<b>http://logging.apache.org/site/bugreport.html</b><p><p>" +
- "<b>Contributors:</b><ul><li>Scott Deboy <[EMAIL
PROTECTED]></li><li>Paul Smith <[EMAIL PROTECTED]></li><li>Ceki
Gülcü <[EMAIL PROTECTED]></li><li>Oliver Burn</li></ul></html>");
+ "<b>Contributors:</b><ul><li>Scott Deboy <[EMAIL
PROTECTED]></li><li>Paul Smith <[EMAIL PROTECTED]></li><li>Ceki
Gülcü <[EMAIL PROTECTED]></li><li>Oliver Burn</li><li>Stephen
Pain</li></ul></html>");
JButton button = new JButton("Copy bug report link to clipboard");
button.addActionListener(new ActionListener() {
1.30 +6 -0
logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html
Index: release-notes.html
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- release-notes.html 9 Jul 2004 14:41:06 -0000 1.29
+++ release-notes.html 20 Jul 2004 22:22:27 -0000 1.30
@@ -9,6 +9,12 @@
<h1>1.99.99</h2>
+<h2>21 July 2004</h2>
+<ul>
+ <li>Applied patch from Stephen Pain which modifies the FileSaveAction so that only
the currently viewable (or filtered) events
+ are saved in the file.</li>
+</ul>
+
<h2>9 July 2004</h2>
<ul>
<li>XML decoders now set additional event properties (hostName, application) when
they aren't provided in the XML.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]