diff options
author | Wladimir <laanwj@gmail.com> | 2014-06-10 10:06:36 +0200 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2014-06-10 08:06:44 +0000 |
commit | e5b348ecd92f39fdf9f8878304d62bd96253840a (patch) | |
tree | f0a8943198f1e91e802c0f479c978888dd3a7534 | |
parent | d6449997533b73e92702c6298c27f95f8e83830f (diff) | |
download | pi-bitcoindev-e5b348ecd92f39fdf9f8878304d62bd96253840a.tar.gz pi-bitcoindev-e5b348ecd92f39fdf9f8878304d62bd96253840a.zip |
[Bitcoin-development] 0.9.2rc2 tagged, gitian builds needed
-rw-r--r-- | 40/3eae4617abf404df880b306b6175fb1befd923 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/40/3eae4617abf404df880b306b6175fb1befd923 b/40/3eae4617abf404df880b306b6175fb1befd923 new file mode 100644 index 000000000..549ddefa6 --- /dev/null +++ b/40/3eae4617abf404df880b306b6175fb1befd923 @@ -0,0 +1,70 @@ +Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] + helo=mx.sourceforge.net) + by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <laanwj@gmail.com>) id 1WuH4u-0007xs-Jc + for bitcoin-development@lists.sourceforge.net; + Tue, 10 Jun 2014 08:06:44 +0000 +Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com + designates 209.85.213.178 as permitted sender) + client-ip=209.85.213.178; envelope-from=laanwj@gmail.com; + helo=mail-ig0-f178.google.com; +Received: from mail-ig0-f178.google.com ([209.85.213.178]) + by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) + (Exim 4.76) id 1WuH4s-0001uZ-NE + for bitcoin-development@lists.sourceforge.net; + Tue, 10 Jun 2014 08:06:44 +0000 +Received: by mail-ig0-f178.google.com with SMTP id hn18so2498972igb.11 + for <bitcoin-development@lists.sourceforge.net>; + Tue, 10 Jun 2014 01:06:36 -0700 (PDT) +MIME-Version: 1.0 +X-Received: by 10.50.141.164 with SMTP id rp4mr21564784igb.20.1402387596879; + Tue, 10 Jun 2014 01:06:36 -0700 (PDT) +Received: by 10.64.60.195 with HTTP; Tue, 10 Jun 2014 01:06:36 -0700 (PDT) +Date: Tue, 10 Jun 2014 10:06:36 +0200 +Message-ID: <CA+s+GJBOVvL1H6nPsm441Hrh_tjtn0fWp-fVd3+ndJNqgJ-jYg@mail.gmail.com> +From: Wladimir <laanwj@gmail.com> +To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Content-Type: text/plain; charset=UTF-8 +X-Spam-Score: -1.6 (-) +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 +X-Headers-End: 1WuH4s-0001uZ-NE +Subject: [Bitcoin-development] 0.9.2rc2 tagged, gitian builds needed +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: Tue, 10 Jun 2014 08:06:44 -0000 + +Hello, + +This Friday I tagged 0.9.2rc2, with the following changes compared to 0.9.2rc1: + +- #4282: cwallet init fix +- #4295: upgrade OpenSSL to 1.0.1h +- #4261: Use pnode->nLastRecv as sync score + +We still need more gitian builds - I'd like to do the 0.9.2 final +release end of this week as I haven't seen any new problems reported, +but it'd be useful to get these last-minute fixes tested too. + +Wladimir + + |