psmith      2004/06/09 02:32:57

  Modified:    src/java/org/apache/log4j/chainsaw/version
                        VersionManager.java
               src/java/org/apache/log4j/chainsaw/help release-notes.html
  Log:
  Updated release notes and version.
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VersionManager.java       25 May 2004 22:37:36 -0000      1.6
  +++ VersionManager.java       9 Jun 2004 09:32:57 -0000       1.7
  @@ -10,7 +10,7 @@
   
       private static final VersionManager instance = new VersionManager();
       
  -    private static final String VERSION_INFO = "1.99.99 (26th May 2004 08:00 
GMT+10)";
  +    private static final String VERSION_INFO = "1.99.99 (9 June 2004 19:00 GMT+10)";
       
       public static final VersionManager getInstance() {
           return instance;
  
  
  
  1.21      +7 -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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- release-notes.html        7 Jun 2004 20:31:33 -0000       1.20
  +++ release-notes.html        9 Jun 2004 09:32:57 -0000       1.21
  @@ -9,6 +9,13 @@
   
   <h1>1.99.99</h2>
   
  +<h2>9 June 2004</h2>
  +<ul>
  + <li>Re-build to include the missing JMSReceiver class that got left off... 
Oooops.</li>
  + <li>Applied patch from Stephen Pain to modify the JMSReceiver so that it can be 
started correctly when it requires a jndi.properties file.
  + This patch added a jndiPath property to allow the user to specify the path to the 
jndi.properties file.</li>
  +</ul>
  +
   <h2>7 June 2004</h2>
   <ul>
    <li>Added filterExpression parameter to LogFilePatternReceiver.  If set, only 
events which match the expression are processed by the receiver.  Thanks to Jim 
Prewett for suggesting this feature.</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to