You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@apache.org on 2002/04/21 03:54:35 UTC

cvs commit: jakarta-james/src/xdocs changelog.xml

serge       02/04/20 18:54:35

  Modified:    src/xdocs changelog.xml
  Log:
  Synchronized the xdocs changelog with the root dir's changes.xml.  Had to update a few changes in 2.0a2 and create info on the forthcoming 2.0a3 release.
  
  Revision  Changes    Path
  1.7       +24 -18    jakarta-james/src/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/changelog.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changelog.xml	5 Dec 2001 22:29:58 -0000	1.6
  +++ changelog.xml	21 Apr 2002 01:54:35 -0000	1.7
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +	<?xml version="1.0"?>
   
   <document>
   
  @@ -11,9 +11,29 @@
   
   <p>This is a living document that records what was done between releases.  As always, thank you to everyone who contributed code, documentation, bug reports, and feedback.
   </p>
  +<section name="Version 2.0a3">
  +<p>Released 20 April 2002</p>
  +<ul>
  +<li>(DA) (update) Fixed POP3 message size bug that prevented retrieval</li>
  +<li>(SK) (code) FileRepository should no longer produce 0-byte files.  It checks that the source is different than the target, or confirm it is in memory before saving to disk.</li>
  +<li>(SK) (update) Removed check that connection is not closed before returning it.  The pooler is already confirming the connection was open before putting it in the pool, so this was a big unnecessary performance drain.</li>
  +<li>(SK) (update) Fixed the delay in the JDBC mail spool repository as it wasn't rechecking correctly after it emptied the spool.</li>
  +<li>(SS2) (code) Added dot-stuffing in POP3 message delivery to fix problems with Netscape and other mail clients and to comply with RFC.</li>
  +<li>(JK) (code) Fixed bounce method to use the Return-Path header if there is one.</li>
  +<li>(SK) (update) Improved handling of delivery error messages when the remote server returns a specific 5XY complaint.</li>
  +<li>(SK) (code) Better diagnosing of temporary vs. permanent delivery exceptions, most notably "Could not connect to host.." is a temporary exception.</li>
  +<li>(SK) (code) Remote SMTP delivery now sets the remote hostname using the servername configuration setting (uses the first one).</li>
  +<li>(SK) (update) Have it cleanly (not print stack trace) if the remote manager handler has io/socket exceptions.</li>
  +<li>(SK) (update) Support in "IsSenderInFakeDomain" to handle null senders properly (was producing a false positive in this case).</li>
  +<li>(PH) (update) Added releaseConnection method to BaseConnectionHandler as per Paul H's bug report.</li>
  +<li>(SK) (update) Reordered 250 SMTP responses to fix Mac client issue per Giles Chanot's bug report.</li>
  +</ul>
  +</section>
  +
   <section name="Version 2.0a2">
   <p>Released 1 December 2001</p>
   <ul>
  +<li>(*) (update) Moved to Avalon snapshot of November 2001</li>
   <li>(DA) (update) Fixed POP3 message size bug that prevented retrieval</li>
   <li>(SK) (code) Added Mordred database connection pooling.  It is the marriage of Town's db pooling code and Excalibur's configuration.</li>
   <li>(SK) (update) Changed MailImpl.getSize() to getMessageSize() and from int to long.</li>
  @@ -23,6 +43,8 @@
   <li>(SK) (update) Got mailets/matchers to load from something besides james.bar</li>
   <li>(SK) (code) Added scheduler notification during SMTP DATA reception and POP3 RETR sending so the connection handler doesn't time out connection while data is being transfered.</li>
   <li>(SK) (code) Support &lt;gatewayPort&gt; setting on RemoteDelivery to send all messages to a non-port 25 SMTP server.  Only makes sense when &lt;gateway&gt; is also set.</li>
  +<li>(EP) (update) Used getAsBooleanValue in various configuration methods to make code more readable.</li>
  +<li>(SS) (update) Added support for Oracle database for mail and spool JDBC repositories.</li>
   </ul>
   </section>
   
  @@ -133,23 +155,7 @@
   </section>
   
   <section name="Contributors">
  -<p>Special thanks go to the following people for their contribution to this project.</p>
  -<ul>
  -<li>Federico Barbieri, scoobie at systemy.it (FB)</li>
  -<li>Serge Knystautas, sergek at lokitech.com (SK)</li>
  -<li>Charles Benett, charles at benett1.demon.co.uk (CB)</li>
  -<li>Stuart Roebuck, stuart.roebuck at adolos.co.uk (SR)</li>
  -<li>Ivan Seskar, iseskar at upsideweb.com (IS)</li>
  -<li>Prasanna Uppaladadium, prasanna at vayusphere.com (PU)</li>
  -<li>Gabriel Bucher, gabriel.bucher at razor.ch (GB)</li>
  -<li>Danny Angus, danny at thought.co.uk (DA)</li>
  -<li>Darrell DeBoer, ? (DD)</li>
  -<li>Harmeet Bedi, harmeet at kodemuse.com (HB)</li>
  -<li>Matthew Pangaro, mattp at lokitech.com (MP)</li>
  -<li>Jason Borden, jborden at javasense.com (JB)</li>
  -<li>Randy Stanard, rstanard at lokitech.com (RS)</li>
  -</ul>
  -<p>We also appreciate always documentation, feedback, and bug reports!</p>
  +<p>Check out our <a href="weare.html">Who We Are</a> page to see who to thank.</p>
   </section>
   </body>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>