Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1UapPf-00043j-Rf for bitcoin-development@lists.sourceforge.net; Fri, 10 May 2013 15:39:15 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 74.125.82.52 as permitted sender) client-ip=74.125.82.52; envelope-from=gavinandresen@gmail.com; helo=mail-wg0-f52.google.com; Received: from mail-wg0-f52.google.com ([74.125.82.52]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1UapPe-0006y7-Uf for bitcoin-development@lists.sourceforge.net; Fri, 10 May 2013 15:39:15 +0000 Received: by mail-wg0-f52.google.com with SMTP id k13so4249403wgh.19 for ; Fri, 10 May 2013 08:39:08 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.210.225 with SMTP id mx1mr4814328wic.15.1368200348568; Fri, 10 May 2013 08:39:08 -0700 (PDT) Received: by 10.194.155.3 with HTTP; Fri, 10 May 2013 08:39:08 -0700 (PDT) Date: Fri, 10 May 2013 11:39:08 -0400 Message-ID: From: Gavin Andresen To: Bitcoin Dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 (gavinandresen[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: 1UapPe-0006y7-Uf Subject: [Bitcoin-development] 0.8.2rc1 ready for testing 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: Fri, 10 May 2013 15:39:16 -0000 Bitcoin-Qt version 0.8.2 release candidate 1 is now available from: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.2/test/ This is a maintenance release that fixes many bugs and includes a few small new features. Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitcoin/issues How to Upgrade -------------- If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux). If you are upgrading from version 0.7.2 or earlier, the first time you run 0.8.2 your blockchain files will be re-indexed, which will take anywhere from 30 minutes to several hours, depending on the speed of your machine. 0.8.2 Release notes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Fee Policy changes ------------------ The default fee for low-priority transactions is lowered from 0.0005 BTC (for each 1,000 bytes in the transaction; an average transaction is about 500 bytes) to 0.0001 BTC. Payments (transaction outputs) of 0.543 times the minimum relay fee (0.00005430 BTC) are now considered 'non-standard', because storing them costs the network more than they are worth and spending them will usually cost their owner more in transaction fees than they are worth. Non-standard transactions are not relayed across the network, are not inclu= ded in blocks by most miners, and will not show up in your wallet until they ar= e included in a block. The default fee policy can be overridden using the -mintxfee and -minrelayt= xfee command-line options, but note that we intend to replace the hard-coded fee= s with code that automatically calculates and suggests appropriate fees in th= e 0.9 release and note that if you set a fee policy significantly different f= rom the rest of the network your transactions may never confirm. Bitcoin-Qt changes ------------------ * New icon and splash screen * Improve reporting of synchronization process * Remove hardcoded fee recommendations * Improve metadata of executable on MacOSX and Windows * Move export button to individual tabs instead of toolbar * Add "send coins" command to context menu in address book * Add "copy txid" command to copy transaction IDs from transaction overview * Save & restore window size and position when showing & hiding window * New translations: Arabic (ar), Bosnian (bs), Catalan (ca), Welsh (cy), Esperanto (eo), Interlingua (la), Latvian (lv) and many improvements to current translations MacOSX: * OSX support for click-to-pay (bitcoin:) links * Fix GUI disappearing problem on MacOSX (issue #1522) Linux/Unix: * Copy addresses to middle-mouse-button clipboard Command-line options -------------------- * -walletnotify will call a command on receiving transactions that affect the wallet. * -alertnotify will call a command on receiving an alert from the network. * -par now takes a negative number, to leave a certain amount of cores free= . JSON-RPC API changes -------------------- * listunspent now lists account and address infromation. * getinfo now also returns the time adjustment estimated from your peers. * getpeerinfo now returns bytessent, bytesrecv and syncnode. * gettxoutsetinfo returns statistics about the unspent transaction output database. * gettxout returns information about a specific unspent transaction output. Networking changes ------------------ * Significant changes to the networking code, reducing latency and memory consumption. * Avoid initial block download stalling. * Remove IRC seeding support. * Performance tweaks. * Added testnet DNS seeds. Wallet compatibility/rescuing ----------------------------- * Cases where wallets cannot be opened in another version/installation should be reduced. * -salvagewallet now works for encrypted wallets. Thanks to everybody who contributed to the 0.8.2 release! --------------------------------------------------------- APerson241 Andrew Poelstra Calvin Owens Chuck LeDuc D=EDaz Colin Dean David Griffith David Serrano Eric Lombrozo Gavin Andresen Gregory Maxwell Jeff Garzik Jonas Schnelli Larry Gilbert Luke Dashjr Matt Corallo Michael Ford Mike Hearn Patrick Brown Peter Todd Philip Kaufmann Pieter Wuille Richard Schwab Roman Mindalev Scott Howard Tariq Bashir Wladimir J. van der Laan freewil gladoscc kjj2 mb300sd