]> Cypherpunks.ru repositories - pygost.git/commitdiff
Preparing for next release
authorSergey Matveev <stargrave@stargrave.org>
Sun, 24 Dec 2017 10:32:49 +0000 (13:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 9 Dec 2018 10:00:17 +0000 (13:00 +0300)
INSTALL
NEWS
THANKS
VERSION
www.texi

diff --git a/INSTALL b/INSTALL
index bc71b5debf8ce05636403f78f3466b0f9e22d98f..c65caaa157269a75027705a30241a8ada9569f51 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,16 +3,16 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature from official
 website:
 
 Preferable way is to download tarball with the signature from official
 website:
 
-    % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz
-    % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig
-    % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz
-    % xz -d < pygost-2.3.tar.xz | tar xf -
-    % cd pygost-2.3
+    % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz
+    % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig
+    % gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz
+    % xz -d < pygost-3.7.tar.xz | tar xf -
+    % cd pygost-3.7
     % python setup.py install
 
 But also you can use PIP (NO authentication is performed!):
 
     % python setup.py install
 
 But also you can use PIP (NO authentication is performed!):
 
-    % pip install pygost==2.3
+    % pip install pygost==3.7
 
 You have to verify downloaded tarballs integrity and authenticity to be
 sure that you retrieved trusted and untampered software. GNU Privacy
 
 You have to verify downloaded tarballs integrity and authenticity to be
 sure that you retrieved trusted and untampered software. GNU Privacy
diff --git a/NEWS b/NEWS
index 0c55a42cbfa8942fb7a4847189dbcb3c3378d777..203723ff26551e92eb628e1f0b9ed044eaf43c47 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+3.7:
+    Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks.
+
 3.6:
     Fixed source files installation during setup.py install invocation.
 
 3.6:
     Fixed source files installation during setup.py install invocation.
 
diff --git a/THANKS b/THANKS
index a3ecbc86c5cae4e0909999aa33abc35fa72055b8..b9c1adb8920a654f996cf7b08ab6fda5ed47f924 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -3,3 +3,5 @@ There are people deserving to be thanked for helping this project:
 * Dmitry Eremin-Solenikov <dbaryshkov at gmail dot com> for his
   suggestions of TK26 standards usage as a base point for serialized
   structures representation
 * Dmitry Eremin-Solenikov <dbaryshkov at gmail dot com> for his
   suggestions of TK26 standards usage as a base point for serialized
   structures representation
+* Alexander Lodin <lodin.alex@gmail.com> for finding bug in 34.13-2015
+  OFB mode with IVs longer than 2 blocks
diff --git a/VERSION b/VERSION
index d70c8f8d89f2a10a58af47d5da32162321804e6a..475ba515c04b5b7cf67a1517430691febc39a32e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6
+3.7
index c57317bcc0509ac22fa33671be5a0add269a9bcd..fac4903604f8b8dd4468fe1668868e4ba740178f 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -92,6 +92,9 @@ mailing list. Announcements also go to this mailing list.
 @unnumbered News
 
 @table @strong
 @unnumbered News
 
 @table @strong
+@item 3.7
+Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks.
+
 @item 3.6
 Fixed source files installation during @command{setup.py install} invocation.
 
 @item 3.6
 Fixed source files installation during @command{setup.py install} invocation.
 
@@ -193,11 +196,11 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature:
 
 @verbatim
 Preferable way is to download tarball with the signature:
 
 @verbatim
-% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz
-% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig
-% gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz
-% xz -d < pygost-2.3.tar.xz | tar xf -
-% cd pygost-2.3
+% wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz
+% wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig
+% gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz
+% xz -d < pygost-3.7.tar.xz | tar xf -
+% cd pygost-3.7
 % python setup.py install
 @end verbatim
 
 % python setup.py install
 @end verbatim
 
@@ -254,7 +257,7 @@ Preferable way is to download tarball with the signature:
 But also you can use PIP (@strong{no} authentication is performed!):
 
 @verbatim
 But also you can use PIP (@strong{no} authentication is performed!):
 
 @verbatim
-% pip install pygost==2.3
+% pip install pygost==3.7
 @end verbatim
 
 You @strong{have to} verify downloaded tarballs integrity and
 @end verbatim
 
 You @strong{have to} verify downloaded tarballs integrity and