aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes/release-notes-1.14.2.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes/release-notes-1.14.2.md')
-rw-r--r--doc/release-notes/release-notes-1.14.2.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/release-notes/release-notes-1.14.2.md b/doc/release-notes/release-notes-1.14.2.md
index ac8fab0af..ad6360f6b 100644
--- a/doc/release-notes/release-notes-1.14.2.md
+++ b/doc/release-notes/release-notes-1.14.2.md
@@ -1,4 +1,4 @@
-Dogecoin Core version 1.14.2 is now available from:
+Discoin Core version 1.14.2 is now available from:
<https://github.com/discoin/discoin/releases/tag/v1.14.2/>
@@ -12,7 +12,7 @@ Please report bugs using the issue tracker at github:
To receive security and update notifications, please watch reddit or Twitter:
* https://www.reddit.com/r/discoin/
- * @Dogecoin on Twitter for high priority announcements
+ * @Discoin on Twitter for high priority announcements
* @discoin\_devs on Twitter for updates on development work
The developers also maintain personal Twitter accounts:
@@ -21,7 +21,7 @@ The developers also maintain personal Twitter accounts:
* @JRossNicoll
Lastly the founders are on Twitter, although as of the time of writing not involved in
-maintaining Dogecoin:
+maintaining Discoin:
* @ummjackson
* @BillyM2k
@@ -29,14 +29,14 @@ maintaining Dogecoin:
Compatibility
==============
-Dogecoin Core is extensively tested on Ubuntu Server LTS, Mac OS X and Windows 10.
+Discoin Core is extensively tested on Ubuntu Server LTS, Mac OS X and Windows 10.
Microsoft ended support for Windows XP on [April 8th, 2014](https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support),
No attempt is made to prevent installing or running the software on Windows XP, you
can still do so at your own risk but be aware that there are known instabilities and issues.
Please do not report issues about Windows XP to the issue tracker.
-Dogecoin Core should also work on most other Unix-like systems but is not
+Discoin Core should also work on most other Unix-like systems but is not
frequently tested on them.
Notable changes
@@ -124,7 +124,7 @@ improved, leading to much shorter sync and initial block download times.
Manual Pruning
--------------
-Dogecoin Core introduces pruning the blockchain in 1.14. Pruning
+Discoin Core introduces pruning the blockchain in 1.14. Pruning
the blockchain allows for significant storage space savings as the vast majority of
the downloaded data can be discarded after processing so very little of it remains
on the disk.
@@ -198,7 +198,7 @@ the same thing as the GUI icon. The command takes one boolean parameter,
Out-of-sync Modal Info Layer
----------------------------
-When Dogecoin Core is out-of-sync on startup, a semi-transparent information
+When Discoin Core is out-of-sync on startup, a semi-transparent information
layer will be shown over top of the normal display. This layer contains
details about the current sync progress and estimates the amount of time
remaining to finish syncing. This layer can also be hidden and subsequently
@@ -250,7 +250,7 @@ possible.
Known Bugs
==========
-Since 1.14.0 the approximate transaction fee shown in Dogecoin-Qt when using coin
+Since 1.14.0 the approximate transaction fee shown in Discoin-Qt when using coin
control and smart fee estimation does not reflect any change in target from the
smart fee slider. It will only present an approximate fee calculated using the
default target. The fee calculated using the correct target is still applied to
@@ -331,7 +331,7 @@ Low-level RPC changes
the mempool or if `txindex` is enabled.
- A new RPC command `getmemoryinfo` has been added which will return information
- about the memory usage of Dogecoin Core. This was added in conjunction with
+ about the memory usage of Discoin Core. This was added in conjunction with
optimizations to memory management. See [Pull #8753](https://github.com/bitcoin/bitcoin/pull/8753)
for more information.