From 1510f0036d4f2df6af3e7004b0d252ca6a851544 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 3 Oct 2019 15:16:35 +0300 Subject: [PATCH] Corrected go get command examples --- NEWS | 6 ++++-- news.texi | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 452e15a..5b13d25 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -4.1: +4.1.0: * ESPTREE implementation * CurveIdtc26gost34102012256paramSetB, CurveIdtc26gost34102012256paramSetC, CurveIdtc26gost34102012256paramSetD curve aliases * Forbid any later GNU GPL version autousage (project's licence now is GNU GPLv3 only) - * Project now is go-get-able: go get go.cypherpunks.ru/gogost/v4 + * Project now is go get-able and uses go.cypherpunks.ru namespace: + go get go.cypherpunks.ru/gogost + go get go.cypherpunks.ru/gogost/cmd/streebog{256,512} 4.0: * Backward incompatible change: all keys passing to encryption diff --git a/news.texi b/news.texi index 8fde0ef..12acd2e 100644 --- a/news.texi +++ b/news.texi @@ -12,8 +12,10 @@ @code{CurveIdtc26gost34102012256paramSetD} curve aliases @item Forbid any later GNU GPL version autousage (project's licence now is GNU GPLv3 only) - @item Project now is @command{go get}-able: - @command{go get go.cypherpunks.ru/gogost/v4} + @item Project now is @command{go get}-able and uses + @code{go.cypherpunks.ru} namespace: + @command{go get go.cypherpunks.ru/gogost}, + @command{go get go.cypherpunks.ru/gogost/cmd/streebog@{256,512@}}. @end itemize @anchor{Release 4.0} -- 2.44.0