From 3e77f58d1c0c051802fac5b2d1764ad87f89f991 Mon Sep 17 00:00:00 2001 From: Matthew Foley Date: Mon, 28 Nov 2011 06:29:55 +0000 Subject: [PATCH] HDFS-2316. Record completion of umbrella jira. Contributed by Tsz Wo (Nicholas), Sze. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1206989 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 99d9ccbbe82..c10fcfb1583 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -6,6 +6,9 @@ Release 0.23.1 - UNRELEASED NEW FEATURES + HDFS-2316. [umbrella] webhdfs: a complete FileSystem implementation for + accessing HDFS over HTTP (szetszwo) + IMPROVEMENTS HDFS-2560. Refactor BPOfferService to be a static inner class (todd)