Author: kasha
Date: Sat May 17 01:39:03 2014
New Revision: 1595411
URL: http://svn.apache.org/r1595411
Log:
HADOOP-10609. .gitignore should ignore .orig and .rej files. (kasha)
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1595411&r1=1595410&r2=1595411&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Sat May
17 01:39:03 2014
@@ -390,6 +390,8 @@ Release 2.5.0 - UNRELEASED
HADOOP-10572. Example NFS mount command must pass noacl as it isn't
supported by the server yet. (Harsh J via brandonli)
+ HADOOP-10609. .gitignore should ignore .orig and .rej files. (kasha)
+
OPTIMIZATIONS
BUG FIXES