Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | Translation update for 0.7.1 | Wladimir J. van der Laan | |
Also clarify translation process that the package `gettext` is needed to run string extractor. | |||
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-29 | Merge pull request #1851 from fanquake/OpenSSL-1.0.1c | Wladimir J. van der Laan | |
Update to use OpenSSL 1.0.1c | |||
2012-09-25 | switch to Qt 4.8.2 for Windows builds | Philip Kaufmann | |
2012-09-22 | Update Bugreport Links | fanquake | |
Update Qt Links Revert Qt source link Update Qt links | |||
2012-09-22 | Update Bitcoin to use OpenSSL 1.0.1c | fanquake | |
Bump deps tp 0.0.5 Small docs corrections | |||
2012-09-18 | Reset release notes for release-after-0.7.0 | Gavin Andresen | |
2012-09-11 | Merge pull request #1755 from osmosis79/patch-1 | Wladimir J. van der Laan | |
Update doc/build-unix.txt | |||
2012-09-11 | Cleanup on doc/build-unix.txt | osmosis | |
2012-09-09 | Merge pull request #1803 from luke-jr/md2k7_license | Wladimir J. van der Laan | |
Apply MIT license to md2k7 art | |||
2012-09-08 | Apply MIT license to md2k7 art | Luke Dashjr | |
[21:48:14] <md2k7> feel free to make it MIT if you like | |||
2012-09-07 | small update to release-notes.txt | Philip Kaufmann | |
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-09-05 | Minor documentation updates | Gavin Andresen | |
2012-08-30 | release-notes.txt: mention getmemorypool removal | Jeff Garzik | |
2012-08-28 | Small update to release notes regarding -seednode | Pieter Wuille | |
2012-08-28 | Merge pull request #1741 from freewil/release-notes-remove-i2p | Jeff Garzik | |
remove I2P support mention from release notes | |||
2012-08-28 | remove I2P support mention from release notes | freewil | |
2012-08-28 | make use of -onlynet more clear in release notes | freewil | |
2012-08-27 | add Qt GUI part to release-notes.txt | Philip Kaufmann | |
2012-08-27 | Update release notes | Jeff Garzik | |
2012-08-27 | Version numbers -> 0.7.0 | Gavin Andresen | |
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 |