Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id F3F9A7AA; Sun, 31 Jul 2016 13:44:17 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 4D31710E; Sun, 31 Jul 2016 13:44:17 +0000 (UTC) Received: by mail-wm0-f48.google.com with SMTP id q128so48937792wma.1; Sun, 31 Jul 2016 06:44:17 -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-disposition; bh=lQ05R5UoaEpt/krAavp4wR8HqyM/CCn1VXVhd/jjd6g=; b=c+7Qd5r82BkhRE3bReEJUcZLF8/IA++3QzpLPyrfXfVsShoXX/TRWO5fbpH5sJpvmm ErdWuG4Lu+YfKZwdt18hhWdTdwfrblbd21PO4VQQvVutsmcyHfbq3fJCHFS3pSdHIDbB MvIxGKvec1RNbrH1g40JJOPXINjpEnunymgU2J59o/j1i5+2LmRiyIrJO3+u5/ISXkKV y49Aq53lphk3MCVfupu52McjgaGs/wQmBOzlZ7SlgB6Ivw8/KAgU/jCRV/TqQ8jkURNf gD7sd1WzFu8Q5XAHNRMCKSQfd1jKOob/MV70xMzhR+SGRgfcdQNwLDjBmw9yuJh4jDDI EG1Q== 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-disposition; bh=lQ05R5UoaEpt/krAavp4wR8HqyM/CCn1VXVhd/jjd6g=; b=fQrZHaP3KZtQWXhtquIs3kY9PT3Uwh/JhBW010chab91ActDjaBa6JNy+Ziwi7CIi3 H/me8WN0E6Rx2fdcaFM54KuWXc8XxBvYRf773QUliBebbWn+EvLw3FhNGXsBBPBZw+XG 1f4zdHJQk05I3Hmx6SGnDqaOJwYjDXxPsEszOpUYnrMyQP+IGuTX5uT7eQ3fow3yDaS9 P7DQgtXHn6xevTEPYFZ7fH42bg2ushVNbssOOeTmpz4PiAiKBFbhOnBWjDYlLAYjLnlG i57sQjcOVk1+Slr1ixAvdfzntpiveJs2CKWwOw5+xoP/HfGV/SxYtVK1tahvNdQtt/XE XLMA== X-Gm-Message-State: AEkooustEf7+U2arK3BAzI/UsNpEKZPsHsNmzgzaCf5Yg1a6NzSloC5eva1VDzstvYHTcw== X-Received: by 10.28.109.197 with SMTP id b66mr9158263wmi.68.1469972655617; Sun, 31 Jul 2016 06:44:15 -0700 (PDT) Received: from amethyst.visucore.com (d222031.upc-d.chello.nl. [213.46.222.31]) by smtp.gmail.com with ESMTPSA id bw9sm25701102wjc.33.2016.07.31.06.44.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Jul 2016 06:44:14 -0700 (PDT) Date: Sun, 31 Jul 2016 15:44:12 +0200 From: "Wladimir J. van der Laan" To: bitcoin-dev@lists.linuxfoundation.org, bitcoin-core-dev@lists.linuxfoundation.org Message-ID: <20160731134412.GA7172@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.13.0 release candidate 2 available X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 13:44:18 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Binaries for bitcoin Core version 0.13.0rc2 are available from: https://bitcoin.org/bin/bitcoin-core-0.13.0/test.rc2/ Source code can be found on github under the signed tag https://github.com/bitcoin/bitcoin/tree/v0.13.0rc2 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 at https://github.com/bitcoin/bitcoin/blob/0.13/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.13.0. Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitcoin/issues Notable changes since rc1: ### Build system - - #8373 `1fe7f40` Fix OSX non-deterministic dmg (theuni) - - #8358 `cfd1280` Gbuild: Set memory explicitly (default is too low) (MarcoFalke) ### GUI - - #8407 `45eba4b` Add dbcache migration path (jonasschnelli) ### Wallet - - #8378 `ebea651` Move SetMinVersion for FEATURE_HD to SetHDMasterKey (pstratem) - - #8390 `73adfe3` Correct hdmasterkeyid/masterkeyid name confusion (jonasschnelli) - - #8206 `18b8ee1` Add HD xpriv to dumpwallet (jonasschnelli) - - #8389 `c3c82c4` Create a new HD seed after encrypting the wallet (jonasschnelli) ### P2P protocol and network code - - #8408 `b7e2011` Prevent fingerprinting, disk-DoS with compact blocks (sdaftuar) ### Consensus - - #8412 `8360d5b` libconsensus: Expose a flag for BIP112 (jtimon) ### Mining - - #8362 `86edc20` Scale legacy sigop count in CreateNewBlock (sdaftuar) ### Block and transaction handling - - #8381 `f84ee3d` Make witness v0 outputs non-standard (jl2012) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCgAGBQJXngBiAAoJEHSBCwEjRsmmS5kIAMFiXFua9ruR8Vwu1fNgnWTb X4tsNOdPScm7jwsFavcwygqZQlDNDURjcocQFcehHgEickBrk6eaplTuB4VJidPG Aqw+nLrd6M//Ohy+7eke7aCg5/QV7poplM3glwow4gQfoSBvL0ywMEhWEzGL7EPH FH5pyY9o4QZw5wGdvMWxvYVTLPZkm0W2cSWCHZ0WgzWvTkZ7aMzSQ5F5TXPfjzED DNuQQRMm9H1H3LJkmWAwjCXLzKNMzjmefLujyEII388s6UoWnA1ufosqb1kMqL+h kuEelzef4cMBZEvHgfzsvlLmba2DLr7xhwudd3HK2NHSmO/wAUdhbQOQSts9NoY= =rN68 -----END PGP SIGNATURE-----