couple small fixes
[monky] / ChangeLog
1 # $Id$
2
3 2005-12-31
4         * Fixed bug with use_xft causing ignorance of font selection (sf.net
5         bug 1387564)
6         * Fixed issue with parsing of hex values for colours
7
8 2005-12-30
9         * Added BMPx (http://beep-media-player.org/) support
10
11 2005-12-14
12         * Fixed issues with execi stuff
13
14 2005-12-10
15         * Added sf.net patch 1374576
16
17 2005-12-05
18         * Fixed sf.net bug 1367745
19
20 2005-11-30
21         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
22           all variations of the same array out of bounds issue.
23         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df 
24           (affects reporting against ext3 filesystems only)
25
26 2005-11-27 
27         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
28
29 2005-11-24
30         * Fixed gentoo bug# 113219
31
32 2005-11-23
33         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
34         with synchronous signal processing. set to #undef for previous behavior.
35         * Use POSIX signal api's, not the ANSI signal().
36
37 2005-11-22
38         * Fixed IP address bug (sf.net bug 1359055)
39
40 2005-11-16
41         * Conky 1.3.4 released
42
43 2005-11-12
44         * Replaced bitwise copy of tcp_connection_t with function
45         copy_tcp_connection().
46         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
47         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
48         eliminating all mallocs.  pkovacs.  See bug 1355470.
49
50 2005-11-11
51         * moved hash sizing code into portmon lib, where it belongs
52         * More mem leaks fixed.
53
54 2005-11-10
55         * Added config items min_port_monitors / min_port_monitor_connections
56
57 2005-11-09
58         * Cleaned up top code, bug fixes
59         * Fixed some memory leaks
60
61 2005-11-08
62         * Fix bug# 1351686.  Patch by boojit.
63         * Fixed 1331576 (I think) with bad cpu usage reporting
64
65 2005-11-01
66         * Documentation updates for compiling and port monitoring
67         * Removed cairo stuff (it's useless)
68
69 2005-10-31
70         * Added statfs sf.net patch 1344493
71
72 2005-10-30
73         * Added tcp port monitor support (pkovacs)
74
75 2005-10-28
76         * Added WM_CLASS patch from sf.net patch 1340825
77
78 2005-10-21
79         * acpi segfault should be fixed (sf.net bug 1330893)
80         * SIGUSR1 bug fixed? (sf.net bug 1330914)
81
82 2005-10-17
83         * Ugly MPD mem leak fixed
84         * Other mem leaks fixed
85         * Fixed thing where conky exits if LC_ALL and friends isn't set
86         * Conky 1.3.3 released
87
88 2005-10-13
89         * Conky 1.3.2 released
90
91 2005-10-10
92         * More MPD objects (sf.net patch 1319461)
93
94 2005-10-07
95         * fixed mldonkey bug? sf.net bug 1316531
96
97 2005-09-30
98         * Linkstatus patch from btlee on f.g.o (see
99         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
100
101 2005-09-29
102         * Fixed build on FreeBSD for non-i386
103         * Made it so top_mem doesn't show all the forks of one process
104
105 2005-09-27
106         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
107
108 2005-09-24
109         * Fixed bug where graphs/bars don't show when maximum_width is enabled
110
111 2005-09-15
112         * Fixed right-alignment bug thanks to Pascal Eberhard
113         * Applied patch 1291420 from sf.net
114         * Fixed issue with whack graph data
115         * Fixed issue with Conky quitting when a file fails to load
116
117 2005-09-11
118         * Fixed bug with xft and double buffer in own window
119         * 1.3.1 released
120
121 2005-09-04
122         * Misc small bug fixes
123
124 2005-09-03
125         * MPD patch (sf.net patch 1281108)
126         * Fixed graph width bug
127
128 2005-08-31
129         * FreeBSD support was added
130         * 1.3.0 released
131
132 2005-08-27
133         * added threaded execi, $texeci
134         * feature freeze
135
136 2005-08-26
137         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
138         * Diskio fixes (sf.net 1274140)
139         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
140         * Far better SMP support
141         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
142
143 2005-08-25
144         * More own_window fixes
145         * applied disk io patch (sf.net patch 1271691)
146         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
147         * removed units from $freq* output
148         * fix for graph config parsing
149         * Added $head, fixed mem leak with $tail
150
151 2005-08-24
152         * More configure and makefile updates
153         * Added scale arg for net graphs
154         * Fixed bug in own_window stuff--amazing fake transparency now works
155         properly
156         * added own_window_colour, own_window_transparent
157
158 2005-08-23
159         * Added maximum_width
160
161 2005-08-22
162         * Added $execibar and $execigraph
163
164 2005-08-21
165         * Moved source into src/, moved docs into doc/
166         * Updated makefiles
167
168 2005-08-20
169         * Applied patch from zimba-tm, closes patch 1260225
170         * Fixed ugly gradient bug.  closes bug 1255608
171         * Added $voffset
172         * Removed metar code.  It sucked.
173         * Added $acpitempf for amooricans
174         * $tail fixes
175
176 2005-08-12
177         * Multiple unit additions and modifications
178
179 2005-08-07
180         * mpd password patch from Joshua Gerrish
181         * conky can run without X now, use --disable-x11 when configuring
182 =========================================================================
183 =========================================================================
184 2005-08-06
185         * Conky 1.2 released
186
187 2005-08-05
188         * small fixes
189         * added CVS ebuild, huge thanks to Hopeless for this
190
191 2005-08-04
192         * special thanks to Citizen_X and his patience
193         * Citizen_X pwns
194         * keep shakin' those big 'ol titties
195         * Citizen_X
196         * Citizen_X
197         * Citizen_X
198         * Citizen_X
199
200 2005-08-03
201         * many small fixes, thanks to those who reported problems
202
203 2005-08-02
204         * dramatically improved how conky handles fonts
205         * fixed issues with graph args
206         * fixed shades and outlines
207
208 2005-08-01
209         * stabilized code
210         * added gradients to graphs (very pretty)
211         * things
212         * added $font, yay
213         * feature freeze; only bugfixes now
214
215 2005-07-30
216         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
217         $downspeedgraph, and $upspeedgraph
218         * added override_utf8_locale option
219         * poop
220         * $tab patch from jack_mort on f.g.o
221
222 2005-07-28
223         * Added new graphing code, such as $cpugraph
224         * small fixes all round
225         * stuff
226         * things
227         * added more mpd objects
228
229 2005-07-24
230         * Conky now has UTF-8 support
231         * Fixed $freq for those with CPU scaling
232         * Fixed the problem with total_run_times
233         * Fixed alignment of bars and lines and stuff
234         * Reduced conky's memory usage (yay!)
235         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
236         of cpu
237
238 2005-07-17
239         * Fixed a pile of bugs in configure script
240         * Added proper checking for headers in configure script
241         * Made METAR shit threaded so it would stop being retarded, also made
242         it try more then once to update
243         * Added $metar_tempf and ${i2c tempf} for americans
244
245 2005-07-16
246         * Added option for Conky to update N times and quit, see
247         total_run_times in conkyrc.sample
248         * Added metar code for weather info, thanks to somebody on sf.net
249         * Added $alignr and $alignc for right and centre alignment
250         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
251         options $addr and $linkstatus (please test!), as well as fixed a mem
252         leak in this patch
253         * adt746x fix, thanks to dan-h on sf.net
254         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
255         * Added patch to allow hex colour values, thanks roiban adi on sf.net
256         * Added if constructs patch, thanks Lucas Brutschy on sf.net
257         * Fixed bug in tab code (hopefully for the last time)
258         * Added option to sort by cpu or memory for top, see top_sort_cpu
259
260 2005-07-12
261         * Added fix for battery charged state (thanks to Lukas Zapletal
262         <lzap@seznam.cz>)
263
264 =========================================================================
265 =========================================================================
266         
267 2005-07-05
268         * Conky 1.1 released
269
270 2005-07-03
271         * Added $mpd_bar and $mpd_bitrate
272         * Some minor code cleanups prior to release
273         * Fixed problem with Conky not compiling when XFT disabled
274         * Fixed configure.in problems with Xdbe
275
276 2005-07-01
277         * Fixed memory leak in MPD code
278         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
279         and memory
280         * Fixed more mem leaks
281
282 2005-06-30
283         * Added use_spacer to config
284         * Added $mpd_status
285         * Added small fix for i2c from Filedil on forums.gentoo.org
286
287 2005-06-28
288         * Made it possible to use tabs to right-justify (just add a bunch)
289         * Added ${execbar} (see conkyrc.sample)
290
291 2005-06-26
292         * Added memory % to top output
293         * Added initial cairo backend (it's really quite useless at this stage actually, and I'm not sure if there is even any point to it)
294
295 2005-06-25
296         * Conky now recognizes the tab character correctly
297         * Added simple config option to print to stdout (out_to_console
298         <yes/no>)
299
300 2005-06-23
301         * Added top output.  Check the sample config.
302         * Cleaned up code.
303
304 2005-06-22
305         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
306         * Removed NVCtrl code
307         * Added noswap and i2c patches
308
309 =========================================================================
310 =========================================================================
311         
312 2005-06-21
313         * Version 1.0. Conky is born from the ashes of torsmo. Main site: http://conky.rty.ca/
314         * Added xwin patch
315         * Added new feature for sample averaging of CPU and net info
316
317 2004-12-22
318         * Version 0.18 released
319
320 2004-12-21
321         * Fixed some double buffer + Xft stuff
322         * Applied X-Mozilla-Status patch (thanks affinity)
323         * Applied NVCtrl patch and modified it a bit (temperature monitoring
324           for nvdia-based graphics cards) (I couldn't test this so it may or
325           may not work or even compile) (thanks Dennis Frommknecht)
326         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
327           mail, I didn't catch your name from sourceforge])
328         * Applied patch that supports mailbox that is in some 'maildir' format
329           (thanks jolapache [send mail, I didn't catch your name from
330           sourceforge])
331         * min -> m
332         * Applied pad_percents patch (thanks JL Farinacci)
333         * Fixed some stuff in acpi fan and acpi ac adapter
334         * Optional XFT even when compiled in
335
336 2004-11-30
337         * Applied utime patch (UTC time) (thanks David McCabe)
338
339 2004-11-29
340         * Applied Xdbe patch, this includes double_buffer configuration and
341           -b command line option (thanks Bruce Merry)
342         * Applied some other seti patch, not tested (thanks William DiPlacido)
343
344 2004-08-25
345         * Applied netbsd patch (thanks Rui Paulo)
346         * Applied cpu frequency patch (thanks William DiPlacido)
347         * Applied adt746x patch (thanks Dennis Kaandorp)
348         * Applied some other FreeBSD patch by the same guy
349
350 2004-07-31
351         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
352
353 2004-07-25
354         * Xft support and xftfont configuration
355         * rewrote some stuff, there might be some new bugs in old places
356
357 2004-07-24
358         * I2C divisor from a file (thanks Falk Feuersenger)
359
360 2004-07-20
361         * changed battery thing to ${battery <filename in
362           /proc/acpi/battery/>}
363         * SETI@Home stuff (thanks Jarski)
364
365 2004-07-05
366         * changed signal for config file reloading to SIGUSR1
367         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
368           $mixerrbar
369
370 2004-06-03
371         * maybe fixed acpi battery thing when "present rate" isn't known
372
373 2004-06-01
374         * fixed width for all bars, use like ${cpubar 4,50}
375
376 2004-05-25
377         * Version 0.17 released
378
379 2004-05-23
380         * battery number for ACPI battery (thanks Leszek Krupiñski)
381         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
382           the old battery thing worked
383         * bug fix on load average reporting (thanks Leszek Krupiñski)
384         * outlines to text, draw_outline and default_outline_color
385           configurations and $outlinecolor (thanks adi)
386         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
387
388 2004-05-19
389         * fixed a bug when starting after Opera (and some other programs)
390         * sticky window
391         * minimum_size
392
393 2004-05-18
394         * added border_width configuration
395
396 2004-05-16
397         * fixed zero length bar bug
398
399 2004-05-15
400         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
401           $fs_used
402         * leaves ACPI temperature file open (faster)
403         * -a option to change alignment on command line
404
405 2004-05-14
406         * fixed ACPI temperature bug
407         * border_margin configuration
408         * ${execi <interval> <command>}, execute with specific interval
409         * added possibility to manually set the position (-x and -y options)
410           (thanks to Gwenhael LE MOINE)
411         * $buffers and $cached (thanks to Jeremy Burch)
412         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
413
414 2004-05-14
415         * Version 0.16 released
416
417 2004-05-13
418         * $pre_exec, execute a shell command one time
419         * preparsing of text (faster but more memory usage)
420         * less system calls (faster)
421         * APM things to $battery (untested)
422
423 2004-05-12
424         * added $new_mails changed $mails to tell total mail count
425
426 2004-05-11
427         * transparent window, own_window configuration, -o cmdline option
428         * $exec, execute a shell command
429         * $acpitemp, $battery - acpi stuff (not really tested)
430
431 2004-05-10
432         * $loadavg, load average
433         * $mails, unread local mails, mail_spool configuration
434
435 2004-05-09
436         * Version 0.15 released
437
438 2004-05-06
439         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
440         * Some other stuff