You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/08/01 17:00:39 UTC

svn commit: r427596 - /incubator/solr/trunk/CHANGES.txt

Author: yonik
Date: Tue Aug  1 08:00:39 2006
New Revision: 427596

URL: http://svn.apache.org/viewvc?rev=427596&view=rev
Log:
escape > to avoid illegal ]]> in content

Modified:
    incubator/solr/trunk/CHANGES.txt

Modified: incubator/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/CHANGES.txt?rev=427596&r1=427595&r2=427596&view=diff
==============================================================================
--- incubator/solr/trunk/CHANGES.txt (original)
+++ incubator/solr/trunk/CHANGES.txt Tue Aug  1 08:00:39 2006
@@ -70,6 +70,7 @@
     containing non ASCII chars.  (Bertrand Delacretaz via yonik, SOLR-32)
  7. WordDelimiterFilter can throw exceptions if configured with both
     generate and catenate off.  (Mike Klaas via yonik, SOLR-34)
+ 8. Escape '>' in XML output (because ]]> is illegal in CharData) 
 
 Other Changes
  1. Upgrade to Lucene 2.0 nightly build 2006-06-22, lucene SVN revision 416224,