From 2cd520cf2b3b6e2821205e2f8af5fbc453e219ab Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Wed, 19 Jul 2006 18:52:03 +0000 Subject: [PATCH] declare admin-pages to return UTF-8, add space in content-type strings: SOLR-35 git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423564 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 179b81c3357..85a383f0988 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,6 +33,8 @@ New Features (Bertrand Delacretaz via yonik, SOLR-28) 18. JSON, Python, Ruby QueryResponseWriters: use wt="json", "python" or "ruby" (yonik, SOLR-31) +19. Make web admin pages return UTF-8, change Content-type declaration to include a + space between the mime-type and charset (Philip Jacob, SOLR-35) Changes in runtime behavior 1. classes reorganized into different packages, package names changed to Apache