serge       01/11/01 05:59:14

  Modified:    src/xdocs changelog.xml todo.xml
  Log:
  Updated changelog and todo to be current and reflect latest release
  
  Revision  Changes    Path
  1.3       +7 -4      jakarta-james/src/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/changelog.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changelog.xml     2001/11/01 13:17:39     1.2
  +++ changelog.xml     2001/11/01 13:59:14     1.3
  @@ -10,12 +10,15 @@
   <body>
   
   <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.
  -Last Updated  30 October 2001.</p>
  +</p>
   <section name="Version 2.0a2">
  -<p>Release 30 October 2001</p>
  +<p>Released 1 November 2001</p>
   <ul>
  -<li>Fixed POP3 message size bug that prevented retrieval</li>
  -<li>Small updates to documentation</li>
  +<li>(DA) (update) Fixed POP3 message size bug that prevented retrieval</li>
  +<li>(SK) (docs) Small updates to documentation</li>
  +<li>(SK) (code) Added JDBCListserv, straight JDBC implementation of old 
TownListserv that extends GenericListserv</li>
  +<li>(SK) (update) Patched bug in GenericListserv for when subject was null</li>
  +<li>(SK) (update) Got mailets/matchers to load from something besides james.bar</li>
   </ul>
   </section>
   
  
  
  
  1.6       +4 -6      jakarta-james/src/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/todo.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- todo.xml  2001/10/30 13:12:08     1.5
  +++ todo.xml  2001/11/01 13:59:14     1.6
  @@ -16,16 +16,14 @@
   </section>
   
   <section name="High Priority">
  -
  -<p>Move IMAP service to a proposal directory</p>
  +<p>Get classloaders working so custom mailets don't have to be in james.bar</p>
   <p>Update and write more documentation, including  a) how to setup user accounts 
for pop3 delivery/retrieval, b) how to setup a database for message storage, c) how to 
setup a database for user accounts, d) how to write a mailet.</p>
  -<p>Determine a way to support multiple domains</p>
  +<p>Make JamesSpoolManager disposable, calling destroy on mailets, for a graceful 
shutdown.</p>
  +<p>Add regex matchers</p>
   </section>
   
   <section name="Medium Priority">
  -<p>Add regex matchers</p>
  -<p>Rewrite listserv functionality</p>
  -<p>Make JamesSpoolManager disposable, calling destroy on mailets, for a graceful 
shutdown.</p>
  +<p>Determine a way to support multiple domains</p>
   <p>Fix NNTP authentication</p>
   <p>Fix NNTP ssl</p>
   <p>Write more documentation. </p>
  
  
  

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

Reply via email to