[Zope-CVS] CVS: Packages/tcpwatch - CHANGES.txt:1.2
Shane Hathaway
shane@zope.com
Mon, 16 Jun 2003 15:15:13 -0400
Update of /cvs-repository/Packages/tcpwatch
In directory cvs.zope.org:/tmp/cvs-serv3005
Modified Files:
CHANGES.txt
Log Message:
filled in missing changelog details
=== Packages/tcpwatch/CHANGES.txt 1.1 => 1.2 ===
--- Packages/tcpwatch/CHANGES.txt:1.1 Mon Jun 16 15:06:44 2003
+++ Packages/tcpwatch/CHANGES.txt Mon Jun 16 15:15:13 2003
@@ -7,3 +7,28 @@
- Replaced the launch script with a distutils setup.py, thanks again
to Tres Seaver.
+
+Version 1.1
+
+ - Almost completely rewritten. The code is now more reusable and
+ reliable, but the user interface has not changed much.
+
+ - 8-bit clean. (You can now use TCPWatch to verify that SSH really
+ does encrypt data. ;-) )
+
+ - It can now run as a simple HTTP proxy server using the "-p"
+ option. There are a lot of interesting ways to use this.
+
+ - It's now easier to watch persistent HTTP connections. The "-h"
+ option shows each transaction in a separate entry.
+
+ - You can turn off the Tkinter GUI using the -s option, which
+ outputs to stdout.
+
+ - Colorized Tkinter output.
+
+
+Version 1.0
+
+ Never released to the public.
+