# Gavin Andresen # 2012-10-11 15:43:57 # https://bitcointalk.org/index.php?topic=117874.msg1264999#msg1264999 Bitcoin version 0.7.1 release candidate 1 is now available from: @p{brk} @s{(link)} @p{par} This is a bug-fix minor release. @p{par} New features @p{brk} @p{@p{--}-}@p{@p{--}-}@p{@p{--}-}@p{@p{--}-} @p{par} * Added a boolean argument to the RPC 'stop' command, if true sets @p{brk} -detachdb to create standalone database .dat files before shutting down. @p{par} * -salvagewallet command-line option, which moves any existing wallet.dat @p{brk} to wallet.{timestamp}.dat and then attempts to salvage public/private @p{brk} keys and master encryption keys (if the wallet is encrypted) into @p{brk} a new wallet.dat. This should only be used if your wallet becomes @p{brk} corrupted, and is not intended to replace regular wallet backups. @p{par} * Import $DataDir/bootstrap.dat automatically, if it exists. @p{par} Dependency changes @p{brk} @p{@p{--}-}@p{@p{--}-}@p{@p{--}-}@p{@p{--}-}@p{@p{--}-}@p{@p{--}-} @p{par} * Qt 4.8.2 for Windows builds @p{par} * openssl 1.0.1c @p{par} Bug fixes @p{brk} @p{@p{--}-}@p{@p{--}-}@p{@p{--}-} @p{par} * Clicking on a bitcoin: URI on Windows should now launch Bitcoin-Qt properly. @p{par} * When running -testnet, use RPC port 18332 by default. @p{par} * Better detection and handling of corrupt wallet.dat and blkindex.dat files. @p{brk} Previous versions would crash with a DB_RUNRECOVERY exception, this @p{brk} version detects most problems and tells you how to recover if it @p{brk} cannot recover itself. @p{par} * Fixed an uninitialized variable bug that could cause transactions to @p{brk} be reported out of order. @p{par} * Fixed a bug that could cause occasional crashes on exit. @p{par} * Warn the user that they need to create fresh wallet backups after they @p{brk} encrypt their wallet. @p{brk}