Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-10 | Some improvements to the release notes | Pieter Wuille | |
2013-02-06 | Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1 | Gavin Andresen | |
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-30 | Added information about used data files | Pieter Wuille | |
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-12-12 | Merge pull request #2064 from petertodd/ipv6-doc-polarity | Gavin Andresen | |
Replace text on how to enable IPv6 with disable | |||
2012-12-03 | added build instructions for Ubuntu >= 12.04 | redshark1802 | |
2012-12-03 | Replace text on how to enable IPv6 with disable | Peter Todd | |
IPv6 support is now enabled by default, thus documentation should tell you how to disable it. Similarly the build-osx use of the flag can be removed. | |||
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-10-21 | Update version numbers to 0.7.99 | Pieter Wuille | |
2012-10-14 | Revert "Merge pull request #1931 from laanwj/2012_10_newicons" | Wladimir J. van der Laan | |
This reverts commit 199d88cf901866f3c2fa2b5bd83074d11ebad02c, reversing changes made to 65bc1573e73791c26472c3177732b7d167aa5bec. License is worse instead of better. Will only accept public domain and MIT-licensed icons from now on. | |||
2012-10-14 | Changed connect?_16.png to non-GPL one and changed the assets attribution. | xanatos | |
2012-10-14 | Changed the spinner to a non-GPL one, added instructions on how to ↵ | xanatos | |
regenerate it, changed the assets attribution, removed old spinner + old spinner's sources. | |||
2012-10-11 | Merge pull request #1901 from laanwj/2012_10_remove_strlcpy | Wladimir J. van der Laan | |
get rid of strlcpy.h | |||
2012-10-09 | 0.7.1 release notesv0.7.1rc1v0.7.1 | Gavin Andresen | |
2012-10-09 | Bump versions for 0.7.1 release | Gavin Andresen | |
2012-10-07 | get rid of strlcpy.h | Wladimir J. van der Laan | |
Don't use hand-rolled string manipulation routine with a fixed buffer in the bitcoin core, instead make use of c++ strings and boost. | |||
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 | |