summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-03-11 20:29:05 -0800
committerRobey Pointer <robey@lag.net>2006-03-11 20:29:05 -0800
commit4eb0b9ac3e4c9987ac17eba84e79074da7449385 (patch)
treec2788ce603e99b53bfb24f847947772244ef7a80 /README
parent82d8ca6e118d369d4d67d251d3057c20e8cc5af1 (diff)
[project @ robey@lag.net-20060312042905-752c324bdc1ac2cf]
bump version to 1.5.4
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 439571a5..8132c174 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-paramiko 1.5.3
-"squirtle" release, 19 feb 2006
+paramiko 1.5.4
+"tentacool" release, 11 mar 2006
Copyright (c) 2003-2006 Robey Pointer <robey@lag.net>
@@ -141,6 +141,14 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
+v1.5.4 TENTACOOL
+* fixed HostKeys to more correctly emulate a python dict
+* fixed a bug where file read buffering was too aggressive
+* improved prefetching so that out-of-order reads still use the prefetch
+ buffer
+* added experimental SFTPFile.readv() call
+* more unit tests
+
v1.5.3 SQUIRTLE
* a few performance enhancements
* added HostKeys, for dealing with openssh style "known_hosts" files, and