aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-09-07small update to release-notes.txtPhilip Kaufmann
2012-09-07Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann
- add version information to bitcoin-qt.rc, which is displayed on Windows, when looking in the executable properties and selecting "Details" - introduce a new clientversion.h (used in bitcoin-qt.rc to generate version information), which takes only the version defines from version.h and is included in it (to allow usage with the windres rc-file compiler) - move #define STRINGIFY(s) #s into clientversion.h as that is used in bitcoin-qt.rc and rename to DO_STRINGIZE(X) - add #define STRINGIZE(X) DO_STRINGIZE(X), which is needed to convert the version defines into a version string in the rc-file - this ensures we only need to update 1 file and have bitcoin-qt.exe version information - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
2012-09-06Build doc updatesGavin Andresen
2012-09-05Minor documentation updatesGavin Andresen
2012-08-30release-notes.txt: mention getmemorypool removalJeff Garzik
2012-08-28Small update to release notes regarding -seednodePieter Wuille
2012-08-28Merge pull request #1741 from freewil/release-notes-remove-i2pJeff Garzik
remove I2P support mention from release notes
2012-08-28remove I2P support mention from release notesfreewil
2012-08-28make use of -onlynet more clear in release notesfreewil
2012-08-27add Qt GUI part to release-notes.txtPhilip Kaufmann
2012-08-27Update release notesJeff Garzik
2012-08-27Version numbers -> 0.7.0Gavin Andresen
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
Fix spelling and grammar errors
2012-08-01Add doc/release-notes.txt, temporary for 0.7 releaseJeff Garzik
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-07-26Update translation messagesWladimir J. van der Laan
- No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227)
2012-07-18Docs Tidy upfanquake
2012-07-13Correct OpenSSL versionfanquake
2012-07-11translation process file updatesPhilip Kaufmann
- add part for handling of plurals - update Transifex links - small misc changes
2012-06-23Some documentation about torPieter Wuille
2012-06-18OS X not OSXfanquake
2012-06-18Further updates to build instructionsfanquake
2012-06-18Update OSX build instructionsFordy
2012-06-14Document how to build/run unit testsGavin Andresen
2012-06-13Update wiki changelog at doc/release-process.txtMatt Corallo
2012-06-03"USE_UPNP=-" is needed to remove UPnP support.Chris Moore
2012-05-28incorrect openssl when compared to makefilegrimd34th
2012-05-19Replace debug window icon with LGPL-licensed one (fixes #1348)Wladimir J. van der Laan
2012-05-17Merge pull request #1336 from laanwj/2012_05_consoleiconWladimir J. van der Laan
Add icon for debug window
2012-05-17Add icon for debug windowWladimir J. van der Laan
2012-05-17Fix typo. libarcode => libqrcodeChristian von Roques
2012-05-13release-process.txt: Add a note to check the download link destinations.Gregory Maxwell
2012-05-11IPv6 node supportPieter Wuille
This will make bitcoin relay valid routable IPv6 addresses, and when USE_IPV6 is enabled, listen on IPv6 interfaces and attempt connections to IPv6 addresses.
2012-05-08Increase client version to 0.6.99Gregory Maxwell
2012-05-04Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen
2012-04-27Bump version numbers for 0.6.1rc1Gavin Andresen
2012-04-10Build identification stringsPieter Wuille
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
2012-04-05Merge pull request #1047 from luke-jr/strlcpy_attributeGavin Andresen
Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed
2012-04-05Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensedLuke Dashjr
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-03-21updated translation process documentationPhilip Kaufmann
2012-03-16add shell one-liner for updating translations in bitcoin.qrcNils Schneider
2012-02-29Updated Mac build processGavin Andresen
2012-02-29Fix release-process.txt for new deps zip.Matt Corallo
2012-02-22Make deps build deterministic and upgrade to libpng 1.5.9.Matt Corallo
2012-02-15Added 'Backup Wallet' menu optionsje397
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/ - include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used - catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set) - include db.h in walletmodel.cpp for BackupWallet function - updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
2012-02-07Update readme-qt.rst for 0.6.0 Wladimir J. van der Laan
- Remove features list (no longer makes sense) - Document USE_QRCODE
2012-02-07Merge pull request #805 from luke-jr/gitian_depsv0.6.0rc1Gavin Andresen
Split dependencies into deps-gitian.yml
2012-02-07Update doc/release-process.txtLuke Dashjr