From 0b85c05c35b15ec8b20863aeb1ba404e3a6ca892 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 20 Jun 2014 17:05:35 +0300 Subject: [PATCH] misc: update AUTHORS and NEWS with changes from branch config-parser (and a few others). --- AUTHORS.md | 19 ++++++++++++++----- NEWS.md | 18 +++++++++++++----- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 20d634e5..41e3ba98 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,12 +2,19 @@ ## Core -* Multiple algorithms and switching: Jan Berdajs 15bULC8snaKAMeFb3xBmmhbWj1xyTmBUfm -* Historical scrypt-only refactor: Noel Maersk 12jF1VExtmmMu8D36vo4Y4CYqLK5yCtLC4 -* Core: Martin Danielsen 1DNBcSEENBwDKrcTyTW61ezWhzsPy5imkn +* Jan Berdajs 15bULC8snaKAMeFb3xBmmhbWj1xyTmBUfm +* Noel Maersk 12jF1VExtmmMu8D36vo4Y4CYqLK5yCtLC4 +* troky Letoqz4yEnJxjWw9B7Ysn8h9VDQTMDnT29 +* ystarnaud <**FIXME**> +* lasybear <**FIXME**> +* Luke Dashjr 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh +* Andrew Smith 1Jjk2LmktEQKnv8r2cZ9MvLiZwZ9gxabKm + + +## Core (history) + * Core: Con Kolivas 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ -* Core: Luke Dashjr 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh -* API: Andrew Smith 1Jjk2LmktEQKnv8r2cZ9MvLiZwZ9gxabKm +* Martin Danielsen 1DNBcSEENBwDKrcTyTW61ezWhzsPy5imkn ## Cross-platform support @@ -21,6 +28,8 @@ ## OpenCL kernels +**FIXME**: this section is outdated. + All current kernels are based on `scrypt`, originally by Colin Percival, updated by many others. diff --git a/NEWS.md b/NEWS.md index 73c66f92..b935396a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,11 +4,19 @@ * Added support for animecoin, darkcoin, fuguecoin, groestlcoin, inkcoin, marucoin, myriadcoin-groestl, quarkcoin, qubitcoin, sifcoin, twecoin, - darkcoin-mod ("X11-mod"), marucoin-mod ("X13-mod"), maxcoin (by mrbrdo). -* intensity, xintensity, rawintensity, gpu-memclock, gpu-engine, - thread-concurrency, gpu-threads now also have a `pool-*` version to - configure them for each pool separately (by mrbrdo). -* Extranonce support for stratum (by bitbandi). + darkcoin-mod ("X11-mod"), marucoin-mod ("X13-mod"), maxcoin (by + _mrbrdo_). +* `intensity`, `xintensity`, `rawintensity`, `gpu-memclock`, + `gpu-engine`, `thread-concurrency`, `gpu-threads` now also have a + `pool-*` version to configure them for each pool separately + (by _mrbrdo_). +* Initial configuration system revamping (by _ystarnaud_). +* Algorithm profile configuration (by _ystarnaud_). +* Complete configuration documentation, see `doc/configuration.md` (by + _ystarnaud_). +* API documentation update, see `doc/API.md` (by _ystarnaud_). +* Extranonce support for stratum (by _bitbandi_). + ## Version 4.2.1 - 22nd May 2014