Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7F5F11297 for ; Mon, 8 Sep 2014 22:09:13 +0000 (UTC) Received: (qmail 86195 invoked by uid 500); 8 Sep 2014 22:09:13 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 86133 invoked by uid 500); 8 Sep 2014 22:09:13 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 86122 invoked by uid 99); 8 Sep 2014 22:09:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 22:09:13 +0000 X-ASF-Spam-Status: No, hits=-1999.5 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 Sep 2014 22:09:12 +0000 Received: (qmail 85403 invoked by uid 99); 8 Sep 2014 22:08:52 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 22:08:52 +0000 Received: from localhost (HELO mail-yk0-f180.google.com) (127.0.0.1) (smtp-auth username fhueske, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 22:08:51 +0000 Received: by mail-yk0-f180.google.com with SMTP id q9so1567714ykb.39 for ; Mon, 08 Sep 2014 15:08:50 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.148.112 with SMTP id u76mr45675721yhj.22.1410214130906; Mon, 08 Sep 2014 15:08:50 -0700 (PDT) Received: by 10.170.145.136 with HTTP; Mon, 8 Sep 2014 15:08:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Sep 2014 00:08:50 +0200 Message-ID: Subject: Re: 0.6.1 Bugfix Release From: Fabian Hueske To: dev@flink.incubator.apache.org Content-Type: multipart/alternative; boundary=20cf303a3107547db60502951018 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303a3107547db60502951018 Content-Type: text/plain; charset=UTF-8 Sounds good. +1 2014-09-08 16:03 GMT+02:00 Stephan Ewen : > I would include the following commits: > > Fix DeltaIteration Bug with Immutable Types > > https://github.com/apache/incubator-flink/commit/3aa5511ddd474659b7592969dc923301e87820b5 > > Disable merging of Iteration Aux Tasks > > https://github.com/apache/incubator-flink/commit/80af60b986f4aaf57ab56b243d3c897dabb0bddd > > [FLINK-1084] Fix broken links in "How to add an operator" > > https://github.com/apache/incubator-flink/commit/c9dd60385e05f9723d01554b8674e0c620de49c2 > > [FLINK-1078] PrintingOutputFormat uses same partition indexing as > FileOutputFormat. > > https://github.com/apache/incubator-flink/commit/0a6e53ddc05ba901e4b04c9208c2893e686bdb42 > > [FLINK-1079] Fix inconsistent parameter naming > > https://github.com/apache/incubator-flink/commit/fbed013db60d7c45dcd11b6303ffa16220557e13 > > [FLINK-1075] Removed the AsynchronousPartialSorter. > > https://github.com/apache/incubator-flink/commit/cbbcf7820885a8a9734ffeba637b0182a6637939 > > [FLINK-1074] Fix for NULL input tuples in ProjectJoin > > https://github.com/apache/incubator-flink/commit/00840599a7a498cbd19d524ab5ad698365cbab4f > > Split between source distribution license/notice and binary distribution > license/notice. > > https://github.com/apache/incubator-flink/commit/8bc7894fe5583176a2b35163980fb45657c80bed > > Update LICENSE and add license headers to CSS and JS in flink clients > > https://github.com/apache/incubator-flink/commit/61bb30b804b274f4d051d47c46553036573ac715 > > > > Stephan > > > On Mon, Sep 8, 2014 at 3:29 PM, Ufuk Celebi wrote: > > > > Hey all, > > > > the plan for the 0.7 release is to do a feature freeze on September 24 > and > > then start the vote a few days afterwards. > > > > I think we should have a 0.6.1 bugfix release in the meantime. The 0.6 > > release contains a buggy commit, which I've reverted for the current > master > > and the release-0.6.1 branch. I think it is important that users don't > walk > > into the problem (see FLINK-1063). > > > > What are your thoughts on this? Are there further bugfixes we could > include? > > > > Best, > > > > Ufuk > --20cf303a3107547db60502951018--