Index: third_party/twisted_8_1/twisted/conch/topfiles/NEWS |
diff --git a/third_party/twisted_8_1/twisted/conch/topfiles/NEWS b/third_party/twisted_8_1/twisted/conch/topfiles/NEWS |
deleted file mode 100644 |
index d184748e813a0a9911c1e194109d3efef80069d3..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/conch/topfiles/NEWS |
+++ /dev/null |
@@ -1,127 +0,0 @@ |
-8.1.0 (2008-05-18) |
-================== |
- |
-Fixes |
------ |
- - A regression was fixed whereby the publicKeys and privateKeys attributes of |
- SSHFactory would not be interpreted as strings (#3141) |
- - The sshsimpleserver.py example had a minor bug fix (#3135) |
- - The deprecated mktap API is no longer used (#3127) |
- - An infelicity was fixed whereby a NameError would be raised in certain |
- circumstances during authentication when a ConchError should have been |
- (#3154) |
- - A workaround was added to conch.insults for a bug in gnome-terminal whereby |
- it would not scroll correctly (#3189) |
- |
- |
-8.0.0 (2008-03-17) |
-================== |
- |
-Features |
--------- |
- - Add DEC private mode manipulation methods to ITerminalTransport. (#2403) |
- |
-Fixes |
------ |
- - Parameterize the scheduler function used by the insults TopWindow widget. |
- This change breaks backwards compatibility in the TopWindow initializer. |
- (#2413) |
- - Notify subsystems, like SFTP, of connection close. (#2421) |
- - Change the process file descriptor "connection lost" code to reverse the |
- setNonBlocking operation done during initialization. (#2371) |
- - Change ConsoleManhole to wait for connectionLost notification before |
- stopping the reactor. (#2123, #2371) |
- - Make SSHUserAuthServer.ssh_USERAUTH_REQUEST return a Deferred. (#2528) |
- - Manhole's initializer calls its parent class's initializer with its |
- namespace argument. (#2587) |
- - Handle ^C during input line continuation in manhole by updating the prompt |
- and line buffer correctly. (#2663) |
- - Make twisted.conch.telnet.Telnet by default reject all attempts to enable |
- options. (#1967) |
- - Reduce the number of calls into application code to deliver application-level |
- data in twisted.conch.telnet.Telnet.dataReceived (#2107) |
- - Fix definition and management of extended attributes in conch file transfer. |
- (#3010) |
- - Fix parsing of OpenSSH-generated RSA keys with differing ASN.1 packing style. |
- (#3008) |
- - Fix handling of missing $HOME in twisted.conch.client.unix. (#3061) |
- |
-Misc |
----- |
- - #2267, #2378, #2604, #2707, #2341, #2685, #2679, #2912, #2977, #2678, #2709 |
- #2063, #2847 |
- |
- |
-0.8.0 (2007-01-06) |
-================== |
- |
-Features |
--------- |
- - Manhole now supports Ctrl-l to emulate the same behavior in the |
- Python interactive interpreter (#1565) |
- - Python 2.5 is now supported (#1867) |
- |
-Misc |
----- |
- - #1673, #1636, #1892, #1943, #2057, #1180, #1185, #2148, #2159, #2291, |
- |
-Deprecations and Removals |
-------------------------- |
- |
- - The old twisted.cred API (Identities, Authorizers, etc) is no |
- longer supported (#1440) |
- |
- |
-0.7.0 (2006-05-21) |
-================== |
- |
-Features |
--------- |
- - Timeout support for ExpectableBuffer.expect() |
- |
-Fixes |
------ |
- - ~5x speedup for bulk data transfer (#1325) |
- - Misc: #1428 |
- |
-0.6.0: |
- |
- Bugfixes and improvements in SSH support and Insults: |
- - PAM authenticator support factored out into twisted.cred |
- - Poorly supported next-line terminal operation replaced with simple \r\n |
- |
- New functionality: |
- - An ITerminalTransport implementation with expect-like features |
- - Support for the "none" SSH cipher |
- - Insults support for handling more keystrokes and more methods for |
- terminal manipulation |
- - New, simple insults-based widget library added |
- |
- Better test coverage: |
- - Dependence on `localhost' name removed |
- - Some timing-sensitive tests changed to be more reliable |
- - Process spawning tests initialize environment more robustly |
- |
-0.5.0: |
- |
- Many improvements to SSH support. Here's some in particular: |
- - Add --reconnect option to conch binary |
- - utmp/wtmp logging |
- - Unix login improvements, PAM support |
- - Add "cftp" -- Conch SFTP. |
- - Deferred retrieval of public keys is supported |
- - PAM support for client and server |
- - Bugfixes: |
- - fix conch failing to exit, and hangs. |
- - Remote->Local forwarding |
- - Channel closing |
- - Invalid known_host writing |
- - Many others |
- |
- New functionality: |
- - twisted.conch.telnet: new, much improved telnet implementation. |
- - twisted.conch.insults: Basic curses-like terminal support (server-side). |
- - twisted.conch.manhole: new interactive python interactive interpreter, |
- can be used with conch's telnet, ssh, or on the console. |
- - Main features: Syntax coloring, line editing, and useful interactive |
- handling of Deferreds. |