aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: bb1d7140258344df5391f4a66c9727f16f4cb4bb (plain)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
06/01/2003 12:05 BRST	<leandro@linuxmag.com.br>	0.3.7-pre1

	* details.[ch]
	  Use a window to show details instead of showing them inside the
	  main window
	* computer.c, hardinfo.[ch]
	  Show more processor information (currently x86 only)
	* modules.[ch], hardinfo.[ch]
	  Loaded kernel modules information

05/01/2003 12:05 BRST	<leandro@linuxmag.com.br>	0.3.6

	* 0.3.6 released

17/12/2003 10:50 BRST	<leandro@linuxmag.com.br>	0.3.6-pre4

	* hardinfo.desktop, Makefile.in
	  - Added GNOME/KDE menu entry
	    (Thanks to Gustavo Noronha <kov@debian.org>)
	* net.[ch]
	  - Preliminary network information support (disabled in GUI).

03/07/2003 13:25 BRST	<leandro@linuxmag.com.br>	0.3.6-pre3

	* v4l.[ch], hardinfo.[ch], pixmaps/v4l.png
	  - Added Video 4 Linux support

02/07/2003 20:51 BRST	<leandro@linuxmag.com.br>	0.3.6-pre2

	* pixmaps/cnc.png
	  - Added pixmap for Conectiva Linux.

	* pci.c
	  - Fixed memory detection bug in lspci parser.

24/06/2003 20:10 BRST	<leandro@linuxmag.com.br>	0.3.6-pre1

	* intl.c
	  - Search for locale information in LANG, LC_MESSAGES and LC_ALL.

	* about.[ch], hardinfo.[ch], pixmaps/logo.png
	  - Included about box.

	* configure
	  - Added --with-gtk1 and --with-gtk2.

	* lang/es_*.lang
	  - Added Spanish translation
	    (Thanks to Erica Andrews <phrozensmoke@yahoo.com>)

	* pixmaps/usb.png
	  - Changed USB icon a little bit.

23/06/2003 15:50 BRST	<leandro@linuxmag.com.br>	0.3.5

	* intl.c
	  - Improved error checking.
	  - Fixed segfault.
	    (Patch from Sameh Attia <sameh.attia@tedata.net>)

	* configure
	  - Added option to disable i18n (--disable-nls).

22/06/2003 21:52 BRST	<leandro@linuxmag.com.br>	0.3.4

	* 0.3.4 released!

19/06/2003 21:42 BRST	<leandro@linuxmag.com.br>	0.3.4-pre2

	* intl.c, intl.h, genintl.pl, lang/*
	  - Added i18n support.

	* configure, computer.c
	  - Finished PowerPC processor information support.

19/06/2003 10:52 BRST	<leandro@linuxmag.com.br>	0.3.4-pre1

	* hardinfo.h
	  - Fixed segfault on startup.
	    (Patch from Thomas Zajic <zlatko@gmx.at>)

	* x11.c, x11.h, hardinfo.c
	  - Added X-Window system information.

	* pixmaps/x11.png
	  - Added pixmap for X-Window information.

	* configure, computer.c
	  - Preliminary PowerPC processor information support.

18/06/2003 22:14 BRST	<leandro@linuxmag.com.br>	0.3.3

	* pci.c
	  - Fixed a bug in lspci parser.

	* computer.c, computer.h, hardinfo.c, hardinfo.h
	  - Added operating system, processor and memory information

	* hardinfo.c, hardinfo.h
	  - Added "Refresh" and "Close" buttons

16/06/2003 17:50 BRST	<leandro@linuxmag.com.br>	0.3.2

	* configure, Makefile.in, hardinfo.c, pci.c
	  - Some cleanups.

16/06/2003 17:41 BRST	<leandro@linuxmag.com.br>	0.3.2-pre2

	* configure, Makefile.in
	  - Using automatic configuration utility:
	    o If GTK2 isn't available, the GTK1.2 version will be built.
	    o Search for lspci in various paths. If not found, fall back
	      to the old /proc/pci parser.

	* hardinfo.c
	  - Parallel Port support added.

	* ide.c, isapnp.c, parport.c, pci.c, scsi.c, serial.c, usb.c
	  - Separate parsers from GUI.

	* *.xpm
	  - Moved *.xpm to pixmaps/.

16/06/2003 10:46 BRST	<leandro@linuxmag.com.br>	0.3.2-pre1

	* hardinfo.c
	  - SCSI support added.
	    (Patch from Pascal F.Martin <pascalmartin@earthlink.net>)
	  - Fixed lspci path (it's now fixed in "/sbin/lspci", which seems
	    to be the default, as Google says).
	
	* *.png
	  - Moved all PNG files to pixmaps/.


15/06/2003 21:17 BRST	<leandro@linuxmag.com.br>	0.3.1

	* hardinfo.c
	  - Application is now exits when the window is closed.
	  - Parse `lspci -v' output instead of `/proc/pci', which
	    is deprecated. This should work with 2.5 kernels too!
	  - Images are not loaded from current directory anymore.

	* debian/
	  - HardInfo is now Debianized. :)

	* Makefile
	  - Added `install' target.
	  - Images are now installed in `/usr/share/hardinfo/pixmaps'.