Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-30 | Bump version numbers for 0.8 release | Gavin Andresen | |
Version numbers changed from 0.7.99 to 0.8.0 Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning Updated copyright in COPYING and doc/READMEs to 2013 Updated doc/release-notes.txt | |||
2013-01-18 | Code-signing certificates (no private keys) from Apple and Comodo | Gavin Andresen | |
2013-01-18 | Port macdeployqtplus to OSX 10.8 | Gavin Andresen | |
Use 'osascript' to run AppleScript, instead of using (broken-in-10.8) python appscript package. And added support for code-signing the .app bundle, to make OSX's GateKeeper happy. | |||
2012-10-29 | Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?) | Matt Corallo | |
2012-10-25 | Show warning when using prerelease version | Wladimir J. van der Laan | |
Implements #1948 - Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h - When running a prerelease (the above macro is `false`): - In UI, show an orange warning bar at the top. This will be used for other warnings (and alerts) as well, instead of the status bar. - For `bitcoind`, show the warning in the "errors" field in `getinfo` response. | |||
2012-09-29 | Merge pull request #1864 from Diapolo/Qt_4.8.2 | Wladimir J. van der Laan | |
switch to Qt 4.8.2 for Windows builds | |||
2012-09-25 | switch to Qt 4.8.2 for Windows builds | Philip Kaufmann | |
2012-09-22 | Update Bitcoin to use OpenSSL 1.0.1c | fanquake | |
Bump deps tp 0.0.5 Small docs corrections | |||
2012-09-07 | Bitcoin-Qt (Windows only): add version info to Resource File | Philip 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-06 | Build doc updates | Gavin Andresen | |
2012-06-13 | Update wiki changelog at doc/release-process.txt | Matt Corallo | |
2012-05-13 | release-process.txt: Add a note to check the download link destinations. | Gregory Maxwell | |
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-04 | Remove USE_SSL #define | Gavin Andresen | |
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-07 | Update doc/release-process.txt | Luke Dashjr | |
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-19 | Implement BIP 14 : separate protocol version from client version | Gavin Andresen | |
2011-11-21 | Don't forget to bump release numbers in READMEs next time | Gavin Andresen | |
2011-11-21 | Update release process instructions | Gavin Andresen | |
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-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-03 | Update release-process to point to gitian.sigs repo. | Matt Corallo | |
2011-09-28 | Update release-process.txt with gitian release instructions. | Matt Corallo | |
2011-09-23 | Update release process for repackaging gitian builds, and osx dmg | Gavin Andresen | |
2011-09-02 | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | |
2011-07-05 | Added a couple minor things to match newer build process. | Matt Corallo | |
This adds the relevent patches which are applied to wx, and updates for cross compiling. | |||
2011-06-27 | Add OSX App bundle and correct build instructions to reflect reality. | Doug Huff | |
2011-06-16 | doc/release-process.txt: minor updates | Jeff Garzik | |
2011-06-10 | Add minimal release process docs. | Jeff Garzik | |