[Zope-CVS] CVS: Packages/tcpwatch - CHANGES.txt:1.6 setup.py:1.5
tcpwatch.py:1.9
Shane Hathaway
shane at zope.com
Wed Jun 16 20:03:47 EDT 2004
Update of /cvs-repository/Packages/tcpwatch
In directory cvs.zope.org:/tmp/cvs-serv448
Modified Files:
CHANGES.txt setup.py tcpwatch.py
Log Message:
Preparation for release
=== Packages/tcpwatch/CHANGES.txt 1.5 => 1.6 ===
--- Packages/tcpwatch/CHANGES.txt:1.5 Tue Apr 6 12:28:44 2004
+++ Packages/tcpwatch/CHANGES.txt Wed Jun 16 20:03:46 2004
@@ -1,11 +1,12 @@
-Next release
+Version 1.3
- Made compatible with versions of tcl that have threads enabled.
- Log file numbers are now sequential.
- - "user at host" is now accepted as a destination hostname.
+ - "user at host" is now accepted as a destination hostname (the user
+ name is ignored).
Version 1.2.1
=== Packages/tcpwatch/setup.py 1.4 => 1.5 ===
--- Packages/tcpwatch/setup.py:1.4 Tue Jun 17 09:52:11 2003
+++ Packages/tcpwatch/setup.py Wed Jun 16 20:03:46 2004
@@ -7,7 +7,7 @@
description="TCP monitoring and logging tool with support for HTTP 1.1",
author="Shane Hathaway",
author_email="shane at zope.com",
- url="http://hathaway.freezope.org/Software/TCPWatch",
+ url="http://hathawaymix.org/Software/TCPWatch",
scripts=('tcpwatch.py',),
)
=== Packages/tcpwatch/tcpwatch.py 1.8 => 1.9 ===
--- Packages/tcpwatch/tcpwatch.py:1.8 Tue Apr 6 12:28:44 2004
+++ Packages/tcpwatch/tcpwatch.py Wed Jun 16 20:03:46 2004
@@ -73,7 +73,7 @@
from __future__ import nested_scopes
-VERSION = '1.2.1+'
+VERSION = '1.3'
COPYRIGHT = (
'TCPWatch %s Copyright 2001 Shane Hathaway, Zope Corporation'
% VERSION)
More information about the Zope-CVS
mailing list