mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 04:24:19 +00:00
tools: typo in update_changelog.sh.
This commit is contained in:
parent
92d2256dda
commit
63afb25f94
@ -1,7 +1,9 @@
|
|||||||
Updated on Fri Jun 27 17:53:59 EEST 2014.
|
Updated on Fri Jun 27 18:24:12 EEST 2014.
|
||||||
If working with git, use `` for latest change log.
|
If working with git, use `git log --oneline --decorate` for latest change log.
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
5cc43f2 (HEAD, ystarnaud/master, sgminer-dev/master, origin/master, origin/HEAD, master) misc: ChangeLog typo.
|
92d2256 (HEAD, tag: 4.2.2, sgminer-dev/master, origin/master, origin/HEAD, master) Bump version to 4.2.2.
|
||||||
|
ae94126 tools: update_changelog.sh and entire ChangeLog.
|
||||||
|
5cc43f2 (ystarnaud/master) misc: ChangeLog typo.
|
||||||
411a413 Merge branch 'dejavusec-backport'
|
411a413 Merge branch 'dejavusec-backport'
|
||||||
ae7dbca (dejavusec-backport) stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime.
|
ae7dbca (dejavusec-backport) stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime.
|
||||||
cab6e28 stratum: parse_reconnect(): treat pool-sent URL as untrusted.
|
cab6e28 stratum: parse_reconnect(): treat pool-sent URL as untrusted.
|
||||||
|
@ -4,6 +4,6 @@ FILE="$(dirname "$0")/../ChangeLog"
|
|||||||
UPDATECMD="git log --oneline --decorate"
|
UPDATECMD="git log --oneline --decorate"
|
||||||
|
|
||||||
echo "Updated on `date`." > $FILE
|
echo "Updated on `date`." > $FILE
|
||||||
echo "If working with git, use \`$UDATECMD\` for latest change log." >> $FILE
|
echo "If working with git, use \`$UPDATECMD\` for latest change log." >> $FILE
|
||||||
echo "------------------------------------------------------------------------" >> $FILE
|
echo "------------------------------------------------------------------------" >> $FILE
|
||||||
$UPDATECMD >> $FILE
|
$UPDATECMD >> $FILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user