diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-18 10:56:37 +0200 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2015-06-18 08:56:46 +0000 |
commit | 012364989d35e1e7675dc39a691865cdb06bfcd4 (patch) | |
tree | 5304e93fea39896d789cb0b4b78407d7a8e3c8f9 | |
parent | 1f687d59b036385109909161823c08b63af4901f (diff) | |
download | pi-bitcoindev-012364989d35e1e7675dc39a691865cdb06bfcd4.tar.gz pi-bitcoindev-012364989d35e1e7675dc39a691865cdb06bfcd4.zip |
[Bitcoin-development] Bitcoin core 0.11.0 release candidate 2 available
-rw-r--r-- | d4/90484782cccbad483ce96adf50a35868f68ddb | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/d4/90484782cccbad483ce96adf50a35868f68ddb b/d4/90484782cccbad483ce96adf50a35868f68ddb new file mode 100644 index 000000000..c39d4e056 --- /dev/null +++ b/d4/90484782cccbad483ce96adf50a35868f68ddb @@ -0,0 +1,109 @@ +Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] + helo=mx.sourceforge.net) + by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <laanwj@gmail.com>) id 1Z5Vcs-0006xj-Jt + for bitcoin-development@lists.sourceforge.net; + Thu, 18 Jun 2015 08:56:46 +0000 +Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com + designates 209.85.212.179 as permitted sender) + client-ip=209.85.212.179; envelope-from=laanwj@gmail.com; + helo=mail-wi0-f179.google.com; +Received: from mail-wi0-f179.google.com ([209.85.212.179]) + by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) + (Exim 4.76) id 1Z5Vcr-0007Gn-AP + for bitcoin-development@lists.sourceforge.net; + Thu, 18 Jun 2015 08:56:46 +0000 +Received: by wicgi11 with SMTP id gi11so6613608wic.0 + for <bitcoin-development@lists.sourceforge.net>; + Thu, 18 Jun 2015 01:56:39 -0700 (PDT) +X-Received: by 10.180.37.178 with SMTP id z18mr39164573wij.9.1434617799270; + Thu, 18 Jun 2015 01:56:39 -0700 (PDT) +Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl. + [89.98.228.253]) by mx.google.com with ESMTPSA id + di7sm12078937wib.23.2015.06.18.01.56.38 + for <bitcoin-development@lists.sourceforge.net> + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 18 Jun 2015 01:56:38 -0700 (PDT) +Date: Thu, 18 Jun 2015 10:56:37 +0200 +From: "Wladimir J. van der Laan" <laanwj@gmail.com> +To: Bitcoin development mailing list + <bitcoin-development@lists.sourceforge.net> +Message-ID: <20150618085636.GC21275@amethyst.visucore.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +User-Agent: Mutt/1.5.21 (2010-09-15) +X-Spam-Score: 0.1 (/) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for + sender-domain + 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider + (laanwj[at]gmail.com) + -0.0 SPF_PASS SPF: sender matches SPF record + -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from + author's domain + 0.1 DKIM_SIGNED Message has a DKIM or DK signature, + not necessarily valid + -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature + 1.7 AWL AWL: Adjusted score from AWL reputation of From: address +X-Headers-End: 1Z5Vcr-0007Gn-AP +Subject: [Bitcoin-development] Bitcoin core 0.11.0 release candidate 2 + available +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> +X-List-Received-Date: Thu, 18 Jun 2015 08:56:46 -0000 + +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +Hello, + +I've just uploaded Bitcoin Core 0.11.0rc2 executables to: + +https://bitcoin.org/bin/bitcoin-core-0.11.0/test/ + +The source code can be found in the source tarball or in git under the tag 'v0.11.0rc2' + +Preliminary release notes can be found here: + +https://github.com/bitcoin/bitcoin/blob/0.11/doc/release-notes.md + +Changes since rc1: +- - #6274 `4d9c7fe` Add option `-alerts` to opt out of alert system +- - #5985 `37b4e42` Fix removing of orphan transactions +- - #6221 `6cb70ca` Prune: Support noncontiguous block files +- - #6256 `fce474c` Use best header chain timestamps to detect partitioning +- - #6244 `0401aa2` configure: Detect (and reject) LibreSSL +- - #6269 `95aca44` gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures +- - #6285 `ef1d506` Fix scheduler build with some boost versions. +- - #6280 `25c2216` depends: fix Boost 1.55 build on GCC 5 +- - #6276 `c9fd907` Fix getbalance * 0 +- - #6264 `94cd705` Remove translation for -help-debug options +- - #6286 `3902c15` Remove berkeley-db4 workaround in MacOSX build docs + +Thanks to everyone that participated in development, translation or in the gitian build process, + +Wladimir +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAEBCgAGBQJVgoeFAAoJEHSBCwEjRsmmkggH/3jyzuPXDpUpCpfzyDZDW4CO +GRqIZwCa8vY9Gv9T0mX5jLXOfXpPAMyzWnCz2Eqh0hRLHK8WzObPqdX+3KLaaoO/ +rOroDCG7AUZB4GaodSZURqJm8RmnNtWNckK7GBwXbZ7qNZrkpRNUh1z2JsatZdum +bUTBHX6Z9jW4HCmMZNn5lv5hRwu3XzFSi1uu9VyleVnIvdSbyjMhfjKn1VG0Rcnw +kTrCUgJccMP0htNGpIPni14PTak16ULs7KXMPNtpgB/lo/4LhDLGTivXL5ntjQXX +gQarGdh9eCqazHyIMSHTj4eO3GvLNUCHp3wM6YTiEhABkkWL3wRwn8yqMRf0EWE= +=GCM7 +-----END PGP SIGNATURE----- + + |