summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-30 11:03:34 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-30 11:05:59 +0200
commit2212a72a59641705a09533e5ad05b447ce4574ac (patch)
tree1cab5d7188dbf637811847e830c34b8f032ab5d9 /NEWS
parent428abfed9b507a6d20e35eafda695f566ed3941a (diff)
downloadobnam-2212a72a59641705a09533e5ad05b447ce4574ac.tar.gz
Fix check for paramiko version for 1.7.8...1.10.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2061b691..f8620c23 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,18 @@ development, called `green-albatross`. It is **NOT** meant for real
use. It is likely to change in incompatible ways without warning. Do
not use it unless you're willing to lose your backup.
+Version 1.19.1, released UNRELEASED
+---------------------------------
+
+Bug fix:
+
+* The check for paramiko version turned out not to work with
+ versions 1.7.8 through 1.10.4, due to the
+ `paramiko.__version_info__` variable being missing. It's there in
+ earlier and later versions. Lars Wirzenius added code to make the
+ check work if the `paramiko.__version__` variable is there. Jan
+ Niggemann provided research and testing.
+
Version 1.19, released 2016-01-15
---------------------------------