From 81ee0e72d368b8561075f91144f05ae2c800d00e Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Mon, 28 Feb 2011 01:39:13 +0000 Subject: [PATCH] SOLR-2391: Add missing changes entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1075196 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1ee0146c30f..2b5e799fbef 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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 ----------------------