File: Changelog

package info (click to toggle)
cheops 0.61-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,264 kB
  • ctags: 1,312
  • sloc: ansic: 12,730; sh: 155; makefile: 152
file content (82 lines) | stat: -rw-r--r-- 3,087 bytes parent folder | download | duplicates (4)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
version 0.61
	* Merge RedHat Fixes 0.61
	* Add auto-refresh option
	* Change "Page" to "Viewspace"
	* Allow verbose display mode
	* Update e-mail address of Paul in one place
	* Add version to title
	* Add a version number
version 0.59a
	* Move generic_setcursor to layout.c to fix non-snmp builds
version 0.59
	* Events can be sent via e-mail
	* Goto page with most recent failure (optional)
	* Status window with file descriptor info
	* Remember last geometry (width & height only)
	* Add DNS monitor
	* Add ping monitor
	* Show monitoring state without gnome support
	* Pretty up some buttons by appending/prepending spaces
	* Update license information, and copyrights
	* Save events to a file (configurable) too.
	* Event logger window
	* FTP, SMTP, and HTTP monitors
	* Save monitoring status
	* Monitoring support (via plugins)
version 0.58:
	* Add GNOME Canvas support (whew!!!)
	* Add plugin interface using gmodule or libdl
	* Move stuff to ~/.cheops/* and move old files on first run
	* GTK 1.1.9 fixes
	* Better autoconf (Mitch Blevins <mblevin@debian.org>)
	* Allow setting of SNMP variables, too
	* Add SNMP browser
	* Use SNMP to retrieve info when available
	* Add some SNMP support for retrieving info
version 0.57:
	* Minor fix (recreated 0.57 tar file)
	* Allow graphical changes to service config
	* User can specify services in a config file
	* Use ip->ip_hl instead of sizeof(struct ip)
	* Major cleanups to label handling code and domain code
	* Save hosts, and their connections, if so desired
	* Check for versions of certain services
	* Hooks for map layout, someone please write one.
	* Add VNC support
	* Fix the horizontal/vertical line problem
	* Update to support item factories instead of menu factories
	* Handle gtk 1.1.5+'s scrolled windows properly
	* Finally add some VMS XPM's
	* Take off setuid root bit by default
	* Add generalized portscanner
	* Alpha fixes (change long's to int's)
	* Add autoconf (Paul Cassella <pwc@andrew.cmu.edu>)
version 0.56: (bugfix only)
	* Fix find bug, where it would crash
	* Add spec file for building RPM's
	* Don't crash Open Windows (olwm)
	* Fix icon handling
	* Check to see if there really is stuff in set_icon (fixes segfaults)
version 0.55:
	* Ask before adding interfaces
	* Moved icons into a central directory
	* Fix searching in a list
	* Remember view mode and mapping mode on save
	* Arranging works on list, too (independently)
	* Make small icon mode
	* Use tiny icons on list
	* Centralize pixmap and pixmap_cache handling
	* Create GPOINTER_TO_INT if missing
	* Added "view as list" option
	* Add forward DNS "aliases" to tooltips
	* Remember forward DNS and make "aliases" list
	* Update Makefile (Paul W Cassella <pwc@andrew.cmu.edu>)
	* Style formatting in domain.c (Paul W Cassella <pwc@andrew.cmu.edu>)
	* Better initialization (Paul W Cassella <pwc@andrew.cmu.edu>)
version 0.51:
	* Fixed a bug where strtol should have been strtoul (Scott Howard <scott@doc.net.au>)
	* Libc-5 support
	* Added option to fill only visible width
	* Added layouts (Arrange by)
version 0.50:
	* Initial Release