You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/02/28 02:39:13 UTC

svn commit: r1075196 - /lucene/dev/trunk/solr/CHANGES.txt

Author: uschindler
Date: Mon Feb 28 01:39:13 2011
New Revision: 1075196

URL: http://svn.apache.org/viewvc?rev=1075196&view=rev
Log:
SOLR-2391: Add missing changes entry

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1075196&r1=1075195&r2=1075196&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Feb 28 01:39:13 2011
@@ -819,6 +819,13 @@ Other Changes
   to fix problematic UTF-8 handling for supplementary characters.
   (uschindler, yonik, rmuir)
 
+* SOLR-2391: The preferred Content-Type for XML was changed to
+  application/xml. XMLResponseWriter now only delivers using this
+  type; updating documents and analyzing documents is still supported
+  using text/xml as Content-Type, too. If you have clients that are
+  hardcoded on text/xml as Content-Type, you have to change them.
+  (uschindler, rmuir)
+
 
 Build
 ----------------------