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