File: ChangeLog

package info (click to toggle)
mbrowse 0.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 636 kB
  • ctags: 236
  • sloc: sh: 3,161; ansic: 2,573; makefile: 95
file content (47 lines) | stat: -rw-r--r-- 1,796 bytes parent folder | download | duplicates (2)
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
Version 0.3.1 -
                Ability to open arbitrary MIB files.
		Added correct version number (last version emitted 0.2.4
                instead of 0.3.0)
		Fixed compiler warnings on NetBSD-sparc64
Version 0.3.0 - 
		Changing the port number actually works now
		Write community can be over 10 characters
		Port can be over 4 digits
		Fixed configure checks for snmp to work under Solaris
		Add net-snmp-5.x support
		Value disabled from non-writable variables
		Value populated with enums
		Add "as" for sets to make life easier
		Fix for displaying oids with over 6 digits (Jacob Gladish)
		Fix compilation warnings under NetBSD (Felicia Neff)
		Fix compilation under FreeBSD (Mark Pulford)
		OID's can have over 4 digits between .'s
Version 0.2.3
		Fix for random segfault when selecting a node from the mibtree.
		Added keyboard accelerators for Get (g or ctrl g),
		Walk (w or ctrl w), set (s or ctrl s), exit (e or ctrl e)
Version 0.2.2
		Fixes for broken API's in RedHat and Mandrake.
Version 0.2.1
		Fixed compile bug with gcc 3.0.x whoops
Version 0.2
		Ergonomic Improvements
		- Scrollbars moved to left side
		- Actions moved left
		- Host entry moved left
		New Features
	        - Added SNMP configuration
		- Eye candy
		- Supports SNMPv2c
		- Session is saved between restarts
		- Configurability of tree view
		Bug Fixes
	        - configure patch for net-snmp-4.2 proper submitted by 
		  Steven R. Loomis <srl@monkey.sbay.org>
                - Much code cleanup
		- Moved tree structure to GtkCTree, fixing intermittent
		  segfaults and allowing a less 'hackish' approach.
                - Fixed a bug where multiple MIBs with the same label, but
		  different subid caused a segfault.
		- Import of more than just the ISO tree.
Version 0.1 - Initial Public Released