144 Commits

Author SHA1 Message Date
Patrick Lodder
7868a463c2
release notes: minor changes
- Mishaboar was listed twice because of capitalization
- Added all reviewers
- Fix description of traffic graph improvement
- Added portuguese translation and contributors
- Added bulgarian translation and contributors
2022-07-19 00:26:43 +02:00
Old Dip Tracker
b5ccb2fe00
Merge pull request #3046 from chromatic/update-1.14.6-release-notes
Enhance release notes
2022-07-16 16:39:24 -04:00
chromatic
9296c93650
Merge pull request #3044 from patricklodder/1.14.6-rn-mail-list
release notes: bring back mailing list
2022-07-16 12:49:42 -07:00
chromatic
a4a62e658f Enhance release notes
* add more information about backup/export files
 * make language more consistent in places
2022-07-16 12:32:40 -07:00
Patrick Lodder
fcc864c595
release notes: add section about pruning in Qt 2022-07-16 18:11:02 +02:00
Patrick Lodder
99d2d794fe
release notes: bring back mailing list 2022-07-16 17:53:58 +02:00
Patrick Lodder
581db6e47d
doc: first iteration of release notes 2022-07-13 22:06:28 +02:00
Patrick Lodder
893ae00fab
doc: move 1.14.5 release notes to the archive
and re-link the internal links in the document
2022-07-13 17:14:23 +02:00
Patrick Lodder
90f5b87806
Update and clarify 1.14.5 release notes 2021-11-07 15:38:43 +01:00
Ross Nicoll
6c752caf90
Refresh 1.14.5 release notes 2021-11-02 23:24:54 +00:00
Ross Nicoll
0fb46507b3
1.14.5 release notes 2021-09-25 08:52:47 +01:00
Ross Nicoll
bdff0bf3bb doc: Remove developer personal Twitter accounts 2021-08-20 09:37:56 +01:00
Patrick Lodder
58baaf1075
add AbcSxyZ 2021-08-20 06:12:48 +02:00
Patrick Lodder
fdb344fcdc
fixup GUI improvements 2021-08-20 06:11:42 +02:00
Patrick Lodder
1fe44fa0ee
split network and security enhancements 2021-08-20 06:10:34 +02:00
Patrick Lodder
b8ffab317d
rewrite the fee chapter 2021-08-20 05:30:35 +02:00
Patrick Lodder
7890e26bad
remove winxp note - outdated 2021-08-20 04:26:21 +02:00
Ross Nicoll
5e2b2b2056 Update release notes based on most recent additions. 2021-08-19 00:49:35 +01:00
Ross Nicoll
a312c4ad3e Complete first version of 1.14.4 release notes 2021-08-19 00:49:35 +01:00
Patrick Lodder
1847ca06e4
remove founder twitter from release notes 2021-02-28 17:02:55 +01:00
Patrick Lodder
86c682b375
add last 2 contributors to release notes 2021-02-28 17:02:11 +01:00
Ross Nicoll
bd905d1d08
1.14.3 release documentation (#1733)
* 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)
2021-02-27 22:16:28 +00:00
Ross Nicoll
0fce867c51
Bump version to 1.14.3 (#1745)
* Bump version to 1.14.3
* Update copyright year and release status
2021-02-18 07:59:35 +00:00
Max K
f933c83b75
Merge pull request #1605 from greenbigfrog/patch-1
Get rid of git merge leftover text
2020-07-22 20:07:31 +02:00
Jonathan
8877f8ed91
Get rid of git merge leftover text 2019-08-05 21:51:05 +02:00
Alan Cramer
190d1ab808 Updated Dogecoin references in Docs
Some docs still referencing Bitcoin and Bitcoin Core.  Updated to reflect Dogecoin branding.
2019-07-12 21:31:54 +00:00
Ross Nicoll
3e6fdbc076 Update release notes for 1.14 (#1464)
* 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
2019-03-25 05:36:12 +00:00
Wladimir J. van der Laan
91be5e3c1e
Merge #10516: Backports for 0.14.3
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
2017-07-06 18:57:00 +02:00
Alex Morcos
60b967ec41 Note preexisting bug in display of fee calculation in coin control 2017-06-14 14:34:29 -04:00
Wladimir J. van der Laan
7a643511b4
doc: Fill in details about miniupnp CVE-2017-8798 2017-06-07 13:06:11 +02:00
John Newbery
c25d0a8739 Update release notes to include RPC error code changes.
Github-Pull: #9853
Rebased-From: adaa281da12bcc697779f97973cea6b103eec4ab
2017-06-05 19:02:01 +00:00
Wladimir J. van der Laan
21e1ed4898
doc: Preliminary release notes 0.14.2 2017-06-05 08:44:09 +02:00
Wladimir J. van der Laan
f2a96e7d02
doc: clean out release notes 2017-04-22 16:22:09 +02:00
Luke Dashjr
38ab0a7465 release-notes: Accurately explain getblocktemplate improvements 2017-04-19 16:45:38 +00:00
Wladimir J. van der Laan
33fadc20ba
doc: Update release notes pre-rc2 2017-04-14 12:45:41 +02:00
Suhas Daftuar
b7caa30c48 Mention dbcache memory changes in 0.14.1 release notes 2017-04-12 21:57:46 -04:00
Gregory Maxwell
226a9cb35d Add some more release notes for 0.14.1.
This adds a blurb for the segwit signaling and fixes up the attribution.
2017-04-05 17:25:28 +00:00
Wladimir J. van der Laan
df82ea914f
doc: Remove release note about release notes 2017-04-05 13:01:32 +02:00
Wladimir J. van der Laan
920acbcca8
doc: Update release notes for 0.14.1 2017-04-05 11:52:16 +02:00
MarcoFalke
fa7555b16a doc: Add release notes for RPC createraw break 2017-03-27 23:44:33 +02:00
MarcoFalke
eeeeacd600 0.14: Clear release notes 2017-03-27 11:10:40 +02:00
Wladimir J. van der Laan
58800e3556
doc: pre-rc3 changelog update 2017-02-28 13:43:20 +01:00
Wladimir J. van der Laan
1f83663bc2
Merge #9866: Document increase in memory usage due to mempool/dbcache sharing
50ae5c7 Document increase in memory usage due to mempool/dbcache sharing (Matt Corallo)

Tree-SHA512: e52a310a5ac1f94b30f367a7bf514b2cf0724530102953eef7f7c7e00a067db568b5e1b51129dfdb1a237e016c7a8b01cc6da8c06a24ab5b970c43d045adb204
2017-02-28 11:47:25 +01:00
Wladimir J. van der Laan
5aaac4d09e
Merge #9878: Mention bumpfee in 0.14 release notes.
29bae0c Mention bumpfee in 0.14 release notes. (Russell Yanofsky)

Tree-SHA512: f16cdac3effbc6c4d69da2205931c782c272937c93c97bf22b49193fc905dd55a24d5e42568c7c7d8108b0b23f81f415655f9ebdf1f6ba04ef0ab3b125e8dcce
2017-02-28 11:41:24 +01:00
Russell Yanofsky
29bae0c6c5 Mention bumpfee in 0.14 release notes. 2017-02-27 16:12:22 -05:00
Matt Corallo
50ae5c711a Document increase in memory usage due to mempool/dbcache sharing 2017-02-27 15:29:06 -05:00
MarcoFalke
fa230fde64 doc: Small release notes fixups in the list of pulls 2017-02-24 01:35:58 +01:00
Wladimir J. van der Laan
f00429666c
Merge #9787: release: add a few performance-related notes
95e68df release: add a few performance-related notes (Cory Fields)
2017-02-23 21:47:32 +01:00
Cory Fields
95e68dfe35 release: add a few performance-related notes 2017-02-23 15:45:42 -05:00
Wladimir J. van der Laan
3b2f7fdcae
doc: Add authors and changes since rc1 to release notes 2017-02-23 21:38:29 +01:00