SHA256
1
0
forked from pool/putty
2015-03-02 18:42:34 +00:00
committed by Git OBS Bridge
parent 5c453aebf9
commit 395fb8ba92
8 changed files with 26 additions and 69 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 2 10:19:15 UTC 2015 - jengelh@inai.de
- Update to new upstream release 0.64
* Security fix: PuTTY no longer retains the private half of users'
keys in memory by mistake after authenticating with them.
[bnc#920167] (CVE-2015-2157)
* Support for SSH connection sharing, so that multiple instances of
PuTTY to the same host can share a single SSH connection instead
of all having to log in independently.
* Bug fix: IPv6 literals are handled sensibly throughout the suite,
if you enclose them in square brackets to prevent the colons
being mistaken for a :port suffix.
- Remove 0001-Revert-the-default-for-font-bolding-style.patch
(merged upstream), putty-04-nodate.diff (no longer needed).
-------------------------------------------------------------------
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de