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:40:40 UTC

svn commit: r1075197 - in /lucene/dev/branches/branch_3x: ./ lucene/ solr/ solr/CHANGES.txt

Author: uschindler
Date: Mon Feb 28 01:40:39 2011
New Revision: 1075197

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

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1075197&r1=1075196&r2=1075197&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Mon Feb 28 01:40:39 2011
@@ -658,6 +658,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
 ----------------------