Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RdPIk-0003Lk-Lj for bitcoin-development@lists.sourceforge.net; Wed, 21 Dec 2011 16:45:58 +0000 X-ACL-Warn: Received: from zinan.dashjr.org ([173.242.112.54]) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1RdPIg-0004yW-PR for bitcoin-development@lists.sourceforge.net; Wed, 21 Dec 2011 16:45:58 +0000 Received: from ishibashi.localnet (fl-184-4-160-40.dhcp.embarqhsd.net [184.4.160.40]) (Authenticated sender: luke-jr) by zinan.dashjr.org (Postfix) with ESMTPSA id 41067560507 for ; Wed, 21 Dec 2011 16:45:49 +0000 (UTC) From: "Luke-Jr" To: bitcoin-development@lists.sourceforge.net Date: Wed, 21 Dec 2011 11:45:42 -0500 User-Agent: KMail/1.13.7 (Linux/3.1.4-gentoo; KDE/4.7.3; x86_64; ; ) References: <201112202046.42905.luke@dashjr.org> In-Reply-To: <201112202046.42905.luke@dashjr.org> X-PGP-Key-Fingerprint: CE5A D56A 36CC 69FA E7D2 3558 665F C11D D53E 9583 X-PGP-Key-ID: 665FC11DD53E9583 X-PGP-Keyserver: x-hkp://subkeys.pgp.net MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112211145.43900.luke@dashjr.org> X-Spam-Score: -2.4 (--) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -2.6 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.2 AWL AWL: From: address is in the auto white-list X-Headers-End: 1RdPIg-0004yW-PR Subject: Re: [Bitcoin-development] Changes for version 0.6 are being pulled into HEAD X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 16:45:58 -0000 On Tuesday, December 20, 2011 8:46:41 PM Luke-Jr wrote: > On Tuesday, December 20, 2011 3:49:16 PM Gavin Andresen wrote: > > I've been busy pulling patches into git HEAD for a Bitcoin version > > 0.6, with the goal of having a Release Candidate 1 out in a couple of > > weeks. > > I've rebuilt my 'next' and 'next-test' branches... > git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin.git And here's yet another update, this time with a total of 21 branches merged. Anyone want to make binaries to get these branches some wider testing? Accepted for 0.6: * 81807c3 (pull 719) Coinbaser * 6ea6db3 (pull 683) Context menu updates for TransactionView and... * a6ef83e (pull 629) QR Code generation via libqrencode * e0673bd (pull 582) Bitcoin-Qt signmessage GUI Ready for acceptance? * 4783528 (pull 454) Add -keepnode which attempts to -addnode and keep a... * 5a11d0f (pull 570) Specify fees explicitly via JSON-RPC * 2cddc71 (pull 649) Compressed pubkeys * 73a8ca6 (pull 593) Full URL Support in bitcoin-qt * 27a2460 (pull 721) 'getmininginfo' method * e57ccf4 (pull 686) Testnet difficulty calculation changes, to take effect... * 5b4a18d (pull 720) Use standard C99 (and Qt) types for 64-bit integers Needs review: * c7ee97d (pull 421) added option -forceresendtx * cff2c28 (pull 714) Execute a command when best block changes... * 3ca784f (pull 691) Temporarily disable "minimize to tray" in the startup... * 59842f5 (pull 568) Multithreaded JSON-RPC with HTTP 1.1 Keep-Alive support * d08e8fd (pull 565) FastGetWork optimization * 0dc52ac (pull 715) Bugfix: comply with BIP 0014 ... * f88dddc (pull 559) -acceptnonstdtxn option to skip "non-standard... * 95d3e7e (pull 552) Typo-tolerant (optimized) Base58 parser * 45beffe (pull 553) Parse URIs with non-BTC amounts * 74439a5 (pull 562) Optimized binary-to-hex converter (ToHex) Cannot be merged cleanly (at least not into next-test at this point): * (pull 430) joelkatz optimizations * (pull 452) JSON-RPC API versioning * (pull 457) IPv6 JSON-RPC * (pull 427) IPv6 Not yet written: * Treat generation (almost) like normal receive * JSON-RPC with integer amounts