tztime patch
[monky] / ChangeLog
1 # $Id$
2
3 2006-07-13
4         * Added tztime patch to show time in arbitrary time zones (thanks Ram
5         Yalamanchili)
6
7 2006-06-07
8         * Small battery fix (thanks Nexox, sf.net patch 1500014)
9         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
10
11 2006-05-27
12         * Fixed a bug with $font
13
14 2006-05-24
15         * Xdamage support for composite and pals
16
17 2006-05-23
18         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
19         Tarjan for the patch)
20
21 2006-05-21
22         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
23         patch)
24
25 2006-05-17
26         * Fixed issue with graphs not reaching all the way to the borders
27         (sf.net bug 1470480)
28         * Cleaned up units
29
30 2006-05-15
31         * Conky 1.4.2 released
32
33 2006-05-13
34         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
35         * Added some safety to the threading code
36
37 2006-05-09
38         * Changed $font behavior so that the font persists past the next
39         newline.  It can be set back to the default with $font with no args.
40         (closes bug 1478676 on sf.net)
41
42 2006-05-08
43         * Added simple POP3/IMAP mail clients
44
45 2006-04-23
46         * Added support for PowerBook batteries
47         * Fixed broken $if/$else stuff
48
49 2006-04-15
50         * Added patch from Peter Tarjan to add support for IBM ACPI
51         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
52
53 2006-04-11
54         * Removed sa_restorer crap (may fix some compile errors for some
55         people)
56
57 2006-04-07
58         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
59
60 2006-03-30
61         * Added patch to support new port monitor REMOTESERVICE peekable.
62
63 2006-03-29
64         * Scan port numbers as short.  Fixes debian bug# 359974.
65
66 2006-03-25
67         * Added XMMS2 patch 1456203 from Lassi Selander
68         * Added FreeBSD battery patch 1456008 from Petr Holub
69
70 2006-03-21
71         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
72         Holub <hopet@users.sourceforge.net>)
73
74 2006-03-15
75         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo 
76         (Gentoo bug# 125226).
77         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
78         path for conky1.
79
80 2006-03-12
81         * FreeBSD cpu info patch
82         * Conky 1.4.1 released
83
84 2006-03-07
85         * Fixed issue where some WM's don't control conky own_window windows.
86         * Added newly-updated vim file detection and syntax hilighting files to svn.
87         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
88
89 2006-03-06
90         * Fixed battery problems when charged
91         * MPD code handles broken pipe now, instead of just killing conky
92         * Switch from CVS to SVN.  Thanks SourceForge.
93
94 2006-03-05
95         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
96         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
97         * Stop using override_redirect true -- conky back under WM control
98         when using 'own_window yes'.
99         * Fixed texeci breakage when forking to background is on
100
101 2006-02-14
102         * Drastically simplified own_window=yes window creation code.
103         * on_bottom and wm_class_name deprecated (they do nothing)
104
105 2006-02-13
106         * Fixed typo bug in portmon code that caused incorrect monitor data 
107         to be displayed.
108
109 2006-02-12
110         * Conky 1.4.0 released
111
112 2006-01-27
113         * Cleaned up texeci code
114
115 2006-01-26
116         * Added freedesktop.org extended window manager hints (EWMH)
117         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
118         Fixes stacking order issues with freedesktop-compliant wm's,
119         such as XFCE4+. 
120
121 2006-01-25
122         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
123         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
124         * Fixed xmms.c code to load glib 1.2 shared object lib.
125
126 2006-01-11
127         * Added xmms version 1 support.
128         * Added bmp through 0.9.7.1 support.
129         * Added config item xmms_player: none, xmms, bmp, audacious or
130         infopipe.
131
132 2006-01-07
133         * Added Audacious media player support.
134
135 2006-01-06
136         * Fixed infopipe bug (select() affects timer as a side effect on
137         Linux!)
138
139 2006-01-05
140         * Added draw_graph_borders option
141         * Added XMMS/BMP InfoPipe plugin support
142
143 2006-01-01
144         * Conky 1.3.5 released
145
146 2005-12-31
147         * Fixed bug with use_xft causing ignorance of font selection (sf.net
148         bug 1387564)
149         * Fixed issue with parsing of hex values for colours
150
151 2005-12-30
152         * Added BMPx (http://beep-media-player.org/) support
153
154 2005-12-14
155         * Fixed issues with execi stuff
156
157 2005-12-10
158         * Added sf.net patch 1374576
159
160 2005-12-05
161         * Fixed sf.net bug 1367745
162
163 2005-11-30
164         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
165           all variations of the same array out of bounds issue.
166         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
167
168 2005-11-27 
169         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
170
171 2005-11-24
172         * Fixed gentoo bug# 113219
173
174 2005-11-23
175         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
176         with synchronous signal processing. set to #undef for previous behavior.
177         * Use POSIX signal api's, not the ANSI signal().
178
179 2005-11-22
180         * Fixed IP address bug (sf.net bug 1359055)
181
182 2005-11-16
183         * Conky 1.3.4 released
184
185 2005-11-12
186         * Replaced bitwise copy of tcp_connection_t with function
187         copy_tcp_connection().
188         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
189         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
190         eliminating all mallocs.  pkovacs.  See bug 1355470.
191
192 2005-11-11
193         * moved hash sizing code into portmon lib, where it belongs
194         * More mem leaks fixed.
195
196 2005-11-10
197         * Added config items min_port_monitors / min_port_monitor_connections
198
199 2005-11-09
200         * Cleaned up top code, bug fixes
201         * Fixed some memory leaks
202
203 2005-11-08
204         * Fix bug# 1351686.  Patch by boojit.
205         * Fixed 1331576 (I think) with bad cpu usage reporting
206
207 2005-11-01
208         * Documentation updates for compiling and port monitoring
209         * Removed cairo stuff (it's useless)
210
211 2005-10-31
212         * Added statfs sf.net patch 1344493
213
214 2005-10-30
215         * Added tcp port monitor support (pkovacs)
216
217 2005-10-28
218         * Added WM_CLASS patch from sf.net patch 1340825
219
220 2005-10-21
221         * acpi segfault should be fixed (sf.net bug 1330893)
222         * SIGUSR1 bug fixed? (sf.net bug 1330914)
223
224 2005-10-17
225         * Ugly MPD mem leak fixed
226         * Other mem leaks fixed
227         * Fixed thing where conky exits if LC_ALL and friends isn't set
228         * Conky 1.3.3 released
229
230 2005-10-13
231         * Conky 1.3.2 released
232
233 2005-10-10
234         * More MPD objects (sf.net patch 1319461)
235
236 2005-10-07
237         * fixed mldonkey bug? sf.net bug 1316531
238
239 2005-09-30
240         * Linkstatus patch from btlee on f.g.o (see
241         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
242
243 2005-09-29
244         * Fixed build on FreeBSD for non-i386
245         * Made it so top_mem doesn't show all the forks of one process
246
247 2005-09-27
248         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
249
250 2005-09-24
251         * Fixed bug where graphs/bars don't show when maximum_width is enabled
252
253 2005-09-15
254         * Fixed right-alignment bug thanks to Pascal Eberhard
255         * Applied patch 1291420 from sf.net
256         * Fixed issue with whack graph data
257         * Fixed issue with Conky quitting when a file fails to load
258
259 2005-09-11
260         * Fixed bug with xft and double buffer in own window
261         * 1.3.1 released
262
263 2005-09-04
264         * Misc small bug fixes
265
266 2005-09-03
267         * MPD patch (sf.net patch 1281108)
268         * Fixed graph width bug
269
270 2005-08-31
271         * FreeBSD support was added
272         * 1.3.0 released
273
274 2005-08-27
275         * added threaded execi, $texeci
276         * feature freeze
277
278 2005-08-26
279         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
280         * Diskio fixes (sf.net 1274140)
281         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
282         * Far better SMP support
283         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
284
285 2005-08-25
286         * More own_window fixes
287         * applied disk io patch (sf.net patch 1271691)
288         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
289         * removed units from $freq* output
290         * fix for graph config parsing
291         * Added $head, fixed mem leak with $tail
292
293 2005-08-24
294         * More configure and makefile updates
295         * Added scale arg for net graphs
296         * Fixed bug in own_window stuff--amazing fake transparency now works
297         properly
298         * added own_window_colour, own_window_transparent
299
300 2005-08-23
301         * Added maximum_width
302
303 2005-08-22
304         * Added $execibar and $execigraph
305
306 2005-08-21
307         * Moved source into src/, moved docs into doc/
308         * Updated makefiles
309
310 2005-08-20
311         * Applied patch from zimba-tm, closes patch 1260225
312         * Fixed ugly gradient bug.  closes bug 1255608
313         * Added $voffset
314         * Removed metar code.  It sucked.
315         * Added $acpitempf for amooricans
316         * $tail fixes
317
318 2005-08-12
319         * Multiple unit additions and modifications
320
321 2005-08-07
322         * mpd password patch from Joshua Gerrish
323         * conky can run without X now, use --disable-x11 when configuring
324 =========================================================================
325 =========================================================================
326 2005-08-06
327         * Conky 1.2 released
328
329 2005-08-05
330         * small fixes
331         * added CVS ebuild, huge thanks to Hopeless for this
332
333 2005-08-04
334         * special thanks to Citizen_X and his patience
335         * Citizen_X pwns
336         * keep shakin' those big 'ol titties
337         * Citizen_X
338         * Citizen_X
339         * Citizen_X
340         * Citizen_X
341
342 2005-08-03
343         * many small fixes, thanks to those who reported problems
344
345 2005-08-02
346         * dramatically improved how conky handles fonts
347         * fixed issues with graph args
348         * fixed shades and outlines
349
350 2005-08-01
351         * stabilized code
352         * added gradients to graphs (very pretty)
353         * things
354         * added $font, yay
355         * feature freeze; only bugfixes now
356
357 2005-07-30
358         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
359         $downspeedgraph, and $upspeedgraph
360         * added override_utf8_locale option
361         * poop
362         * $tab patch from jack_mort on f.g.o
363
364 2005-07-28
365         * Added new graphing code, such as $cpugraph
366         * small fixes all round
367         * stuff
368         * things
369         * added more mpd objects
370
371 2005-07-24
372         * Conky now has UTF-8 support
373         * Fixed $freq for those with CPU scaling
374         * Fixed the problem with total_run_times
375         * Fixed alignment of bars and lines and stuff
376         * Reduced conky's memory usage (yay!)
377         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
378         of cpu
379
380 2005-07-17
381         * Fixed a pile of bugs in configure script
382         * Added proper checking for headers in configure script
383         * Made METAR shit threaded so it would stop being retarded, also made
384         it try more then once to update
385         * Added $metar_tempf and ${i2c tempf} for americans
386
387 2005-07-16
388         * Added option for Conky to update N times and quit, see
389         total_run_times in conkyrc.sample
390         * Added metar code for weather info, thanks to somebody on sf.net
391         * Added $alignr and $alignc for right and centre alignment
392         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
393         options $addr and $linkstatus (please test!), as well as fixed a mem
394         leak in this patch
395         * adt746x fix, thanks to dan-h on sf.net
396         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
397         * Added patch to allow hex colour values, thanks roiban adi on sf.net
398         * Added if constructs patch, thanks Lucas Brutschy on sf.net
399         * Fixed bug in tab code (hopefully for the last time)
400         * Added option to sort by cpu or memory for top, see top_sort_cpu
401
402 2005-07-12
403         * Added fix for battery charged state (thanks to Lukas Zapletal
404         <lzap@seznam.cz>)
405
406 =========================================================================
407 =========================================================================
408         
409 2005-07-05
410         * Conky 1.1 released
411
412 2005-07-03
413         * Added $mpd_bar and $mpd_bitrate
414         * Some minor code cleanups prior to release
415         * Fixed problem with Conky not compiling when XFT disabled
416         * Fixed configure.in problems with Xdbe
417
418 2005-07-01
419         * Fixed memory leak in MPD code
420         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
421         and memory
422         * Fixed more mem leaks
423
424 2005-06-30
425         * Added use_spacer to config
426         * Added $mpd_status
427         * Added small fix for i2c from Filedil on forums.gentoo.org
428
429 2005-06-28
430         * Made it possible to use tabs to right-justify (just add a bunch)
431         * Added ${execbar} (see conkyrc.sample)
432
433 2005-06-26
434         * Added memory % to top output
435         * 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)
436
437 2005-06-25
438         * Conky now recognizes the tab character correctly
439         * Added simple config option to print to stdout (out_to_console
440         <yes/no>)
441
442 2005-06-23
443         * Added top output.  Check the sample config.
444         * Cleaned up code.
445
446 2005-06-22
447         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
448         * Removed NVCtrl code
449         * Added noswap and i2c patches
450
451 =========================================================================
452 =========================================================================
453         
454 2005-06-21
455         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
456         http://conky.sf.net/
457         * Added xwin patch
458         * Added new feature for sample averaging of CPU and net info
459
460 2004-12-22
461         * Version 0.18 released
462
463 2004-12-21
464         * Fixed some double buffer + Xft stuff
465         * Applied X-Mozilla-Status patch (thanks affinity)
466         * Applied NVCtrl patch and modified it a bit (temperature monitoring
467           for nvdia-based graphics cards) (I couldn't test this so it may or
468           may not work or even compile) (thanks Dennis Frommknecht)
469         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
470           mail, I didn't catch your name from sourceforge])
471         * Applied patch that supports mailbox that is in some 'maildir' format
472           (thanks jolapache [send mail, I didn't catch your name from
473           sourceforge])
474         * min -> m
475         * Applied pad_percents patch (thanks JL Farinacci)
476         * Fixed some stuff in acpi fan and acpi ac adapter
477         * Optional XFT even when compiled in
478
479 2004-11-30
480         * Applied utime patch (UTC time) (thanks David McCabe)
481
482 2004-11-29
483         * Applied Xdbe patch, this includes double_buffer configuration and
484           -b command line option (thanks Bruce Merry)
485         * Applied some other seti patch, not tested (thanks William DiPlacido)
486
487 2004-08-25
488         * Applied netbsd patch (thanks Rui Paulo)
489         * Applied cpu frequency patch (thanks William DiPlacido)
490         * Applied adt746x patch (thanks Dennis Kaandorp)
491         * Applied some other FreeBSD patch by the same guy
492
493 2004-07-31
494         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
495
496 2004-07-25
497         * Xft support and xftfont configuration
498         * rewrote some stuff, there might be some new bugs in old places
499
500 2004-07-24
501         * I2C divisor from a file (thanks Falk Feuersenger)
502
503 2004-07-20
504         * changed battery thing to ${battery <filename in
505           /proc/acpi/battery/>}
506         * SETI@Home stuff (thanks Jarski)
507
508 2004-07-05
509         * changed signal for config file reloading to SIGUSR1
510         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
511           $mixerrbar
512
513 2004-06-03
514         * maybe fixed acpi battery thing when "present rate" isn't known
515
516 2004-06-01
517         * fixed width for all bars, use like ${cpubar 4,50}
518
519 2004-05-25
520         * Version 0.17 released
521
522 2004-05-23
523         * battery number for ACPI battery (thanks Leszek Krupiñski)
524         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
525           the old battery thing worked
526         * bug fix on load average reporting (thanks Leszek Krupiñski)
527         * outlines to text, draw_outline and default_outline_color
528           configurations and $outlinecolor (thanks adi)
529         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
530
531 2004-05-19
532         * fixed a bug when starting after Opera (and some other programs)
533         * sticky window
534         * minimum_size
535
536 2004-05-18
537         * added border_width configuration
538
539 2004-05-16
540         * fixed zero length bar bug
541
542 2004-05-15
543         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
544           $fs_used
545         * leaves ACPI temperature file open (faster)
546         * -a option to change alignment on command line
547
548 2004-05-14
549         * fixed ACPI temperature bug
550         * border_margin configuration
551         * ${execi <interval> <command>}, execute with specific interval
552         * added possibility to manually set the position (-x and -y options)
553           (thanks to Gwenhael LE MOINE)
554         * $buffers and $cached (thanks to Jeremy Burch)
555         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
556
557 2004-05-14
558         * Version 0.16 released
559
560 2004-05-13
561         * $pre_exec, execute a shell command one time
562         * preparsing of text (faster but more memory usage)
563         * less system calls (faster)
564         * APM things to $battery (untested)
565
566 2004-05-12
567         * added $new_mails changed $mails to tell total mail count
568
569 2004-05-11
570         * transparent window, own_window configuration, -o cmdline option
571         * $exec, execute a shell command
572         * $acpitemp, $battery - acpi stuff (not really tested)
573
574 2004-05-10
575         * $loadavg, load average
576         * $mails, unread local mails, mail_spool configuration
577
578 2004-05-09
579         * Version 0.15 released
580
581 2004-05-06
582         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
583         * Some other stuff