Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-01 | Merge pull request #1632 from luke-jr/spelling | Jeff Garzik | |
Fix spelling and grammar errors | |||
2012-08-01 | Add doc/release-notes.txt, temporary for 0.7 release | Jeff Garzik | |
2012-08-01 | Bugfix: Correct English grammar regarding "'s" | Luke Dashjr | |
2012-07-26 | Update translation messages | Wladimir 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-18 | Docs Tidy up | fanquake | |
2012-07-13 | Correct OpenSSL version | fanquake | |
2012-07-11 | translation process file updates | Philip Kaufmann | |
- add part for handling of plurals - update Transifex links - small misc changes | |||
2012-06-23 | Some documentation about tor | Pieter Wuille | |
2012-06-18 | OS X not OSX | fanquake | |
2012-06-18 | Further updates to build instructions | fanquake | |
2012-06-18 | Update OSX build instructions | Fordy | |
2012-06-14 | Document how to build/run unit tests | Gavin Andresen | |
2012-06-13 | Update wiki changelog at doc/release-process.txt | Matt Corallo | |
2012-06-03 | "USE_UPNP=-" is needed to remove UPnP support. | Chris Moore | |
2012-05-28 | incorrect openssl when compared to makefile | grimd34th | |
2012-05-19 | Replace debug window icon with LGPL-licensed one (fixes #1348) | Wladimir J. van der Laan | |
2012-05-17 | Merge pull request #1336 from laanwj/2012_05_consoleicon | Wladimir J. van der Laan | |
Add icon for debug window | |||
2012-05-17 | Add icon for debug window | Wladimir J. van der Laan | |
2012-05-17 | Fix typo. libarcode => libqrcode | Christian von Roques | |
2012-05-13 | release-process.txt: Add a note to check the download link destinations. | Gregory Maxwell | |
2012-05-11 | IPv6 node support | Pieter 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-08 | Increase client version to 0.6.99 | Gregory Maxwell | |
2012-05-04 | Bump version numbers for 0.6.1rc2v0.6.1 | Gavin Andresen | |
2012-04-27 | Windows build: compile against openssl 1.0.1b | Gavin Andresen | |
2012-04-27 | Bump version numbers for 0.6.1rc1 | Gavin Andresen | |
2012-04-10 | Build identification strings | Pieter 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-05 | Merge pull request #1047 from luke-jr/strlcpy_attribute | Gavin Andresen | |
Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed | |||
2012-04-05 | Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed | Luke Dashjr | |
2012-04-04 | Remove USE_SSL #define | Gavin Andresen | |
2012-03-21 | updated translation process documentation | Philip Kaufmann | |
2012-03-16 | add shell one-liner for updating translations in bitcoin.qrc | Nils Schneider | |
2012-02-29 | Updated Mac build process | Gavin Andresen | |
2012-02-29 | Fix release-process.txt for new deps zip. | Matt Corallo | |
2012-02-22 | Make deps build deterministic and upgrade to libpng 1.5.9. | Matt Corallo | |
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- 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-07 | Update readme-qt.rst for 0.6.0 | Wladimir J. van der Laan | |
- Remove features list (no longer makes sense) - Document USE_QRCODE | |||
2012-02-07 | Merge pull request #805 from luke-jr/gitian_depsv0.6.0rc1 | Gavin Andresen | |
Split dependencies into deps-gitian.yml | |||
2012-02-07 | Update doc/release-process.txt | Luke Dashjr | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2012-02-07 | Increase client version to 0.6 | Gavin Andresen | |
2012-02-06 | miniupnpc Porfile removed; new and improved macdeployqtplus | p2k | |
* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354 * Documentation has been changed appropriately * New pure-Python macdeployqt; leverages all problems with the stock macdeployqt | |||
2012-01-17 | Various updates to the release process | Luke Dashjr | |
2011-12-23 | Add libqrencode-dev to the debian/ubuntu apt-get lines. | Matt Corallo | |
2011-12-20 | Added QRCode generation functions via libqrencode. Switch on with ↵ | sje397 | |
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml | |||
2011-12-19 | Implement BIP 14 : separate protocol version from client version | Gavin Andresen | |
2011-12-16 | Bump version 0.5.99 (prep for pulling for version 0.6) | Gavin Andresen | |
2011-11-21 | Don't forget to bump release numbers in READMEs next time | Gavin Andresen | |
2011-11-21 | Bump version numbers to 0.5.1 | Gavin Andresen | |
2011-11-21 | Merge pull request #634 from laanwj/doxygen | Gavin Andresen | |
Add doxygen documentation | |||
2011-11-21 | Update release process instructions | Gavin Andresen | |