Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
paramiko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
paramiko
Commits
2917833514b3
Commit
2917833514b3
authored
12 years ago
by
Jeff Forcier
Browse files
Options
Downloads
Plain Diff
Merge branch '1.10'
Conflicts: NEWS setup.py
parents
08a1997b5668
eeb7f081ca01
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+6
-6
6 additions, 6 deletions
NEWS
paramiko/__init__.py
+1
-1
1 addition, 1 deletion
paramiko/__init__.py
setup.py
+4
-0
4 additions, 0 deletions
setup.py
with
11 additions
and
7 deletions
NEWS
+
6
−
6
View file @
29178335
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
paramiko/__init__.py
+
1
−
1
View file @
29178335
...
@@ -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)
"
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
0
View file @
29178335
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment