aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-02-25 12:20:35 +0000
committerPhil Blundell <philb@gnu.org>1999-02-25 12:20:35 +0000
commit19a5ae6f46a069d029aa472f12c4abb44e60edea (patch)
tree3a4c5761c7859b74579dcc9a58f3f950369baeaf /README
parentInclude `po' in `make clean'. (diff)
downloadnet-tools-19a5ae6f46a069d029aa472f12c4abb44e60edea.tar.gz
net-tools-19a5ae6f46a069d029aa472f12c4abb44e60edea.tar.bz2
net-tools-19a5ae6f46a069d029aa472f12c4abb44e60edea.zip
Add support for `-V' to slattach and plipconfig
Add support for netstat --groups, from Tuan Hoang. Add support for netstat --programs, from Jan Kratochvil Don't delete .pot files when making clean in po/ Bump VERSION to 1.51
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index b4bf107..f82c94d 100644
--- a/README
+++ b/README
@@ -28,7 +28,15 @@ Contents:
Notes
-----
-This is net-tools 1.50. Notable changes since 1.49 include:
+This is net-tools 1.51. Notable changes since 1.50 include:
+
+ - a compilation problem with 2.0 kernels has been fixed
+ - Tuan Hoang added support to netstat for printing multicast group
+ information (option --groups)
+ - Jan Kratochvil added support to netstat for displaying details of
+ the process owning a socket (option --programs)
+
+Notable changes since 1.49 include:
- netstat supports a new option `--listening' to show only listening
sockets.