Thank you Henry. I'll look into it later today. I have to create a second candidate for the following reasons: - the version information has not been stored properly in the release since my script deleted the ".git" repo prior to the build. The start log looks like this: (the Rev and Date should not be <unknown>) 19:27:02,050 INFO org.apache.flink.runtime.jobmanager.JobManager - Starting JobManager (Version: 0.6-incubating-rc1, Rev:<unknown>, Date:<unknown>) - I forgot to commit the actual released version (a commit with the version set to 0.6-incubating-rc1). Thats important to make the release reproducible. - The web interface's job history is not working (javascript load error)
What do you guys think about a changelog? RC1 does not have one. I can look for a script to automatically generate a log from the git history. JIRA also has support for this, but I think we are not super careful about tracking the "fix version" / "affected version" fields. On Sat, Aug 2, 2014 at 9:00 AM, Henry Saputra <henry.sapu...@gmail.com> wrote: > Took quick glance at the NOTICE and LICENSE files. > > According to guidance [1] we just need simple thing in NOTICE file. > Most of Apache products should not be duplicated in the NOTICE file. > Only those external source packaged in the source distribution that > requires us to copy their NOTICE file should be included. > Otherwise we need to keep NOTICE file short and clean. > > > [1] http://www.apache.org/dev/licensing-howto.html > > On Fri, Aug 1, 2014 at 12:42 AM, Robert Metzger <rmetz...@apache.org> > wrote: > > Hi, > > > > I have created artifacts for our first release within Apache. > > I don't want to call an official vote on these artifacts since I did not > > really check them myself (I'm a bit in a hurry right now) > > > > Artifacts: > > http://people.apache.org/~rmetzger/0.6-incubating-rc1/ > > > > Maven Staging Repository: > > https://repository.apache.org/content/repositories/orgapacheflink-1000 > > > > Release Branch: > > > https://git-wip-us.apache.org/repos/asf?p=incubator-flink.git;a=shortlog;h=refs/heads/release-0.6 > > > > Please give feedback if you found any issues. > > I will check the files myself later today and once I'm satisfied, I'll > > start the vote. > > > > Best, > > Robert >