You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/04/27 07:21:06 UTC

svn commit: r1476495 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: sarowe
Date: Sat Apr 27 05:21:06 2013
New Revision: 1476495

URL: http://svn.apache.org/r1476495
Log:
SOLR-4729: Remove CHANGES.txt entry from 4.4.0 (merge trunk r1476493)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1476495&r1=1476494&r2=1476495&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Sat Apr 27 05:21:06 2013
@@ -53,10 +53,6 @@ Bug Fixes
 * SOLR-4333: edismax parser to not double-escape colons if already escaped by 
   the client application (James Dyer, Robert J. van der Boon)
 
-* SOLR-4729: LukeRequestHandler: Using a dynamic copyField source that is
-  not also a dynamic field triggers error message 'undefined field: "(glob)"'.
-  (Adam Hahn, hossman, Steve Rowe)
-
 * SOLR-4752: There are some minor bugs in the Collections API parameter
   validation. (Mark Miller)