~vcs-imports/paramiko/trunk

« back to all changes in this revision

Viewing changes to sites/www/changelog.rst

  • Committer: Jeff Forcier
  • Date: 2014-04-14 22:54:32 UTC
  • mfrom: (727.1.16)
  • Revision ID: git-v1:e05276b6ab28cb4624d07e2ec8f4f698edb4b27e
Merge branch '1.13'

Conflicts:
        sites/www/changelog.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Changelog
3
3
=========
4
4
 
 
5
* :bug:`308` Fix regression in dsskey.py that caused sporadic signature 
 
6
  verification failures. Thanks to Chris Rose.
5
7
* :support:`299` Use deterministic signatures for ECDSA keys for improved
6
8
  security. Thanks to Alex Gaynor.
7
9
* :support:`297` Replace PyCrypto's ``Random`` with `os.urandom` for improved