aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
Commit message (Collapse)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-4/+4
|
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-5/+5
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-5/+5
|
* doc: Remove developer personal Twitter accountsRoss Nicoll2021-08-201-6/+0
|
* add AbcSxyZPatrick Lodder2021-08-201-0/+1
|
* fixup GUI improvementsPatrick Lodder2021-08-201-4/+8
|
* split network and security enhancementsPatrick Lodder2021-08-201-4/+19
|
* rewrite the fee chapterPatrick Lodder2021-08-201-11/+37
|
* remove winxp note - outdatedPatrick Lodder2021-08-201-5/+0
|
* Update release notes based on most recent additions.Ross Nicoll2021-08-191-1/+5
|
* Complete first version of 1.14.4 release notesRoss Nicoll2021-08-191-64/+81
|
* remove founder twitter from release notesPatrick Lodder2021-02-281-6/+0
|
* add last 2 contributors to release notesPatrick Lodder2021-02-281-0/+2
|
* 1.14.3 release documentation (#1733)Ross Nicoll2021-02-271-415/+55
| | | | | | | * Update credits for 1.14.2 to 1.14.3 * Refresh release notes * Refresh man pages * Move 1.14.2 release notes to archive * Remove Bitcoin 0.14.2 to 0.14.3 credits (covered in previous release notes)
* Bump version to 1.14.3 (#1745)Ross Nicoll2021-02-181-1/+1
| | | | * Bump version to 1.14.3 * Update copyright year and release status
* Merge pull request #1605 from greenbigfrog/patch-1Max K2020-07-221-2/+0
|\ | | | | Get rid of git merge leftover text
| * Get rid of git merge leftover textJonathan2019-08-051-2/+0
| |
* | Updated Dogecoin references in DocsAlan Cramer2019-07-121-1/+1
|/ | | | Some docs still referencing Bitcoin and Bitcoin Core. Updated to reflect Dogecoin branding.
* Update release notes for 1.14 (#1464)Ross Nicoll2019-03-251-12/+343
| | | | | | | | | * Move old release notes out of the way * Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin. * Move remaining Bitcoin release notes into their own folder. * Move Bitcoin 0.9 release notes into Bitcoin release notes folder. * Start cleaning up release notes to reflect Doge
* Merge #10516: Backports for 0.14.3Wladimir J. van der Laan2017-07-061-0/+49
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff274d3 [doc] Add hint about getmempoolentry to getrawmempool help. (Karl-Johan Alm) 76f9cf9 contrib: Update location of seeds.txt (Wladimir J. van der Laan) 12adedf Trivial: remove extra character from comment (CryptAxe) d2ec969 Fixed typo in documentation for merkleblock.h (Mikerah) 3612219 contrib/init/bitcoind.openrcconf: Don't disable wallet by default (Luke Dashjr) 692dbb0 [doc] Minor corrections to osx dependencies (fanquake) 87a21d5 Fix: make CCoinsViewDbCursor::Seek work for missing keys (Pieter Wuille) 28b8b8b [wallet] Securely erase potentially sensitive keys/values (Thomas Snider) ff13f59 [wallet] Make sure pindex is non-null before possibly referencing in LogPrintf call. (Karl-Johan Alm) e23cef0 Fix some empty vector references (Pieter Wuille) 6ad45b8 Re-enable upnp support in contrib/debian (Matt Corallo) e9a0d89 Build with QT5 on Debian-based systems using contrib/debian (Matt Corallo) 2ea0358 Bump minimum boost version in contrib/debian (Matt Corallo) c94e262 Update contrib/debian to latest Ubuntu PPA upload. (Matt Corallo) 96c7f2c Add CheckQueue Tests (Jeremy Rubin) e207342 Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constructors. (Jeremy Rubin) ef810c4 [trivial] Fix a typo (introduced two days ago) in the default fee warning (practicalswift) 7abe7bb Qt/Send: Give fallback fee a reasonable indent (Luke Dashjr) 3e4d7bf Qt/Send: Figure a decent warning colour from theme (Luke Dashjr) c5adf8f [Qt] Show more significant warning if we fall back to the default fee (Jonas Schnelli) ee1a60d [tests] update disconnect_ban.py test case to work with listbanned (John Newbery) d289b56 [net] listbanned RPC and QT should show correct banned subnets (John Newbery) 0422693 [tests] disconnect_ban: remove dependency on urllib (John Newbery) 98bd0c3 [tests] disconnect_ban: use wait_until instead of sleep (John Newbery) bfd1cf6 [tests] disconnectban test - only use two nodes (John Newbery) 5bc75bb [tests] fix nodehandling.py flake8 warnings (John Newbery) c25d0a8 Update release notes to include RPC error code changes. (John Newbery) f5efe82 Return correct error codes in fundrawtransaction(). (John Newbery) 4943d7a Return correct error codes in setban(). (John Newbery) 18c109d Return correct error codes in removeprunedfunds(). (John Newbery) fe51c89 Return correct error codes in blockchain.cpp. (John Newbery) 3ad00b4 Return correct error codes in bumpfee(). (John Newbery) 71463a7 [qa] Test prioritise_transaction / getblocktemplate interaction (Suhas Daftuar) d28d583 Bugfix: PrioritiseTransaction updates the mempool tx counter (Suhas Daftuar) Tree-SHA512: fa3628527c8e176e438de992b9c5815cc2f3c296dbe5d81b592d17a907554e9c6af7eb595e96a2c345de399ba5326c07b4791a91b7b07f89dce0787c85891206
| * Update release notes to include RPC error code changes.John Newbery2017-06-051-0/+49
| | | | | | | | | | Github-Pull: #9853 Rebased-From: adaa281da12bcc697779f97973cea6b103eec4ab
* | Note preexisting bug in display of fee calculation in coin controlAlex Morcos2017-06-141-0/+9
| |
* | doc: Fill in details about miniupnp CVE-2017-8798Wladimir J. van der Laan2017-06-071-3/+13
|/
* doc: Preliminary release notes 0.14.2Wladimir J. van der Laan2017-06-051-5/+35
|
* doc: clean out release notesWladimir J. van der Laan2017-04-221-95/+5
|
* release-notes: Accurately explain getblocktemplate improvementsLuke Dashjr2017-04-191-8/+12
|
* doc: Update release notes pre-rc2Wladimir J. van der Laan2017-04-141-3/+12
|
* Mention dbcache memory changes in 0.14.1 release notesSuhas Daftuar2017-04-121-0/+18
|
* Add some more release notes for 0.14.1.Gregory Maxwell2017-04-051-1/+16
| | | | This adds a blurb for the segwit signaling and fixes up the attribution.
* doc: Remove release note about release notesWladimir J. van der Laan2017-04-051-1/+0
|
* doc: Update release notes for 0.14.1Wladimir J. van der Laan2017-04-051-11/+45
|
* doc: Add release notes for RPC createraw breakMarcoFalke2017-03-271-1/+8
|
* 0.14: Clear release notesMarcoFalke2017-03-271-832/+13
|
* doc: pre-rc3 changelog updateWladimir J. van der Laan2017-02-281-0/+7
|
* Merge #9866: Document increase in memory usage due to mempool/dbcache sharingWladimir J. van der Laan2017-02-281-0/+10
|\ | | | | | | | | | | 50ae5c7 Document increase in memory usage due to mempool/dbcache sharing (Matt Corallo) Tree-SHA512: e52a310a5ac1f94b30f367a7bf514b2cf0724530102953eef7f7c7e00a067db568b5e1b51129dfdb1a237e016c7a8b01cc6da8c06a24ab5b970c43d045adb204
| * Document increase in memory usage due to mempool/dbcache sharingMatt Corallo2017-02-271-0/+10
| |
* | Merge #9878: Mention bumpfee in 0.14 release notes.Wladimir J. van der Laan2017-02-281-1/+7
|\ \ | |/ |/| | | | | | | 29bae0c Mention bumpfee in 0.14 release notes. (Russell Yanofsky) Tree-SHA512: f16cdac3effbc6c4d69da2205931c782c272937c93c97bf22b49193fc905dd55a24d5e42568c7c7d8108b0b23f81f415655f9ebdf1f6ba04ef0ab3b125e8dcce
| * Mention bumpfee in 0.14 release notes.Russell Yanofsky2017-02-271-1/+7
| |
* | doc: Small release notes fixups in the list of pullsMarcoFalke2017-02-241-5/+3
|/
* Merge #9787: release: add a few performance-related notesWladimir J. van der Laan2017-02-231-0/+22
|\ | | | | | | 95e68df release: add a few performance-related notes (Cory Fields)
| * release: add a few performance-related notesCory Fields2017-02-231-0/+22
| |
* | doc: Add authors and changes since rc1 to release notesWladimir J. van der Laan2017-02-231-0/+11
|/
* Fix typo in release notes.Chris Moore2017-02-211-5/+4
|
* Merge #9784: Restore removed release notes.Wladimir J. van der Laan2017-02-171-0/+40
|\ | | | | | | 1577f07 Restore removed release notes. (Gregory Maxwell)
| * Restore removed release notes.Gregory Maxwell2017-02-171-0/+40
| |
* | doc: Add changelog for 0.14.0 to release notesWladimir J. van der Laan2017-02-171-10/+376
|/
* doc: Add list of authors to release notesWladimir J. van der Laan2017-02-171-0/+100
| | | | | Generated from git, so there may be duplicate authors if someone used multiple mail addresses.
* doc: Update release notes from wikiWladimir J. van der Laan2017-02-171-57/+221
|
* Add fundrawtransactions new reserveChangeKey option to the release notesJonas Schnelli2017-01-191-0/+10
|
* Merge #9484: Introduce assumevalid setting to skip validation presumed valid ↵Pieter Wuille2017-01-161-1/+22
|\ | | | | | | | | | | | | scripts. 7b5e3fe Add assumevalid testcase (John Newbery) e440ac7 Introduce assumevalid setting to skip presumed valid scripts. (Gregory Maxwell)