You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2015/04/15 16:31:44 UTC

svn commit: r1673784 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/CHANGES.txt

Author: rmuir
Date: Wed Apr 15 14:31:43 2015
New Revision: 1673784

URL: http://svn.apache.org/r1673784
Log:
LUCENE-6424: fix names in CHANGES

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

Modified: lucene/dev/branches/branch_5x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/CHANGES.txt?rev=1673784&r1=1673783&r2=1673784&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/CHANGES.txt Wed Apr 15 14:31:43 2015
@@ -66,7 +66,8 @@ Bug Fixes
   (Luc Vanlerberghe via Adrien Grand)
 
 * LUCENE-6424: Fix many bugs with mockfs filesystems in the test-framework:
-  always consistently wrap Path, fix buggy behavior for globs, etc.  (Ryan Ernst)
+  always consistently wrap Path, fix buggy behavior for globs, etc.  
+  (Ryan Ernst, Simon Willnauer, Robert Muir)
 
 API Changes