Browse Source

HADOOP-9255. relnotes.py missing last jira (tgraves)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.6@1439589 13f79535-47bb-0310-9956-ffa450edef68
Thomas Graves 12 years ago
parent
commit
71f43dae9d
2 changed files with 3 additions and 1 deletions
  1. 1 1
      dev-support/relnotes.py
  2. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 1 - 1
dev-support/relnotes.py

@@ -155,7 +155,7 @@ class JiraIter:
     end=1
     end=1
     count=100
     count=100
     while (at < end):
     while (at < end):
-      params = urllib.urlencode({'jql': "project in (HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion in ('"+"' , '".join(versions)+"') and resolution = Fixed", 'startAt':at+1, 'maxResults':count})
+      params = urllib.urlencode({'jql': "project in (HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion in ('"+"' , '".join(versions)+"') and resolution = Fixed", 'startAt':at, 'maxResults':count})
       resp = urllib.urlopen("https://issues.apache.org/jira/rest/api/2/search?%s"%params)
       resp = urllib.urlopen("https://issues.apache.org/jira/rest/api/2/search?%s"%params)
       data = json.loads(resp.read())
       data = json.loads(resp.read())
       if (data.has_key('errorMessages')):
       if (data.has_key('errorMessages')):

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -55,6 +55,8 @@ Release 0.23.6 - UNRELEASED
     HADOOP-9181. Set daemon flag for HttpServer's QueuedThreadPool (Liang 
     HADOOP-9181. Set daemon flag for HttpServer's QueuedThreadPool (Liang 
     Xie via tgraves)
     Xie via tgraves)
 
 
+    HADOOP-9255. relnotes.py missing last jira (tgraves)
+
 Release 0.23.5 - 2012-11-28
 Release 0.23.5 - 2012-11-28
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES