Skip to content

Commit 7bec15d

Browse files
committed
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
1 parent 4104f32 commit 7bec15d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev-support/relnotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def __init__(self, versions):
155155
end=1
156156
count=100
157157
while (at < end):
158-
params = urllib.urlencode({'jql': "project in (HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion in ('"+"' , '".join(versions)+"') and resolution = Fixed", 'startAt':at+1, 'maxResults':count})
158+
params = urllib.urlencode({'jql': "project in (HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion in ('"+"' , '".join(versions)+"') and resolution = Fixed", 'startAt':at, 'maxResults':count})
159159
resp = urllib.urlopen("https://issues.apache.org/jira/rest/api/2/search?%s"%params)
160160
data = json.loads(resp.read())
161161
if (data.has_key('errorMessages')):

hadoop-common-project/hadoop-common/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Release 0.23.6 - UNRELEASED
5555
HADOOP-9181. Set daemon flag for HttpServer's QueuedThreadPool (Liang
5656
Xie via tgraves)
5757

58+
HADOOP-9255. relnotes.py missing last jira (tgraves)
59+
5860
Release 0.23.5 - 2012-11-28
5961

6062
INCOMPATIBLE CHANGES

0 commit comments

Comments
 (0)