diff --git a/.gitignore b/.gitignore index 15c040cc30..a49ad4b48c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store *.iml *.ipr *.iws diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3e42aa8aa4..5bca61f484 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -426,6 +426,9 @@ Trunk (Unreleased) HADOOP-11668. hadoop-daemons.sh bw compat broke with --slaves change (Vinayakumar B via aw) + HADOOP-11703. git should ignore .DS_Store files on Mac OS X (Abin Shahab + via aw) + OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd)