diff --git a/doc/release-notes/release-notes-0.11.0.md b/doc/release-notes/release-notes-0.11.0.md index 0cad3ace3..1bcdda858 100644 --- a/doc/release-notes/release-notes-0.11.0.md +++ b/doc/release-notes/release-notes-0.11.0.md @@ -28,7 +28,7 @@ Darkcoin Core: - Add `-regtest` mode, similar to testnet but private with instant block generation with `setgenerate` RPC. - Add separate darkcoin-cli client -- Implemented KeyPass integration for CLI, RPC and Qt: +- Implemented KeyPass integration for CLI, RPC and Qt: `keepass`, `keepassport`, `keepasskey`, `keepassid`, `keepassname` @@ -288,4 +288,4 @@ Miscellaneous: - Avoid exception at startup when system locale not recognized - devtools: add a script to fetch and postprocess translations - Refactor -alertnotify code -- doc: Add instructions for consistent Mac OS X build names +- doc: Add instructions for consistent Mac OS X build names \ No newline at end of file diff --git a/doc/release-notes/release-notes-0.11.1.md b/doc/release-notes/release-notes-0.11.1.md new file mode 100644 index 000000000..69a281dde --- /dev/null +++ b/doc/release-notes/release-notes-0.11.1.md @@ -0,0 +1,37 @@ +0.11.1 Release notes +==================== + +Darkcoin Core 0.11.1 supports a full implementation of InstantX, Darksend improvements +and a new version of enforcement compatible with the newer Bitcoin architechure. + +- Fully implemented IX +- Added support for DSTX messages, as a result DS should be much faster +- Clear vValue in SelectCoinsMinConf - should fix an issue with conflicted txes +- "Debug window" -> "Tools window" renaming +- "Last Darksend message" text added in overview page +- Many new languages are supported, such as German, Vietnamese, Spanish +- Fixed required maturity of coins before sending +- New masternode payments enforcement implementation +- Added support to ignore IX confirmations when needed +- Added --instantxdepth, which will show X confirmations when a transaction lock is present +- fix coin control crash https://github.com/bitcoin/bitcoin/pull/5700 +- always get only confirmed coins by AvailableCoins for every DS relative action + + +Thanks to who contributed to this release, at least: + +- Vertoe +- Udjin +- Holger Schinzel +- Mario Müller +- Crowning +- Alexandre Devilliers +- Stuart Buck +- Tiago Serôdio +- Slawek +- Moli +- Lukas Jackson +- Snogcel +- Jimbit +- Coingun +- Sub-Ether \ No newline at end of file