Return-Path: <laanwj@gmail.com> Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 49CFB165B for <bitcoin-dev@lists.linuxfoundation.org>; Thu, 24 Sep 2015 11:26:01 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id B6305B0 for <bitcoin-dev@lists.linuxfoundation.org>; Thu, 24 Sep 2015 11:26:00 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so23570989wic.0 for <bitcoin-dev@lists.linuxfoundation.org>; Thu, 24 Sep 2015 04:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition; bh=zpaLk8cz5mOnPvRlIwFY5ngO+SOwFSOYTGsYPZSrHU0=; b=t1ky7Jnxmtr0Oq2iEQeK3I7xED+0rr1SYV8S5tYUBD80NBVoGIXhv02zzEamHdsE2H 6XsllX95be1mVDrSS2fwzIlKnvv02GvrrkXirs3tJvEkjD/IHjS9BD2703fUamim0oi1 jNJTRqZKO81LKPvVScnmFjPKZlyVQ0XSMANsIViM0pZSIyoutHcug8k2pANJuqO+ocJm It+PjbsxNAFtDo02nXAACa5Fv9FHSFKwQp/Z44lGug6xzw+kAIf7kPL+f4UFuCEA8YSw HaQPKmNnJwwB8DKIgde6JYhy+P374bsr/I1AOojIISA0DyA+h4sXn0Vo42YEiZuepye4 /n6w== X-Received: by 10.194.93.35 with SMTP id cr3mr40642054wjb.46.1443093958939; Thu, 24 Sep 2015 04:25:58 -0700 (PDT) Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl. [89.98.228.253]) by smtp.gmail.com with ESMTPSA id l17sm11920907wjr.18.2015.09.24.04.25.57 for <bitcoin-dev@lists.linuxfoundation.org> (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Thu, 24 Sep 2015 04:25:58 -0700 (PDT) Date: Thu, 24 Sep 2015 13:25:56 +0200 From: "Wladimir J. van der Laan" <laanwj@gmail.com> To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org> Message-ID: <20150924112555.GA21355@amethyst.visucore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [bitcoin-dev] Bitcoin Core 0.12.0 release schedule X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org> List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe> List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/> List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org> List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help> List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe> X-List-Received-Date: Thu, 24 Sep 2015 11:26:01 -0000 Hello all, The next major release of Bitcoin Core, 0.12.0 is planned for the end of the year. Let's propose a more detailed schedule: 2015-11-01 ----------- - Open Transifex translations for 0.12 - Soft translation string freeze (no large or unnecessary changes) - Finalize and close translation for 0.10 2015-12-01 ----------- - Feature freeze - Translation string freeze In December at least I will probably not get much done code-wise (Scaling Bitcoin Hongkong, 32C3, end of year festivities, etc), and I'm sure I'm not the only one, so let's leave that for last pre-RC bugfixes and polishing. 2016-01-06 ----------- - Split off `0.12` branch from `master` - Start RC cycle, tag and release `0.12.0rc1` - Start merging for 0.13 on master branch 2016-02-01 ----------- - Release 0.12.0 final (aim) Wladimir