summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2008-03-23 23:51:54 -0700
committerRobey Pointer <robey@lag.net>2008-03-23 23:51:54 -0700
commitc52b11ba17793e8924320411dcfa89d58d0c60c7 (patch)
treecde5e69c6296f1c0ea68986e1856f9142879c1fe /NEWS
parentf5f203d5eaffa7496bcf8684050d9e83970a1bb1 (diff)
[project @ robey@lag.net-20080324065154-w8p2lhawmsbynxc0]
bump version to 1.7.3 (clara)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 621e0a88..c0a2f883 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,22 @@ Highlights of what's new in each release:
Releases
========
+v1.7.3 (Clara) 23mar08
+----------------------
+ * SSHClient can be asked not to use an SSH agent now, and not to search
+ for private keys
+ * added WarningPolicy option for SSHClient (warn, but allow, on unknown
+ server keys)
+ * added Channel.exit_status_ready to poll if a channel has received an
+ exit status yet
+ * new demo for reverse port forwarding
+ * (bug 177117) fix UTF-8 passwords
+ * (bug 189466) fix typo in osrandom.py
+ * (bug 191657) potentially fix a race at channel shutdown
+ * (bug 192749) document that SSHClient.connect may raise socket.error
+ * (bug 193779) translate EOFError into AuthException during authentication
+ * (bug 200416) don't create a new logger object for each channel
+
v1.7.2 (Basil) 21jan08
----------------------
* (bug 137219) catch EINTR and handle correctly