cutting     02/02/14 11:31:25

  Modified:    .        CHANGES.txt
  Log:
  Updated for recent changes.
  
  Revision  Changes    Path
  1.5       +18 -6     jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CHANGES.txt       8 Feb 2002 23:01:15 -0000       1.4
  +++ CHANGES.txt       14 Feb 2002 19:31:25 -0000      1.5
  @@ -1,20 +1,32 @@
   Lucene Change Log
   
  -$Id: CHANGES.txt,v 1.4 2002/02/08 23:01:15 cutting Exp $
  +$Id: CHANGES.txt,v 1.5 2002/02/14 19:31:25 cutting Exp $
   
   1.2 RC4
   
  - 1. Updated contributions section of website
  -    Add XML Document #3 implementation to Document Section
  -    Also added Term Highlighting to Misc Section
  + 1. Updated contributions section of website.
  +    Add XML Document #3 implementation to Document Section.
  +    Also added Term Highlighting to Misc Section. (carlson)
   
    2. Fixed NullPointerException for phrase searches containing
  -    unindexed terms, introduced in 1.2RC3.
  +    unindexed terms, introduced in 1.2RC3.  (cutting)
   
    3. Changed document deletion code to obtain the index write lock,
       enforcing the fact that document addition and deletion cannot be
  -    performed concurrently.
  +    performed concurrently.  (cutting)
   
  + 4. Various documentation cleanups.  (otis, acoliver)
  +
  + 5. Updated "powered by" links.  (cutting, jon)
  +
  + 6. Fixed a bug in the GermanStemmer.  (Bernhard Messer, via otis)
  +
  + 7. Changed Term and Query to implement Serializable.  (scottganyo)
  +
  + 8. Fixed to never delete indexes added with IndexWriter.addIndexes().
  +    (cutting)
  +
  + 9. Upgraded to JUnit 3.7. (otis)
   
   1.2 RC3
   
  
  
  

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

Reply via email to