aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Apply MIT license to md2k7 artLuke Dashjr2012-09-081-0/+1
| | | | | | | | | | | | [21:48:14] <md2k7> feel free to make it MIT if you like
* | | small update to release-notes.txtPhilip Kaufmann2012-09-071-2/+3
| | |
* | | Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann2012-09-071-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Build doc updatesGavin Andresen2012-09-061-5/+5
| |
* | Minor documentation updatesGavin Andresen2012-09-053-9/+22
| |
* | release-notes.txt: mention getmemorypool removalJeff Garzik2012-08-301-0/+1
|/
* Small update to release notes regarding -seednodePieter Wuille2012-08-281-2/+2
|
* Merge pull request #1741 from freewil/release-notes-remove-i2pJeff Garzik2012-08-281-1/+1
|\ | | | | remove I2P support mention from release notes
| * remove I2P support mention from release notesfreewil2012-08-281-1/+1
| |
* | make use of -onlynet more clear in release notesfreewil2012-08-281-1/+1
|/
* add Qt GUI part to release-notes.txtPhilip Kaufmann2012-08-271-5/+19
|
* Update release notesJeff Garzik2012-08-271-0/+13
|
* Version numbers -> 0.7.0Gavin Andresen2012-08-272-2/+2
|
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-013-5/+5
|\ | | | | Fix spelling and grammar errors
| * Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-013-5/+5
| |
* | Add doc/release-notes.txt, temporary for 0.7 releaseJeff Garzik2012-08-011-0/+71
|/
* Update translation messagesWladimir J. van der Laan2012-07-261-1/+1
| | | | | - No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227)
* Docs Tidy upfanquake2012-07-189-18/+19
|
* Correct OpenSSL versionfanquake2012-07-131-3/+3
|
* translation process file updatesPhilip Kaufmann2012-07-111-15/+38
| | | | | | - add part for handling of plurals - update Transifex links - small misc changes
* Some documentation about torPieter Wuille2012-06-231-0/+96
|
* OS X not OSXfanquake2012-06-181-2/+2
|
* Further updates to build instructionsfanquake2012-06-183-11/+11
|
* Update OSX build instructionsFordy2012-06-181-3/+3
|
* Document how to build/run unit testsGavin Andresen2012-06-141-0/+33
|
* Update wiki changelog at doc/release-process.txtMatt Corallo2012-06-131-0/+2
|
* "USE_UPNP=-" is needed to remove UPnP support.Chris Moore2012-06-031-1/+1
|
* incorrect openssl when compared to makefilegrimd34th2012-05-281-3/+3
|
* Replace debug window icon with LGPL-licensed one (fixes #1348)Wladimir J. van der Laan2012-05-191-3/+3
|
* Merge pull request #1336 from laanwj/2012_05_consoleiconWladimir J. van der Laan2012-05-171-0/+4
|\ | | | | Add icon for debug window
| * Add icon for debug windowWladimir J. van der Laan2012-05-171-0/+4
| |
* | Fix typo. libarcode => libqrcodeChristian von Roques2012-05-171-1/+1
|/
* release-process.txt: Add a note to check the download link destinations.Gregory Maxwell2012-05-131-0/+1
|
* IPv6 node supportPieter Wuille2012-05-112-2/+5
| | | | | | 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.
* Increase client version to 0.6.99Gregory Maxwell2012-05-082-2/+2
|
* Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen2012-05-042-2/+2
|
* Windows build: compile against openssl 1.0.1bGavin Andresen2012-04-272-4/+4
|
* Bump version numbers for 0.6.1rc1Gavin Andresen2012-04-273-3/+3
|
* Build identification stringsPieter Wuille2012-04-101-1/+1
| | | | | | | | | | | | | | | | | | 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.
* Merge pull request #1047 from luke-jr/strlcpy_attributeGavin Andresen2012-04-051-0/+4
|\ | | | | Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed
| * Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensedLuke Dashjr2012-04-051-0/+4
| |
* | Remove USE_SSL #defineGavin Andresen2012-04-041-1/+1
| |
* | updated translation process documentationPhilip Kaufmann2012-03-211-9/+24
| |
* | add shell one-liner for updating translations in bitcoin.qrcNils Schneider2012-03-161-0/+2
| |
* | Updated Mac build processGavin Andresen2012-02-291-2/+5
| |
* | Fix release-process.txt for new deps zip.Matt Corallo2012-02-291-1/+1
| |
* | Make deps build deterministic and upgrade to libpng 1.5.9.Matt Corallo2012-02-221-1/+1
| |
* | Added 'Backup Wallet' menu optionsje3972012-02-151-1/+1
| | | | | | | | | | | | | | | | - 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
* | Update readme-qt.rst for 0.6.0 Wladimir J. van der Laan2012-02-071-33/+14
| | | | | | | | | | - Remove features list (no longer makes sense) - Document USE_QRCODE
* | Merge pull request #805 from luke-jr/gitian_depsv0.6.0rc1Gavin Andresen2012-02-071-0/+5
|\ \ | | | | | | Split dependencies into deps-gitian.yml