SOLR-4475: Move CHANGES entry.

SOLR-4551: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-18 22:01:33 +00:00
parent dfaddf1aa8
commit 482e95cb91
1 changed files with 6 additions and 6 deletions

View File

@ -74,12 +74,6 @@ New Features
Bug Fixes
----------------------
* SOLR-4475: Fix various places that still assume File based paths even when
not using a file based DirectoryFactory. (Mark Miller)
* SOLR-4551: CachingDirectoryFactory needs to create CacheEntry's with the
fullpath not path. (Mark Miller)
* SOLR-4555: When forceNew is used with CachingDirectoryFactory#get, the old
CachValue should give up it's path as it will be used by a new Directory
@ -207,6 +201,12 @@ Bug Fixes
* SOLR-4567: copyField source glob matching explicit field(s) stopped working
in Solr 4.2. (Alexandre Rafalovitch, Steve Rowe)
* SOLR-4475: Fix various places that still assume File based paths even when
not using a file based DirectoryFactory. (Mark Miller)
* SOLR-4551: CachingDirectoryFactory needs to create CacheEntry's with the
fullpath not path. (Mark Miller)
Other Changes
----------------------