Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToRelease" page has been changed by MattFoley: http://wiki.apache.org/hadoop/HowToRelease?action=diff&rev1=78&rev2=79 cd src/docs jira.sh -s https://issues.apache.org/jira -u $user -p $pw \ -a getIssueList --search \ - "project in (HADOOP,HDFS,MAPREDUCE) and fixVersion = '$vers' and resolution = Fixed" \ + "project in (HADOOP,HDFS,MAPREDUCE) and fixVersion = '1.0.3' and (resolution = Fixed OR 'Target Version/s' = '1.0.3') ORDER BY KEY" \ | ./relnotes.py > $vers.html }}} edit the releasenotes.html with the list of items from $vers.html. 1. Update the version number in {{{build.xml}}} to be ''hadoop-X.Y.N-dev'', where ''N'' is one greater than the release being made.
