# Gavin Andresen # 2012-09-17 23:50:30 # https://bitcointalk.org/index.php?topic=110243.msg1199467#msg1199467 Bitcoin version 0.7.0 is now available for download at: @p{brk} @s{(link)} @p{par} We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt @p{brk} upgrade to this release, @p{(it}except for users running Mac OSX 10.5@p{it)}. @p{par} Please report bugs using the issue tracker at github: @p{brk} @s{(link)} @p{par} Project source code is hosted at github; you can get @p{brk} source-only tarballs/zipballs directly from there: @p{brk} @s{(link)} # .tar.gz @p{brk} @s{(link)} # .zip @p{par} Ubuntu Linux users can use the "Personal Package Archive" (PPA) @p{brk} maintained by Matt Corallo to automatically keep @p{brk} bitcoin up-to-date. Just type @p{brk} sudo apt-add-repository ppa:bitcoin/bitcoin @p{brk} sudo apt-get update @p{brk} in your terminal, then install the bitcoin-qt package: @p{brk} sudo apt-get install bitcoin-qt @p{par} @p{brk} @p{(ul}How to Upgrade@p{??)} @p{par} If you are running an older version, shut it down. Wait @p{brk} until it has completely shut down (which might take a few minutes for older @p{brk} versions), then run the installer (on Windows) or just copy over @p{brk} Code: /Applications/Bitcoin-Qt (on Mac) or Code: bitcoind/bitcoin-qt (on Linux). @p{par} If you were running on Linux with a version that might have been compiled @p{brk} with a different version of Berkeley DB (for example, if you were using the @p{brk} PPA and are switching to the binary release), then run the old version again @p{brk} with the -detachdb argument and shut it down; if you do not, then the new @p{brk} version will not be able to read the database files and will exit with an error. @p{par} @p{(ul}Incompatible Changes@p{??)} @p{par} * Replaced the 'getmemorypool' RPC command with 'getblocktemplate/submitblock' @p{brk} and 'getrawmempool' commands. @p{brk} * Remove deprecated RPC 'getblocknumber' @p{par} @p{(ul}Bitcoin Improvement Proposals implemented@p{??)} @p{par} BIP 22 - 'getblocktemplate', 'submitblock' RPCs @p{brk} BIP 34 - block version 2, height in coinbase @p{brk} BIP 35 - 'mempool' message, extended 'getdata' message behavior @p{par} @p{brk} @p{(ul}Core bitcoin handling and blockchain database@p{??)} @p{par} * Reduced CPU usage, by eliminating some redundant hash calculations @p{brk} * Cache signature verifications, to eliminate redundant signature checks @p{brk} * Transactions with zero-value outputs are considered non-standard @p{brk} * Mining: when creating new blocks, sort 'paid' area by fee-per-kb @p{brk} * Database: better validation of on-disk stored data @p{brk} * Database: minor optimizations and reliability improvements @p{brk} * -loadblock=FILE will import an external block file @p{brk} * Additional DoS (denial-of-service) prevention measures @p{brk} * New blockchain checkpoint at block 193,000 @p{par} @p{brk} @p{(ul}JSON-RPC API@p{??)} @p{par} * Internal HTTP server is now thread-per-connection, rather than @p{brk} a single-threaded queue that would stall on network I/O. @p{brk} * Internal HTTP server supports HTTP/1.1, pipelined requests and @p{brk} connection keep-alive. @p{brk} * Support JSON-RPC 2.0 batches, to encapsulate multiple JSON-RPC requests @p{brk} within a single HTTP request. @p{brk} * IPv6 support @p{brk} * Added raw transaction API. See @s{(link)} @p{brk} * Added 'getrawmempool', to list contents of TX memory pool @p{brk} * Added 'getpeerinfo', to list data about each connected network peer @p{brk} * Added 'listaddressgroupings' for better coin control @p{brk} * Rework getblock call. @p{brk} * Remove deprecated RPC 'getblocknumber' @p{brk} * Remove superceded RPC 'getmemorypool' (see BIP 22, above) @p{brk} * listtransactions output now displays "smart" times for transactions, @p{brk} and 'blocktime' and 'timereceived' fields were added @p{par} @p{brk} @p{(ul}P2P networking@p{??)} @p{par} * IPv6 support @p{brk} * Tor hidden service support (see doc/Tor.txt) @p{brk} * Attempts to fix "stuck blockchain download" problems @p{brk} * Replace BDB database "addr.dat" with internally-managed "peers.dat" @p{brk} file containing peer address data. @p{brk} * Lower default send buffer from 10MB to 1MB @p{brk} * proxy: SOCKS5 by default @p{brk} * Support connecting by hostnames passed to proxy @p{brk} * Add -seednode connections, and use this instead of DNS seeds when proxied @p{brk} * Added -externalip and -discover @p{brk} * Add -onlynet to connect only to a given network (IPv4, IPv6, or Tor) @p{brk} * Separate listening sockets, -bind=@p{lt}addr@s{gt} @p{par} @p{brk} @p{(ul}Qt GUI@p{??)} @p{par} * Add UI RPC console / debug window @p{brk} * Re-Enable URI handling on Windows, add safety checks and tray-notifications @p{brk} * Harmonize the use of ellipsis ("...") to be used in menus, but not on buttons @p{brk} * Add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current) @p{brk} * Extend the optionsdialog (e.g. language selection) and re-work it to a tabbed UI @p{brk} * Merge sign/verify message into a single window with tabbed UI @p{brk} * Ensure a changed bitcoin unit immediately updates all GUI elements that use units @p{brk} * Update QR Code dialog @p{brk} * Improve error reporting at startup @p{brk} * Fine-grained UI updates for a much smoother UI during block downloads @p{brk} * Remove autocorrection of 0/i in addresses in UI @p{brk} * Reorganize tray icon menu into more logical order @p{brk} * Persistently poll for balance change when number of blocks changed @p{brk} * Much better translations @p{brk} * Override progress bar design on platforms with segmented progress bars to assist with readability @p{brk} * Added 'immature balance' display on the overview page @p{brk} * (Windows only): enable ASLR and DEP for bitcoin-qt.exe @p{brk} * (Windows only): add meta-data to bitcoin-qt.exe (e.g. description) @p{par} @p{(ul}Internal codebase@p{??)} @p{par} * Additional unit tests @p{brk} * Compile warning fixes @p{par} @p{brk} @p{(ul}Miscellaneous@p{??)} @p{par} * Reopen debug.log upon SIGHUP @p{brk} * Bash programmable completion for bitcoind(1) @p{brk} * On supported OS's, each thread is given a useful name @p{par} @p{hrule} @p{brk} Thanks to everybody who contributed to this release: @p{par} Chris Moore @p{brk} Christian von Roques @p{brk} David Joel Schwartz @p{brk} Douglas Huff @p{brk} Fordy @p{brk} Gavin Andresen @p{brk} Giel van Schijndel @p{brk} Gregory Maxwell @p{brk} Jeff Garzik @p{brk} Luke Dashjr @p{brk} Matt Corallo @p{brk} Michael Ford @p{brk} Michael Hendricks @p{brk} Peter Todd @p{brk} Philip Kaufmann @p{brk} Pieter Wuille @p{brk} R E Broadley @p{brk} Ricardo M. Correia @p{brk} Rune K. Svendsen @p{brk} Scott Ellis @p{brk} Stephane Glondu @p{brk} Wladimir J. van der Laan @p{brk} cardpuncher @p{brk} coderrr @p{brk} fanquake @p{brk} grimd34th @p{brk} sje397 @p{brk} xanatos @p{par} Thanks to Sergio Lerner for reporting denial-of-service vulnerabilities fixed in this release.