source: devel/natmonitor-2.4/CHANGELOG@ 1

Last change on this file since 1 was 1, checked in by george, 18 years ago

Prvotní import všeho

  • Property svn:executable set to *
File size: 6.6 KB
Line 
1Changelog:
2 v 2.4
3 28/04/2004 bugfix: natmonitor should no more hang during initial download of historical data (again, really fixed now)
4 added: install option in makefile
5 added: safer socket read and write
6 changed: really faster code to read/write socket data
7 changed: even better socket error handling
8 v 2.3
9 23/04/2004 bugfix: natmonitor should no more hang during initial download of historical data
10 bugfix: natmonitord should no more crash if there are problems communicating with client (overridden SIGPIPE)
11 changed: better socket error handling
12 v 2.2
13 15/02/2004 bugfix: filter string not correctly allocated in natmonitord(thanks to Marco Tofanari)
14 bugfix: removed spurious character on window title
15 v 2.1
16 09/05/2003
17 changed: exited beta status
18 changed: now natmonitord require libpcap-0.7.2 - too much people have troubles compiling with 0.6.2
19 changed: rewrote code to handle correctly a disconnection/reconnection
20 changed: now handle correctly totalin and out after loading
21 added: a config option to disable samples download from gtk frontend (was a pain on slow connections)
22 02/05/2003
23 changed: added more checks on sockets, so frontend understand when daemon dies
24 changed: now natmonitor gtk download more samples, so it can draw all mean line
25 added: now it show current time (nice when you download samples)
26 changed: mean line is draw in a better way, so only hosts that U/Dload are shown
27 (mean line is not overwritten by a zero up/downloading host)
28 v 2.0b
29 30/04/2003
30 changed: almost anything... so natmonitor2.0 (beta) is born
31 natmonitor is split in a daemon part and some clients
32 natmonitord requires root right, frontends can be launched from any user/network machines
33 natmonitord also collect data (last 12 minutes every second and last 12 hours every minute)
34 and send to client on request, so you can see past history
35 added: console version made (making happy a lot of people)
36 added: natmonitord save his output when quitted or when it receive a SIGHUP
37 moved: natmonitor GTK expect config file in user home dir (every user can have it's own config)
38 bugfix: a lot of early bugs was removed (but other probabily added, so beta status
39 added: now you an resize GTK frontend windows (only from menu)
40 changed: filter was redesigned more sharp and now it analize a whole minute, not only 50 seconds
41 changed: natmonitord uses dynamical data structures to use less memory
42 22/04/2003
43 v 1.1b
44 21/04/2003 buxfix: another little bug regarding total downloaded/uploaded
45 v 1.1
46 21/04/2003 buxfix: There was a int overflow if you set slow updatetime on fast connections
47 v 1.0
48 17/04/2003 added: Tick marks are now configurable
49 added: Tick marks menu
50 changed: value display code rewritten
51 16/04/2003 added: Now titlebar displays the time value if you click on graph window
52 changed: Now all samples are bufferized, not only last 50
53 added: you can switch from router displaying total traffic or its traffic only
54 15/04/2003 bugfix: resolved glib poll problem, no more annoying messages
55 bugfix: resolved "Fatal IO error 11 (Resource temporarily unavailable) on X server"
56 v 0.9
57 14/04/2003 changed: now istantaneaous value is really instantaneaous,no more mean on 4 samples
58 bugfix: now hosts can reappear after they've timeout
59 changed: inverted colors - now mean line is bright
60 added: you can now change update speed from settings menu
61 13/04/2003 changed: window refresh handled correctly
62 added: a popup menu to change some prefs
63 12/04/2003 bugfix: NOSUBTOTALS was not working properly - fixed now
64 bugfix: NODNS was not working properly - fixed now
65 11/04/2003 changed: -Wall in Makefile, all code oddity resolved (mainly unused vars, function without prototypes, printf datatype mismatch */
66 v 0.8
67 10/04/2003 changed: packet capturing code rewritten - really faster now! (and subnet handly is taken from ethernet settings)
68 added: now NATMonitor has it's own configuration file... modify it to suits your needs
69 09/04/2003 added: now natmonitor when your internet connection is down :D draw a nice red background
70 bugfix: when your internet connection was down, natmonitow shown wrong data
71 bugfix: No more "I/O Possible" error (I hope)
72 added: a little tick mark is drawn every minute
73 added: 3D look - unnoticeable!!
74 changed: now settings are read from a file
75 v 0.7
76 08/04/2003 changed: now natmonitor no more assume eth0 received packet are all sent
77 03/04/2003 bugfix: found a misbehaviour when traffic control is enabled
78 01/04/2003 added: now natmonitor get ppp0 traffic from proc filesystem
79 v 0.6
80 23/03/2003 changed: now mean line is drawn shifted so it superimposes correctly the graph
81 v 0.5
82 23/03/2003 changed: alghoritm for tracing mean now is a true digital lowpass filter instead of running mean
83 22/03/2003 changed: switched to GTK 2
84 bugfix: some minor bugs corrections
85 v 0.4
86 21/03/2003 added: timeout for hosts - now hosts auto-discovery is complete
87 v 0.3
88 21/03/2003 changed: code rewrite
89 bugfix: some minor bugs removed
90 v 0.2
91 20/03/2003 added: host auto discovery
92 v 0.1
93 01/03/2003 Project started
94 02/03/2003 added: scrolling of graph
95 03/03/2003 changed: use pixmap instead of image (100x speed gain)
96 added: legend, summary statistic
97 04/03/2003 added: host name lookup
98 19/03/2003 added: submitted project to SourceForge
99
100
101
Note: See TracBrowser for help on using the repository browser.