]> Cypherpunks.ru repositories - pygost.git/commitdiff
Prepare for release
authorSergey Matveev <stargrave@stargrave.org>
Thu, 14 May 2020 10:02:18 +0000 (13:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 14 May 2020 10:02:18 +0000 (13:02 +0300)
VERSION
install.texi
news.texi
pygost/__init__.py

diff --git a/VERSION b/VERSION
index 515be8f918de9d7addeeccda132a1db7b29afc14..4caecc733e6bc437e8afacd9a27cd84edd18a5bc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.4
+4.5
index b185292de057040c935ea6cf7ceccde4e04ab6a9..6567e66eee4dace47023ef45f6622831953eb1ef 100644 (file)
@@ -1,7 +1,7 @@
 @node Download
 @unnumbered Download
 
-@set VERSION 4.4
+@set VERSION 4.5
 
 No additional dependencies except Python 2.7/3.x interpreter are required.
 
index 9d173f994b1bf657bfea9931f222d3cf383bd003..e8c8c5845ded4b0df2af04c3713a1668692a0c96 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,13 @@
 
 @table @strong
 
+@anchor{Release 4.5}
+@item 4.5
+    @itemize
+    @item Fixed digest endianness and more RFC4491bis conformance in
+        @command{asn1schemas/cert-selfsigned-example.py} certificate's
+    @end itemize
+
 @anchor{Release 4.4}
 @item 4.4
     @itemize
index 17c35b67ddacb107b62450bd6e3b031f28c7f496..8c64e1e57437483413914f49bceb0ea5b097f3a8 100644 (file)
@@ -3,4 +3,4 @@
 PyGOST is free software: see the file COPYING for copying conditions.
 """
 
-__version__ = "4.4"
+__version__ = "4.5"