SOLR-4594: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-19 04:51:09 +00:00
parent 253773b26c
commit a6661a5a45
1 changed files with 4 additions and 4 deletions

View File

@ -95,9 +95,6 @@ Bug Fixes
* SOLR-4311: Admin UI - Optimize Caching Behaviour (steffkes)
* SOLR-4594: StandardDirectoryFactory#remove accesses byDirectoryCache
without a lock. (Mark Miller)
* SOLR-4597: CachingDirectoryFactory#remove should not attempt to empty/remove
the index right away but flag for removal after close. (Mark Miller)
@ -200,7 +197,10 @@ Bug Fixes
* SOLR-4573: Accessing Admin UI files in SolrCloud mode logs warnings.
(Mark Miller, Phil John)
* SOLR-4594: StandardDirectoryFactory#remove accesses byDirectoryCache
without a lock. (Mark Miller)
Optimizations
----------------------