~landscape/zope3/newer-from-ztk

« back to all changes in this revision

Viewing changes to src/twisted/conch/topfiles/NEWS

  • Committer: Thomas Hervé
  • Date: 2009-07-08 13:52:04 UTC
  • Revision ID: thomas@canonical.com-20090708135204-df5eesrthifpylf8
Remove twisted copy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.7.0 (2006-05-21)
2
 
==================
3
 
 
4
 
Features
5
 
--------
6
 
  - Timeout support for ExpectableBuffer.expect()
7
 
 
8
 
Fixes
9
 
-----
10
 
  - ~5x speedup for bulk data transfer (#1325)
11
 
  - Misc: #1428
12
 
 
13
 
0.6.0:
14
 
 
15
 
 Bugfixes and improvements in SSH support and Insults:
16
 
  - PAM authenticator support factored out into twisted.cred
17
 
  - Poorly supported next-line terminal operation replaced with simple \r\n
18
 
 
19
 
 New functionality:
20
 
  - An ITerminalTransport implementation with expect-like features
21
 
  - Support for the "none" SSH cipher
22
 
  - Insults support for handling more keystrokes and more methods for
23
 
    terminal manipulation
24
 
  - New, simple insults-based widget library added
25
 
 
26
 
 Better test coverage:
27
 
  - Dependence on `localhost' name removed
28
 
  - Some timing-sensitive tests changed to be more reliable
29
 
  - Process spawning tests initialize environment more robustly
30
 
 
31
 
0.5.0:
32
 
 
33
 
 Many improvements to SSH support. Here's some in particular:
34
 
  - Add --reconnect option to conch binary
35
 
  - utmp/wtmp logging
36
 
  - Unix login improvements, PAM support
37
 
  - Add "cftp" -- Conch SFTP.
38
 
  - Deferred retrieval of public keys is supported
39
 
  - PAM support for client and server
40
 
  - Bugfixes: 
41
 
        - fix conch failing to exit, and hangs.
42
 
        - Remote->Local forwarding
43
 
        - Channel closing
44
 
        - Invalid known_host writing
45
 
        - Many others
46
 
 
47
 
 New functionality:
48
 
  - twisted.conch.telnet: new, much improved telnet implementation.
49
 
  - twisted.conch.insults: Basic curses-like terminal support (server-side).
50
 
  - twisted.conch.manhole: new interactive python interactive interpreter,
51
 
    can be used with conch's telnet, ssh, or on the console.
52
 
        - Main features: Syntax coloring, line editing, and useful interactive
53
 
       handling of Deferreds.