Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-11-20 | relicense my own images as MIT | Wladimir J. van der Laan | |
2011-11-14 | Merge pull request #631 from luke-jr/free_icons | Gavin Andresen | |
Free icons | |||
2011-11-13 | Add doxygen documentation configuration file | Wladimir J. van der Laan | |
2011-11-10 | update doc/assets-attribution.txt | Luke Dashjr | |
2011-11-10 | Tool/process for including correct qt translations in mac .App | Gavin Andresen | |
2011-11-10 | Release process doc fixes | Gavin Andresen | |
2011-11-08 | add doc/translation_process.md | Nils Schneider | |
2011-11-07 | Mention Qt4 runtime dependenciesv0.5.0rc3 | Gavin Andresen | |
2011-11-07 | Static link on Linux. And better document release process on OSX. | Gavin Andresen | |
2011-11-04 | Mac releases use macdeployqtplus | Gavin Andresen | |
2011-11-01 | Update documentation to reflect 0.5 reality. And removed leading $ from ↵ | Gavin Andresen | |
shell commands, so it is easier to copy and paste from release-process.txt. | |||
2011-10-25 | Update documentation to reflect reality (no win32 gitian builds, new Mac ↵ | Gavin Andresen | |
process) | |||
2011-10-25 | Update qt readme to indicate Qt is now the primary GUI. | Matt Corallo | |
2011-10-24 | Warn about the qt-at-spi bug in Ubuntu 11.10. | Chris Moore | |
2011-10-24 | Merge pull request #584 from kwaaak/master | Gavin Andresen | |
Make build work on Mac OS X 10.7 Lion | |||
2011-10-15 | Merge pull request #583 from laanwj/qt3 | Wladimir J. van der Laan | |
More Qt GUI updates - Make USE_SSL qmake build flag actually work - Improve mac experience, general UI improvements - Add keyboard shortcut to switch between tabs | |||
2011-10-14 | Make build work on Mac OS X 10.7 Lion | kwaaak | |
(32bit dependencies through MacPorts) | |||
2011-10-09 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-10-09 | Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵ | Luke Dashjr | |
dynamic linking unless STATIC=1 is passed | |||
2011-10-09 | Fix typo. Improve Gentoo instructions. | globalcitizen | |
2011-10-09 | Improved Gentoo instructions. | globalcitizen | |
2011-10-09 | Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR} | globalcitizen | |
2011-10-09 | Collate generic dependency information. Segregate distribution-specific ↵ | globalcitizen | |
(Ubuntu/Debian) information. Add Gentoo information. | |||
2011-10-05 | Update mac Makefile and build instructions to use MacPorts | Gavin Andresen | |
2011-10-03 | Update release-process to point to gitian.sigs repo. | Matt Corallo | |