diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/release-notes | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'doc/release-notes')
| -rw-r--r-- | doc/release-notes/RELEASE_NOTES_1.8.2.md | 2 | ||||
| -rw-r--r-- | doc/release-notes/RELEASE_NOTES_1_8.1.md | 4 | ||||
| -rw-r--r-- | doc/release-notes/release-notes-1.14.2.md | 8 | ||||
| -rw-r--r-- | doc/release-notes/release-notes-1.14.3.md | 10 | ||||
| -rw-r--r-- | doc/release-notes/release-notes-1.7.0.md | 10 | ||||
| -rw-r--r-- | doc/release-notes/release-notes-1.8.0.md | 8 |
6 files changed, 21 insertions, 21 deletions
diff --git a/doc/release-notes/RELEASE_NOTES_1.8.2.md b/doc/release-notes/RELEASE_NOTES_1.8.2.md index 7e4f5d090..f9df8736e 100644 --- a/doc/release-notes/RELEASE_NOTES_1.8.2.md +++ b/doc/release-notes/RELEASE_NOTES_1.8.2.md @@ -9,7 +9,7 @@ Dogecoin Core 1.8.2 is a bugfix release. It updates OpenSSL to 1.0.1l, mainly fi ## OpenSSL Warning -The main takeaway is that builds from http://dogecoin.com are not affected. But if you build your own version, +The main takeaway is that builds from http://discoin.com are not affected. But if you build your own version, please make sure you update to 1.8.2 **before** updating your OpenSSL! Please refer to this section in the Bitcoin Core release notes for further info: https://github.com/bitcoin/bitcoin/blob/0.9/doc/release-notes.md#openssl-warning diff --git a/doc/release-notes/RELEASE_NOTES_1_8.1.md b/doc/release-notes/RELEASE_NOTES_1_8.1.md index 9bc0a50b9..67802fd86 100644 --- a/doc/release-notes/RELEASE_NOTES_1_8.1.md +++ b/doc/release-notes/RELEASE_NOTES_1_8.1.md @@ -21,7 +21,7 @@ or similar capturing the key from memory or interfering with its generation. * Disable Transifex based translation process (not used by Dogecoin Core) * Add checkpoints around AuxPoW switchover block (371,337) * Disable connections from pre-1.8 Dogecoin Core clients -* Use HTTPS with dogechain.info +* Use HTTPS with dischain.info * Remove unreachable code introduced with AuxPoW support * "blocknotify" option now supports %i as a format parameter, which is replaced by block height * New option "maxoutconnections" to set the maximum number of outbound peer connections. Defaults to 8, minimum is 2, maximum is whatever "maxconnections" is set to (default 125). @@ -40,7 +40,7 @@ below: ## Known Issues -There is a known issue with quantities in JSON used by the RPC interface (https://github.com/dogecoin/dogecoin/issues/134). +There is a known issue with quantities in JSON used by the RPC interface (https://github.com/discoin/discoin/issues/134). This stems from the use of a floating point precision number to hold fixed precision data. Currently looking at solutions, which primarily either involve JSON which is not compliant to the specification, or making the RPC layer slightly incompatible with the conventional diff --git a/doc/release-notes/release-notes-1.14.2.md b/doc/release-notes/release-notes-1.14.2.md index 1a076ddb9..ac8fab0af 100644 --- a/doc/release-notes/release-notes-1.14.2.md +++ b/doc/release-notes/release-notes-1.14.2.md @@ -1,19 +1,19 @@ Dogecoin Core version 1.14.2 is now available from: - <https://github.com/dogecoin/dogecoin/releases/tag/v1.14.2/> + <https://github.com/discoin/discoin/releases/tag/v1.14.2/> This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations. Please report bugs using the issue tracker at github: - <https://github.com/dogecoin/dogecoin/issues> + <https://github.com/discoin/discoin/issues> To receive security and update notifications, please watch reddit or Twitter: - * https://www.reddit.com/r/dogecoin/ + * https://www.reddit.com/r/discoin/ * @Dogecoin on Twitter for high priority announcements - * @dogecoin\_devs on Twitter for updates on development work + * @discoin\_devs on Twitter for updates on development work The developers also maintain personal Twitter accounts: diff --git a/doc/release-notes/release-notes-1.14.3.md b/doc/release-notes/release-notes-1.14.3.md index b70a3448c..0e9e20cb0 100644 --- a/doc/release-notes/release-notes-1.14.3.md +++ b/doc/release-notes/release-notes-1.14.3.md @@ -1,19 +1,19 @@ Dogecoin Core version 1.14.3 is now available from: - <https://github.com/dogecoin/dogecoin/releases/tag/v1.14.3/> + <https://github.com/discoin/discoin/releases/tag/v1.14.3/> This is a new minor version release, including various bugfixes and performance improvements. It is a recommended update for all users. Please report bugs using the issue tracker at github: - <https://github.com/dogecoin/dogecoin/issues> + <https://github.com/discoin/discoin/issues> To receive security and update notifications, please watch reddit or Twitter: - * https://www.reddit.com/r/dogecoin/ + * https://www.reddit.com/r/discoin/ * @Dogecoin on Twitter for high priority announcements - * @dogecoin\_devs on Twitter for updates on development work + * @discoin\_devs on Twitter for updates on development work The developers also maintain personal Twitter accounts: @@ -77,7 +77,7 @@ Minor changes * Set BIP65 softfork heights in chainparams.cpp. * Update package links for OSX cross compilation. -* Change IPC prefix from `bitcoin:` to `dogecoin:`. +* Change IPC prefix from `bitcoin:` to `discoin:`. * Locale independent sorting. * Corrections to Italian translation. * Refresh main and test network checkpoints and seeds. diff --git a/doc/release-notes/release-notes-1.7.0.md b/doc/release-notes/release-notes-1.7.0.md index 660c83c93..c91e3f57e 100644 --- a/doc/release-notes/release-notes-1.7.0.md +++ b/doc/release-notes/release-notes-1.7.0.md @@ -28,12 +28,12 @@ Following in the footsteps of Bitcoin (Core), the Dogecoin reference client has been rebranded as "Dogecoin Core". This helps separate its identity from Dogecoin (the network). -dogecoin-cli +discoin-cli ------------ -Where previously commands were sent to dogecoind by running -"dogecoind <command>", 1.7 adopts the model from Bitcoin Core 0.9 where there is -a separate "dogecoin-cli" executable which is used instead. This avoids the risk +Where previously commands were sent to discoind by running +"discoind <command>", 1.7 adopts the model from Bitcoin Core 0.9 where there is +a separate "discoin-cli" executable which is used instead. This avoids the risk of accidentally trying to start two daemons at the same time, for example. @@ -54,4 +54,4 @@ clients. Wallets and addresses are incompatible with the normal Dogecoin network, in order to isolate the two. As "TestDoge" is essentially valueless, it can be acquired easily for testing, -either by mining, or from a faucet such as http://testdoge.lionservers.de/ +either by mining, or from a faucet such as http://testdis.lionservers.de/ diff --git a/doc/release-notes/release-notes-1.8.0.md b/doc/release-notes/release-notes-1.8.0.md index c816ffec2..1c34439e1 100644 --- a/doc/release-notes/release-notes-1.8.0.md +++ b/doc/release-notes/release-notes-1.8.0.md @@ -25,7 +25,7 @@ menu. Ensure your existing wallet software is closed before upgrading. Note that a full reindex is required as part of the upgrade to 1.8, and this will typically take around an hour to complete. If you are running the Qt client you will be prompted to reindex when first running the software, while if you -use "dogecoind" you must run it the first time with the "-reindex" command line +use "discoind" you must run it the first time with the "-reindex" command line option. To ensure a smooth switchover to AuxPoW, 1.8 has safe mode disabled 1 hour before @@ -62,7 +62,7 @@ Dogecoin Core 1.8 adds payment protocol support, which is used to streamline pay being made to merchants. This protocol is defined in DIP0070-DIP0072, based on the BIP standards with the same -assigned numbers. DIP standards can be found at https://github.com/dogecoin/dips/ . +assigned numbers. DIP standards can be found at https://github.com/discoin/dips/ . The key differencs between the Bitcoin and Dogecoin payment protocols are that the Dogecoin payment request uses a "genesis" field containing the hash of the network's genesis block to identify networks instead of the "network" field. Further, MIME types @@ -95,5 +95,5 @@ disposed of in all cases. Tweaked trigger conditions for safe mode to take into account the much faster block time of Dogecoin compared to Bitcoin. This should lead to less false positives. -A problem in parsing mangled dogecoin: URIs under Windows has been resolved, and as -part of this work network detection for dogecoin: URIs is now more robust. +A problem in parsing mangled discoin: URIs under Windows has been resolved, and as +part of this work network detection for discoin: URIs is now more robust. |