~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
Next release
2
3
  - Added support for HTTP CONNECT, allowing tcpwatch to work as an
4
    HTTPS proxy.
5
6
  - Write log files in binary mode, which is important for Windows.
7
8
9
Version 1.3
10
11
  - Made compatible with versions of tcl that have threads enabled.
12
13
  - Log file numbers are now sequential.
14
15
  - "user@host" is now accepted as a destination hostname (the user
16
    name is ignored).
17
18
19
Version 1.2.1
20
21
  - A typo made it impossible to use two of the command line options.
22
    Fixed.
23
24
25
Version 1.2
26
27
  - Added the ability to record TCP sessions to a directory.
28
    Use -r <path>.  Implemented by Tres Seaver.
29
30
  - Replaced the launch script with a distutils setup.py, thanks again
31
    to Tres Seaver.
32
33
34
Version 1.1
35
36
  - Almost completely rewritten.  The code is now more reusable and
37
    reliable, but the user interface has not changed much.
38
39
  - 8-bit clean.  (You can now use TCPWatch to verify that SSH really
40
    does encrypt data. ;-) )
41
42
  - It can now run as a simple HTTP proxy server using the "-p"
43
    option.  There are a lot of interesting ways to use this.
44
45
  - It's now easier to watch persistent HTTP connections.  The "-h"
46
    option shows each transaction in a separate entry.
47
48
  - You can turn off the Tkinter GUI using the -s option, which
49
    outputs to stdout.
50
51
  - Colorized Tkinter output.
52
53
54
Version 1.0
55
56
  Never released to the public.
57
58