Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 460B271 for ; Fri, 5 Feb 2016 11:30:30 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id B018417F for ; Fri, 5 Feb 2016 11:30:28 +0000 (UTC) Received: by mail-wm0-f51.google.com with SMTP id p63so22756550wmp.1 for ; Fri, 05 Feb 2016 03:30:28 -0800 (PST) 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=RLqZMdglkTDdatctUi6WeVpiJEuWJi4lqOEt17aC5mI=; b=QI/AjJb8Z95KZrTNZqwPxKdI8p1maYrqPZlFkMoeBgFzjYxy8MTTAk3d+w2hK1zXx+ k1X4pwwLSY/+8XVfloRpEaiBi6wfB7O2/sou9AmQnh+cCDfE0Z9uPbJOGzv/23J8W0XG KAn34zMoU2siXJ22RsqkLY1l/5g+mIG6V1p+qi5EI+NynorZ5lt/ok8DWzlZXWcjoWAw m/8IMaqdDYaJFYNo6c9BFdFIazX+77Mx05I7m31z6cv2PD/bUKFaMlMPoknC60WVzO/j zKzz8PMBUeUd/RH0y+sALWztHYz7/MpfWxO5+SG2OctMcAw09trnYra3DnDfB9LrFx5i iFyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition; bh=RLqZMdglkTDdatctUi6WeVpiJEuWJi4lqOEt17aC5mI=; b=e72VhQGnNMD9s0J0TVjWO9639Cg8Dg+CkiqBSLjppGPQFOZ4Hr5GAeyoik6o/uRF2q pqPjDrg0iNTsMOhZdzgdESANRHxJq58OMtGWUAtD//jPRn+uL5DXnSQiFMmlUMsT4+3p BZeEQbwFJRiNQKCVeIZeLt4YIz3t8qWWwA2sHZA56/zW6yYf2yfkS2kMLQJuHLAEtNtS lQ7B5zyMGC5zxKc9mla6sXSfaJgFufEJWL8HcZNA+AQQUZYwuJiYNLv60zj/y/R1ecaf NHyfg8kbc9HQj+rxJVdY6almlPJ0i5dpha1j61L1vIazGzOX54IRd2N4uZCdC6EZtpXp oEeA== X-Gm-Message-State: AG10YOQTtfgeywMtRcGf2o7S65PfFvq/DCno9hdFuqZHgS7daMi+6NklGr7V4VUp4GbeGA== X-Received: by 10.194.216.35 with SMTP id on3mr13416138wjc.107.1454671827132; Fri, 05 Feb 2016 03:30:27 -0800 (PST) Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl. [89.98.228.253]) by smtp.gmail.com with ESMTPSA id u130sm30333541wmg.15.2016.02.05.03.30.25 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 05 Feb 2016 03:30:26 -0800 (PST) Date: Fri, 5 Feb 2016 12:30:24 +0100 From: "Wladimir J. van der Laan" To: Bitcoin development mailing list Message-ID: <20160205113024.GA25092@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 candidate 3 available X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 11:30:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Binaries for bitcoin Core version 0.12.0rc3 are available from: https://bitcoin.org/bin/bitcoin-core-0.12.0/test/ Source code can be found on github under the signed tag https://github.com/bitcoin/bitcoin/tree/v0.12.0rc3 This is a release candidate for a new major version release, bringing new features, bug fixes, as well as other improvements. Preliminary release notes for the release can be found here: https://github.com/bitcoin/bitcoin/blob/0.12/doc/release-notes.md Release candidates are test versions for releases. When no critical problems are found, this release candidate will be tagged as 0.12.0. Diff since rc2: - - #7440 `c76bfff` Rename permitrbf to mempoolreplacement and provide minimal string-list forward compatibility - - #7415 `cb83beb` net: Hardcoded seeds update January 2016 - - #7438 `e2d9a58` Do not absolutely protect local peers; decide group ties based on time - - #7439 `86755bc` Add whitelistforcerelay to control forced relaying. [#7099 redux] - - #7424 `aa26ee0` Add security/export checks to gitian and fix current failures - - #7384 `294f432` [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH Also, a new certificate was used to sign the Windows installer, which should solve Win7 compatibility issues. Thanks to the gitian builders for keeping up so quickly, thanks to them there are executables so quickly after tagging. Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitcoin/issues -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCgAGBQJWtIe6AAoJEHSBCwEjRsmmuX0IAJP7JJ4OozZZ5psY7QF35ouV E0Vxws470pFyn+iFvz1OwLbeSyhIiLvR1xHZCrFkLbt5vrolJGILQb5xWaFfqDVv uXIPDzbQ+mJ/cPr2BXWrkjkVC33TBuwiLGethDDb4xlQhSki79EvZqbTkhIz7HxX jrW8d+zUq+2pOilhqDyZGlzCRhQOZI6W+TFwo4jEunZN+m1BSD2/vhVxIZQzP6jf Vt6xw23SFbTH+b9dY3Skho/A+gdXSitVpYmDttbOlcIX4AQ7lUmsaqFeaV4z92d+ YqipqLiNkGqXdEYFikyQgM24J4fYm4htZhTBg5y5W8tsIWO6z36tUXVBxmqq6A0= =mevA -----END PGP SIGNATURE-----