]> Cypherpunks.ru repositories - gogost.git/commitdiff
Corrected go get command examples
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Oct 2019 12:16:35 +0000 (15:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Oct 2019 12:19:49 +0000 (15:19 +0300)
NEWS
news.texi

diff --git a/NEWS b/NEWS
index 452e15acbf1c4bbfc7577b9af01279d6e8b5b272..5b13d25b49710f2545481b240d5012ead0c5030a 100644 (file)
--- 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
index 8fde0ef3d3ac9b75dfa49b4531b60c972cc2e9f8..12acd2e31132e23f97b8ff5e73e13c9e38d67af0 100644 (file)
--- a/news.texi
+++ b/news.texi
         @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}