Skip to content
Snippets Groups Projects
Commit 2917833514b3 authored by Jeff Forcier's avatar Jeff Forcier
Browse files

Merge branch '1.10'

Conflicts:
	NEWS
	setup.py
Branches
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
Releases Releases
======== ========
v1.11.0 (DD MM YYYY) v1.11.0 (26th Jul 2013)
-------------------- -----------------------
* #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now * #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now
creates the shared memory map with explicit Security Attributes of the user, creates the shared memory map with explicit Security Attributes of the user,
...@@ -29,6 +29,6 @@ ...@@ -29,6 +29,6 @@
against duplicate entries during subsequent `known_hosts` loads.) Thanks to against duplicate entries during subsequent `known_hosts` loads.) Thanks to
`@sunweaver` for the contribution. `@sunweaver` for the contribution.
v1.10.2 (DD MM 2013) v1.10.2 (26th Jul 2013)
-------------------- -----------------------
...@@ -34,6 +34,6 @@ ...@@ -34,6 +34,6 @@
* #153, #67: Warn on parse failure when reading known_hosts * #153, #67: Warn on parse failure when reading known_hosts file. Thanks to
file. Thanks to `@glasserc` for patch. `@glasserc` for patch.
* #146: Indentation fixes for readability. Thanks to Abhinav Upadhyay for catch * #146: Indentation fixes for readability. Thanks to Abhinav Upadhyay for catch
& patch. & patch.
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
__author__ = "Jeff Forcier <jeff@bitprophet.org>" __author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.10.1" __version__ = "1.10.2"
__license__ = "GNU Lesser General Public License (LGPL)" __license__ = "GNU Lesser General Public License (LGPL)"
......
...@@ -52,4 +52,5 @@ ...@@ -52,4 +52,5 @@
setup(name = "paramiko", setup(name = "paramiko",
<<<<<<< HEAD
version = "1.11.0", version = "1.11.0",
...@@ -55,4 +56,7 @@ ...@@ -55,4 +56,7 @@
version = "1.11.0", version = "1.11.0",
=======
version = "1.10.2",
>>>>>>> 1.10
description = "SSH2 protocol library", description = "SSH2 protocol library",
author = "Jeff Forcier", author = "Jeff Forcier",
author_email = "jeff@bitprophet.org", author_email = "jeff@bitprophet.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment