File: Changes

package info (click to toggle)
wmnetmon 0.2p6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 536 kB
  • ctags: 261
  • sloc: ansic: 1,848; sh: 1,769; makefile: 73; perl: 14
file content (63 lines) | stat: -rw-r--r-- 1,778 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Changes since 0.1

Version 0.2p5

* Wow, some buffer overflows.. fixed! (tks to vade79) 

Version 0.2p1

* Small bugfixes
* Now first thing to happen is drop root privileges
* More tips in README

Version 0.2

* Bugfixes
* Added POSIX nonblocking stuff for connect() call
* Added udp port monitoring
* Rewrote aclocal.m4
* Now you can specify the configuration file using -c switch in the command
  line. Also you can turn on debug info with -d. Just type wmnetmon -h for 
  details

  

Version 0.1d

* Fixed many configure script bugs and added support for other platforms.
  Tested platforms include:
        Linux libc6 (glibc2 and glibc2.1)
        Linux libc5
        Solaris 2.5
        OSF 4 (Digital Unix)
  Now configure accepts --with-xpm-includes and --with-xpm-libraries, if you
  don't have them in your X include/libs directories.
  (Looks like AC_PATH_X doesn't work well on all platforms. Ugly. Try with
  --x-includes and --x-libraries and it will work (at least worked for me).)

* Applied some patches from Dobrica Pavlinusic <dpavlin@for.hr>. Thank you
  a lot. Sorry I still don't allow to choose where the led will appear.

* Added tcp port monitoring. More changes in rc file :P
* Now you can have host names longer than 11 chars. They will scroll for you
  to see them (this is very beta yet, but seems to work).

* Fixed some compilation warnings in both Solaris and OSF.


Version 0.1c

* Lots of changes in the rc file - the general format of the file changed.
  Please read the enclosured wmnetmonrc for further details.
* Added simple sound support
* Fixed errors when compiling with libc5

Version 0.1b 

* Added a "configure" script. Fixed some things to allow use of
BSD-style struct ip and struct icmp.


Version 0.1

* First release indeed. ;)