<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,6 +30,7 @@
 # clara (23mar08) - 1.7.3
 # desmond (06jul08) - 1.7.4
 # ernest (19jul09) - 1.7.5
+# fanny (1nov09) - 1.7.6
 
 
 ifeq ($(wildcard /sbin/md5),/sbin/md5)</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,12 @@ Highlights of what's new in each release:
 Releases
 ========
 
+v1.7.6 (Fanny) 1nov09
+---------------------
+  * fixed bugs 411099 (sftp chdir isn't unicode-safe), 363163 &amp; 411910 (more
+    IPv6 problems on windows), 413850 (race when server closes the channel),
+    426925 (support port numbers in host keys)
+
 v1.7.5 (Ernest) 19jul09
 -----------------------
   * added support for ARC4 cipher and CTR block chaining (Denis Bernard)</diff>
      <filename>NEWS</filename>
    </modified>
    <modified>
      <diff>@@ -9,10 +9,10 @@ paramiko
 :Homepage: http://www.lag.net/paramiko/
 
 
-paramiko 1.7.5
+paramiko 1.7.6
 ==============
 
-&quot;Ernest&quot; release, 19 july 2009
+&quot;Fanny&quot; release, 1 november 2009
 
 
 What</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -9,10 +9,10 @@ paramiko
 :Homepage: http://www.lag.net/paramiko/
 
 
-paramiko 1.7.5
+paramiko 1.7.6
 ==============
 
-&quot;Ernest&quot; release, 19 july 2009
+&quot;Fanny&quot; release, 1 november 2009
 
 
 What</diff>
      <filename>README.rst</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2008  Robey Pointer &lt;robeypointer@gmail.com&gt;
+# Copyright (C) 2003-2009  Robey Pointer &lt;robeypointer@gmail.com&gt;
 #
 # This file is part of paramiko.
 #
@@ -47,7 +47,7 @@ released under the GNU Lesser General Public License (LGPL).
 
 Website: U{http://www.lag.net/paramiko/}
 
-@version: 1.7.5 (Ernest)
+@version: 1.7.6 (Fanny)
 @author: Robey Pointer
 @contact: robeypointer@gmail.com
 @license: GNU Lesser General Public License (LGPL)
@@ -60,9 +60,9 @@ if sys.version_info &lt; (2, 2):
 
 
 __author__ = &quot;Robey Pointer &lt;robeypointer@gmail.com&gt;&quot;
-__date__ = &quot;19 Jul 2009&quot;
-__version__ = &quot;1.7.5 (Ernest)&quot;
-__version_info__ = (1, 7, 5)
+__date__ = &quot;1 Nov 2009&quot;
+__version__ = &quot;1.7.6 (Fanny)&quot;
+__version_info__ = (1, 7, 6)
 __license__ = &quot;GNU Lesser General Public License (LGPL)&quot;
 
 </diff>
      <filename>paramiko/__init__.py</filename>
    </modified>
    <modified>
      <diff>@@ -198,7 +198,7 @@ class Transport (threading.Thread):
     &quot;&quot;&quot;
 
     _PROTO_ID = '2.0'
-    _CLIENT_ID = 'paramiko_1.7.5'
+    _CLIENT_ID = 'paramiko_1.7.6'
 
     _preferred_ciphers = ( 'aes128-ctr', 'aes256-ctr', 'aes128-cbc', 'blowfish-cbc', 'aes256-cbc', '3des-cbc',
         'arcfour128', 'arcfour256' )</diff>
      <filename>paramiko/transport.py</filename>
    </modified>
    <modified>
      <diff>@@ -41,20 +41,20 @@ try:
 except ImportError:
     from distutils.core import setup
     kw = {}
-    
+
 if sys.platform == 'darwin':
 	import setup_helper
 	setup_helper.install_custom_make_tarball()
 
 
 setup(name = &quot;paramiko&quot;,
-      version = &quot;1.7.5&quot;,
+      version = &quot;1.7.6&quot;,
       description = &quot;SSH2 protocol library&quot;,
       author = &quot;Robey Pointer&quot;,
       author_email = &quot;robeypointer@gmail.com&quot;,
       url = &quot;http://www.lag.net/paramiko/&quot;,
       packages = [ 'paramiko' ],
-      download_url = 'http://www.lag.net/paramiko/download/paramiko-1.7.5.zip',
+      download_url = 'http://www.lag.net/paramiko/download/paramiko-1.7.6.zip',
       license = 'LGPL',
       platforms = 'Posix; MacOS X; Windows',
       classifiers = [ 'Development Status :: 5 - Production/Stable',</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e0a9f91c149a10758694adfe574417566c650d0d</id>
    </parent>
  </parents>
  <author>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </author>
  <url>http://github.com/robey/paramiko/commit/cb913d5d32b36f73a3ab202ea8a33f3e7e2d6a59</url>
  <id>cb913d5d32b36f73a3ab202ea8a33f3e7e2d6a59</id>
  <committed-date>2009-11-01T22:01:04-08:00</committed-date>
  <authored-date>2009-11-01T22:01:04-08:00</authored-date>
  <message>bump to 1.7.6.</message>
  <tree>8d2b4895a6c2a22d8f093592b9e1be815429cf88</tree>
  <committer>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </committer>
</commit>
