Added support for APC UPS daemon monitoring.
[monky] / ChangeLog
1 2009-05-10
2         * Added support for APC UPS daemon monitoring
3
4 2009-05-09
5         * Allow the use of '#' for comments within text area (can be escaped with
6         '\#'
7
8 2009-05-07
9         * Fix occasional cpubar segfaults
10         * Added top_name_width config option
11
12 2009-05-05
13         * Added some completely pointless OpenMP optimizations(?)
14
15 2009-05-03
16         * Added Sony VAIO fanspeed info (thanks Yeon-Hyeong)
17
18 2009-05-01
19         * Added diskio_avg_samples patch (thanks Yeon-Hyeong)
20         * Fixed $texeci regression
21
22 2009-04-30
23         * Added $combine, a var that places 2 other vars next to each other, even if they
24         have a output of multiple lines. This also makes the moving of RSS-itemes with
25         $goto (see change from 2009-04-19) no longer necessary.
26
27 2009-04-28
28         * Various XMMS2 updates (thanks Lassi)
29         * Make ALSA mixers available on Linux, and added $if_mixer_mute (thanks
30
31 2009-04-19
32         * Make it possible to place spaces in front of RSS-items as a workaround
33         for the problem that $goto only moves the first RSS-item. This is only a
34         workaround and should be replaced by a permanent fix that makes $goto move
35         all RSS-items !
36
37 2009-04-13
38         * Fix broken compilation without X11
39
40 2009-04-09
41         * Added default_bar/graph/gauge_size config options (thanks wire64 for the
42         idea)
43
44 2009-03-24
45         * Added eval text object to realise double parsing
46
47 2009-03-15
48         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
49
50 2009-05-01
51         * Conky 1.7.0 "Hungry Hobo" released!
52
53 2009-04-28
54         * Various XMMS2 updates (thanks Lassi)
55
56 2009-04-09
57         * Fix broken xmms2 compilation (thanks fusetak)
58         * Minor fix for fs_used_perc, fs_free and fs_free_perc (thanks
59         lightpriest)
60
61 2009-03-28
62         * Applied FreeBSD patches (thanks Nikos)
63
64 2009-03-16
65         * Fix bug with wacky netstat values on startup
66
67 2009-03-15
68         * Added extra newline patch, sf.net id #2638601 (thanks Ali)
69         * Disk i/o support on FreeBSD patch, sf.net id #2657227 (thanks Nikos)
70         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
71
72 2009-03-07
73         * Added alias patch ( sf.net id #2663691 ) changed it to prevent it from
74         overwriting existing environment variables and updated docs, syntaxfiles, ...
75
76 2009-03-01
77         * Added if_updatenr
78         * Rewrite human_readable() to minimise amount of padding
79         * Fix padding in temp_print()
80         * Fix padding of $processes and $running_processes
81
82 2009-02-17
83         * Added $battery_short patch, sf.net id #2300911 (thanks Swoog)
84         * Patch by Kim Holviala sf.net id #2484548:
85                 * change the height of execbar and execibar to be the same as other
86                 bars have by default (6 pixels)
87                 * treat mixer values as percentages as they're usually 0-100 (switch
88                 to spaced_print() with pad_percents)
89                 * change temp_print() from snprintf() to spaced_print()
90                 * remove decimals from temp_print() as none of the current sources can
91                 supply values smaller than 1 degree (C or F, doesn't matter)
92                 * fix number printing in human_readable()
93                 * network $upspeed and $downspeed now use human_readable()
94         * Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
95         * Fix nvidia memory frequency reading patch sf.net id #2493134
96         * Patch to clarify things in conky.conf sf.net id #2548805 (thanks
97         Carpathia).
98         * Fix shown battery status when the battery is not charging any more but
99         is not full charged patch sf.net id #2556056 (thanks Martin)
100         * Extended support for local Maildir patch sf.net id #2561323 (thanks
101         Nicolas)
102         * XMMS2 fix and refactoring patch sf.net id #2579357 (thanks Tamim)
103         * Null mpd variables should have an empty string patch sf.net id #2564747
104
105 2009-02-15
106         * Added out_to_x
107
108 2009-02-12
109         * Added overwrite_file and append_file
110
111 2009-02-10
112         * Added out_to_stderr
113
114 2009-02-08
115         * Refactor top code, add top_time to sort by process cpu time (thanks
116         sohalt).
117
118 2009-01-04
119         * Drop --enable-smapi and use --enable-ibm instead
120         * Make ibm-acpi objects optional (--enable-ibm)
121
122 2008-12-20
123         * Add if_match object comparing strings, floats and ints
124
125 2008-12-18
126         * Fix segfault for diskiograph*, note the changed order of arguments
127         * Fix documentation for all graph objects
128
129 2008-12-17
130         * Make gateway objects also detect routes with missing RTF_GATEWAY flag
131
132 2008-12-15
133         * Have a maximum width for all variable length mpd vars
134         * Patch to allow escaping newlines in the config (thanks Itai)
135
136 2008-12-14
137         * Fix disk_protect for linux-2.6.27 (and hopefully above)
138         * Improve behaviour of $pb_battery
139
140 2008-12-09
141         * Add an option to timed_thread_test() to not wait for the interval period
142         (so that IMAP IDLE works better)
143
144 2008-12-08
145         * Fix runtime debugging macros again
146         * Big hddtemp rewrite
147         * Remove README from git and ignore it
148         * Remove obsolete documentation
149
150 2008-12-07
151         * Removing $freq_dyn and $freq_dyn_g due to license issues (see sf.net
152         tracker bug #2166612)
153         * Allow more than 9 CPUs for CPU stats (bug 2155500)
154         * Fix broken $execbar (bug 2133709)
155         * Don't put unit with hddtemp values for consistency (bug 2133107)
156         * Limit $battery_percent to 100 (bug 2145006)
157         * Fix runtime debugging macros
158         * Make unit of all temperature objects selectable
159         * Make Conky in dock mode a withdrawn window
160
161 2008-12-06
162         * Switching from svn to git repository.  The repo can be viewed from
163         http://git.omp.am/?p=conky.git;a=summary and you can clone the repo with:
164         git clone git://git.omp.am/conky.git
165         * Fix for wrong usage of strncat (thanks Pavol)
166         * Adds a variable if_xmms2_connected to hide objects when xmms2d is not
167         running (thanks Lassi)
168         * Fix for buffer overflow with $execi (thanks Cesare)
169         * Fetch volume through Audacious API (thanks Erik)
170
171 2008-12-06
172         * Removed duplicate sanity check for diskio
173
174 2008-11-30
175         * Added runtime debugging output
176
177 2008-11-29
178         * Added template support
179
180 2008-10-08
181         * Applied OpenBSD patches
182         * Added $if_mpd_playing patch (thanks tarpman)
183
184 2008-09-24
185         * Introduced (buggy) support for IMAP IDLE
186         * Added support for MOC (the console audio player) (thanks henux)
187         * Added scroll step patch (thanks asto)
188
189 2008-09-11
190         * Maybe fix missing include bug
191         (http://bugs.gentoo.org/show_bug.cgi?id=235233)
192         * Improve timed_thread interval timing
193         * Improve Conky's overall interval timing
194         * Added small patch to support negative values (such as negative disk
195         capacity) (thanks hinokind)
196
197 2008-09-10
198         * Improved hddtemp support
199
200 2008-09-07
201         * Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
202         * Fixed buffer overflow in update_net_stats() (thanks Miroslav)
203         * Small fix for nvidia mem freq (thanks Cezary)
204
205 2008-08-14
206         * Conky 1.6.1 released
207         * Fix compile error when MPD support not enabled
208
209 2008-08-05
210         * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
211
212 2008-08-03
213         * Smaller $nvidia improvements
214
215 2008-07-29
216         * Added missing header to package dist
217
218 2008-07-21
219         * Conky 1.6.0 released
220
221 2008-07-16
222         * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
223
224 2008-07-06
225         * Made log/normal argument for graphs optional
226
227 2008-07-03
228         * Solve linking on problems on some systems (like Debian's Lenny)
229
230 2008-07-01
231         * Add libgnu convenience lib, modules stdio and getaddrinfo.
232         * Configure option for mathfunctions
233
234 2008-06-29
235         * Fixed missing entries in Makefile.am
236         * Get rid of obsolete gethostbyaddr and getservbyport
237
238 2008-06-28
239         * Added sysfs AC adapter support patch (thanks Byron)
240         * Added support for EVE-Online skill monitoring (thanks Asbjørn)
241
242 2008-06-25
243         * new variables smapi_bat_temp and smapi_bat_power
244         * improved docs for freq_dyn* variables
245
246 2008-06-21
247         * Replaced the global text_object array and count with a
248         text_object_list
249         * Renamed various vars
250         * Removed redundancy in various parts
251
252 2008-06-20
253         * Use output_methods instead of out_to_console
254         * Made some functions non-inline to compile with gcc 4.2 and higher
255
256 2008-06-19
257         * Fixed compilation issues with --enable-testing
258         * Refactored format_seconds and format_seconds_short
259         * Changed addr to print "No Address" when there is no address
260         * Removed redundancy in various parts
261         * Split help output into a separate function
262
263 2008-06-17
264         * Made defines of magic numbers
265
266 2008-06-16
267         * Moved audacious defs into header
268         * Fixed 3 bufferoverflows in a struct utmp in users.c
269
270 2008-06-09
271         * Graphs can now be logarithmic (except execigraph)
272
273 2008-06-08
274         * Bugfix, $memgraph wasn't working and needed docs
275         * Code for $lines and $words
276         * Bugfix, $execgraph showed 0-0 instead of 0-100 values
277
278 2008-06-07
279         * Case-insensitive values for if_up_strictness 
280         * Fix bug where DEV_NAME can read uninitialised memory
281         * Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for
282         each update instead of just 1 line
283
284 2008-06-06
285         * Code for $scroll
286         * Code for $memfree and $memeasyfree
287
288 2008-06-05
289         * Fix bug where conky prints everything twice to STDOUT when
290         out_to_console is enabled
291         * Code for show_graph_range
292         * Code for $monitor and $monitor_number
293
294 2008-06-04
295         * Fix bug where conky tries to free a already freed pointer when you
296         use gw_iface with a empty routingtable in linux
297         * Fix bug where conky tries to tries to display deleted chars in a
298         string (chars followed by a backspace-char) causing strange output.
299
300 2008-06-03
301         * Added NVIDIA Graficcard support patch (thanks meissna)
302         * Added --quiet patch (thanks sceptik)
303
304 2008-05-30
305         * Simplified docs for color0-9 config settings and variables.
306         * Improved $if_up for configurable behaviour.
307
308 2008-04-29
309         * own_window_type dock patch (thanks Morgan).
310         * Fix for $if_up memleak (thanks Micha¿).
311
312 2008-04-12
313         * Added patch for the following (thanks larsko):
314                 * New $loadgraph to show a graph of load averages,
315                 * add "show_graph_scale" option to turn off/on the showing of the
316                 current max value for the graph,
317                 * minor code fixes,
318                 * update nano and vim syntax highlighting stuff.
319
320 2008-04-10
321         * Getting rid of goto usage throughout code.
322         * Fix bug due to usage of gethostbyname() in threads (which is not
323         reentrant) by using gethostbyname_r() when available.
324         * Added patch for battery_time problem on 2.6.24 (thanks wedge).
325         * Added patch to fix broken xmms2 stuff (thanks sleipner).
326         * Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
327         * Added patch to improve $if_up (thanks Aseem).
328
329 2008-04-02
330         * Added patch to use mail_spool correctly (thanks Kapil)
331         * Replacing strdup() with strndup() throughout
332
333 2008-04-01
334         * Fixed segfault when configuration doesn't contain TEXT block (thanks
335         Pippijn).
336
337 2008-03-31
338         * Conky 1.5.1 released.
339         * Added --enable-testing configure option to use insane compiler flags.
340
341 2008-03-30
342         * Added mem_res and mem_vsize to $top.
343         * Improved parsing of $diskio*, $disk_protect and $ioscheduler args.
344
345 2008-03-29
346         * Increased C99 compliance.
347         * Fixed potential segfault in get_ioscheduler().
348         * Implemented upwards path traversal for fs_type.
349         * Fixed bug in libmpdclient that caused file descriptors to be left open.
350         * Cleaned up output of battery_* vars.
351
352 2008-03-28
353         * Fixed messed up percentages (fs_free_perc, fs_used_perc, mpd_percent,
354         battery_percent).
355
356 2008-03-24
357         * Fixed for specifying a non-existent configuration file.
358         * Added disk_protect.
359         * Fixed too many open files bug in laptop_mode.
360         * Fixed reading interface adresses.
361         * Fixed battery_bar default size.
362
363 2008-03-23
364         * Fixed compilation with --disable-x11.
365         * Fixed linux.c compilation problem due to (suspected) broken linux
366         headers.
367         * $battery_bar sysfs fix (thanks Marcus).
368
369 2008-03-22
370         * Conky 1.5.0 released.
371         * Smapi review: improved code, fixed memleaks and smapi_bat_perc when
372         using pad_percents.
373         * Fixed spaced_print, so pad_percents should now work as expected.
374         * Removed a line of dead code.
375         * Added support for displaying the default gateway.
376         * Support displaying current laptop_mode.
377         * Per-disk IO scheduler information now available.
378         * Support printing current nameservers.
379
380 2008-03-20
381         * Added CRLF characters to POP3 and IMAP stuff (should play nicer with
382         some servers now).
383         * Added preliminary support for parsing the output of external commands
384         (via $execp and $execpi).
385         * Applied FreeBSD total memory patch (thanks Nikos).
386
387 2008-03-19
388         * Fixed a number of small memory leaks.
389         * Performed some minor profiling on Conky; reduced text_buffer_size
390         default to 128 bytes to improve performance.
391         * Fixed some minor bugs introduced by new patches.
392
393 2008-03-17
394         * Applied 12 patches:
395                 1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
396                 2) Improved audacious support patch (thanks Miroslav)
397                 3) tp_smapi support patch for IBM laptops (thanks Phil)
398                 4) user info patch (thanks Roland)
399                 5) added conky build info patch (thanks Roland)
400                 6) added if_up patch (thanks Phil)
401                 7) added reload on SIGHUP patch (thanks Jonas)
402                 8) added pad percentages patch (thanks Jonas)
403                 9) added fs_type patch (thanks Ryan)
404                 10) added xmms2 fixes patch (thanks Lassi)
405                 11) fix sysfs crash patch (thanks Phil)
406                 12) multiple ip patch ($addrs).
407         * Added more alignment support (top_middle, bottom_middle, middle_left,
408         and middle_right).
409
410 2008-02-08
411         * Applied 2 patches:
412                 1) Add diskio for individual devices.
413                 2) Improved output of units, added "short_units" option.
414
415 2008-01-05
416         * Applied some more submitted patches:
417                 1) Add long forms of (most of) the command-line options.
418                 2) Added an option (top_cpu_separate) that emulates top's "separate
419                 cpus" option.  Processor usage is shown as a percentage of a
420                 single processor on your system, instead of a percentage
421                 of all processors combined.
422                 3) Adds a parameter (time) to top and top_mem that will show the
423                 cumulative CPU time of a process.
424                 4) Simplified integer rounding.
425                 5) Fixed the window width when a goto is used.
426                 6) Fixed the window width when an offset is used.
427                 (thanks Kevin Lyles).
428
429 2007-12-31
430         * Applied submitted patches:
431                 1) to suport Debian's kFreeBSD;
432                 2) to use realtime clock in timed threads and
433                 3) to fix get_ibm_acpi_volume zero value bug
434                 (thanks Kapil Hari Paranjape).
435
436 2007-11-22
437         * Conky 1.4.9 released.
438
439 2007-11-18
440         * Added Gentoo USE flag audacious-legacy for Audacious legacy support.
441
442 2007-11-16
443         * Added support for Audacious 1.4.0 and legacy versions via
444                         --enable-audacious=yes|no|legacy.
445
446 2007-11-14
447         * Fix compilation error with --disable-x11 (bug #1830373).
448         * Bump doc stylesheet from 4.3 to 4.4.
449
450 2007-10-31
451         * Fix mpd_smart bug #1822773.
452
453 2007-10-23
454         * Externalize default config file: ${sysconfdir}/conky/conky.conf
455
456 2007-10-21
457         * Initialize music_player_interval so built-in .conkyrc actual works.
458         * Lower timed_thread minimum timing interval from 50 usecs to 10 usecs.
459         * Separate timed thread asserts for clarity.
460         * Remove ${tail /var/log/Xorg.0.log} from default text.
461         * Update vim/nano syntax files.
462
463 2007-10-18
464         * Conky 1.4.8 released.
465
466 2007-10-17
467         * doc/man fixes 1810328 & 1813483.
468         * struct alignment patch 1812924 (sohalt).
469
470 2007-10-02
471         * Multiple mailbox patch (thanks Ben Kibbey).
472
473 2007-09-28
474         * Small fix for $ibm_volume (thanks Kapil Hari Paranjape).
475         * Patch so $tail can read from a fifo file descriptor (thanks Ben Kibbey).
476
477 2007-09-01
478         * Improved performance slightly.
479         * Added 'music_player_interval' config option to specify an update interval for
480                         music player threads (currently honored by mpd and audacious).
481         * Fixed some minor memory leaks associated with SIGUSR1.
482         * Zero out imap and pop3 stuff when the connection fails.
483
484 2007-08-31
485         * _Really_ fix mpd SIGPIPE issues.
486         * Fix timed thread race condition, seen esp. on new kernel scheduler (cfs).
487         * Fix $audacious_title not being displayed when no length argument indicated.
488
489 2007-08-30
490         * Conky 1.4.7 released.
491         * Check for pkg-config >=0.19.
492         * Use timed_thread for mpd.
493
494 2007-08-27
495         * Fixed issue with SIGPIPE and mpd.
496         * Updated COPYING (with more clarifications).
497
498 2007-08-14
499         * Updated vim/nano syntax files.
500
501 2007-08-12
502         * Added $hwmon var, similar to $i2c and $platform.
503
504 2007-08-12
505         * Added var $platform which is similar to $i2c and accommodates the conversion
506           of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
507         * Removed config item post_21_kernel since it forced all i2c device lookups
508           to go to /sys/bus/platform/devices and some people may need a mix of both
509                 i2c and platform devices.
510
511 2007-08-10
512         * Clarifying licensing
513
514 2007-08-08
515         * RSS support
516         * Wireless support for Linux
517
518 2007-08-05
519         * Conky 1.4.6 released
520         * Updated to libmpdclient 0.13.0
521         * Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
522         so i2c works properly
523
524 2007-08-04
525         * Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
526         * Added support for multiple batteries when using acpi (thanks Phil)
527         * a bunch of code cleanups (thanks Psychon)
528         * added max length paramater to mpd_title (thinks fow)
529         * a number of small bug fixes
530
531 2007-07-15
532         * Fix PID display, patch #1753934.  thanks sohalt.
533         * Fix displaying 4 GB traffic after reloading network driver,
534                         patch #1754260.  thanks sohalt.
535
536 2007-06-21
537         * Right-justify top/top_mem vars (pid/cpu/mem} so they align on the decimal.
538
539 2007-04-25
540         * Added color[0-9] variable patch (thanks jieryn)
541
542 2007-04-05
543         * Added if_empty patch (thanks Erik)
544         * Added if_existing patch for string matching (thanks cromka)
545         * Added hwmon support (thanks flitsch)
546         * Some xmms2 updates (thanks sleipner)
547         * Added $battery_percent and $battery_bar (thanks akash)
548
549 2007-02-25
550         * OpenBSD support added to Conky (thanks hifi)
551         * Updated mboxscan stuff (thanks calmar)
552
553 2007-02-25
554         * Created branch/1.5 copy of trunk/conky1.  Removing all experimental
555           network code from trunk/conky1.
556
557 2007-02-14
558         * Include missing mboxscan.h in conky.h.
559         * Fixed signedness warnings in conky.c.
560
561 2007-02-11
562         * Added buffer_text_size option to change the size of the buffer for
563         things like $exec, $tail, et cetera
564         * Added $mboxscan which lets you display the Subject and From fields
565         from recent email in an mbox file
566         * Disambiguated (is that a word?) $cpu docs
567
568 2007-01-14
569         * Fallback to gettimeofday() when clock_gettime () not available (mac os).
570
571 2007-01-09
572         * API change (timing in milliseconds) for dexter_timedsampler_new ().
573
574 2007-01-07
575         * Add config.rpath (created by gettextize -copy) to distribution
576           to satisfy AM_ICONV.
577         * Clean up some warnings; remove ftp.[ch] from src/Makefile.am.
578
579 2006-12-29
580         * Update svn ebuild to new sourceforge url scheme.
581                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
582         * Added head/tail rewrite patch (thanks Ryan Twitchell)
583         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
584
585 2006-12-26
586         * Clear conky vars on disconnect/failure to open files.
587
588 2006-12-23
589         * Updated to libmpdclient 0.12.0
590
591 2006-12-22
592         * client/server infrastructure and prototype for linux only (so far):
593                 - requires libdexter (http://sourceforge.net/projects/libdexter)
594                 and the dxt-sysinfo plugin (svn only at the moment).
595         * new config items:
596                 - dexter_client yes/no
597                 - dexter_server yes/no
598                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
599                 - own_window_class <WM Class Name> (default: Conky)
600                         - replaces wm_class_name
601                 - own_window_title <Window Title> (default: <hostname> - conky)
602         * removed config items:
603                 - wm_class_name (use own_window_class, same function)
604         * configure changes:
605           --disable-network (default=yes) with auto-detection for libdexter.
606                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).
607                         HAVE_SYSINFO and others determine if /proc/uptime is used.
608                 - silently disable xft, double-buffer and xdamage if no x11.
609                 - change enable/disable labels to reflect defaults accurately.
610                 - simplified compile-based checks for sysinfo/getloadavg and by moving
611                   them into AC_CHECK_FUNCS.
612         * allow decorated, own_window=yes windows to be given input focus by WM:
613                 - do not pass button clicks through to desktop in this scenario as conky
614                   immediately loses focus.
615
616 2006-12-13
617         * Clarify LGPL license on timed_thread modules.
618         * Update NEWS files.
619
620 2006-12-12
621         * Split battery variable into two:
622                 battery, e.g. "charging 75%" and
623                 battery_time, e.g. "3h 15m".
624         * Conky 1.4.5 released.
625
626 2006-12-11
627         * Close pop3/imap sockets.
628         * Fix outstanding battery issues.
629
630 2006-12-10
631         * Fix peek table bug with new portmon code.
632
633 2006-12-09
634         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
635         due to licensing issue noted by Fedora Core packagers.
636         * Eliminated config items:
637                 min_port_monitors,
638                 min_port_monitor_connections
639         * Added config item:
640                 max_port_monitor_connections
641
642 2006-11-30
643         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
644         for the crypto freaks.  Idea suggested by Perttu Luukko
645         <nuteater@users.sourceforge.net> in feature request 1497050.
646         * Added max length specifier to audacious_title.  Closes
647         feature request #1600631.
648
649 2006-11-28
650         * Rearrange retry attempts in pop3 and imap code, removing sleep()
651         calls which cause the whole process to sleep, not just the thread.
652
653 2006-11-22
654         * Added max_specials config item with default 512.  This should
655         close bug #1574523 for real this time.  Thanks to John Harrigan
656         <jfharrigan@fedex.com> for this one.
657
658 2006-11-21
659         * Changed autotools for subversion versioning.
660         * Updated svn ebuild for gentoo.
661         * Documentation updates for clarity, i.e. close bug #1599041.
662
663 2006-11-20
664         * fix compile error with --disable-xdamage when Xdamage.h not present.
665
666 2006-11-18
667         * fix bug where present rate var was not being read from acpi battery
668         state file: /proc/acpi/battery/%s/state.
669
670 2006-11-15
671         * Change linkstatus display for use_spacer.  Closes bug #1577580.
672
673 2006-11-14
674         * Fix compile error with --disable-x11.
675         * Add new timed thread abstraction routines.
676         * Convert thread activity to timed threads, including
677         texeci, imap, pop3, audacious.
678         * Change memory vars from unsigned long to unsigned long long
679         to fix reported overflow, e.g. swapmax >= 4Gb.
680
681 2006-11-13
682         * Use pthread_cond_timedwait() instead of sleep() in audacious
683         thread.  Will convert all worker threads to this timing method.
684
685 2006-11-12
686         * Fix freebsd build error.
687         * Minor changes to syntax files.
688         * Conky 1.4.4 released.
689
690 2006-11-11
691         * Add max_user_text to documentation.
692         * Fixed BadWindow bugs (#1568366, #1588384).
693
694 2006-11-10
695         * Remove on_bottom and xmms_player completely.
696         * Closed ibm_temps bug #1591609.
697         * Conky 1.4.3 released.
698
699 2006-11-09
700         * Updated vim and nano syntax coloring scripts.
701         * Added extras/ dir with syntax stuff to distribution tarball.
702
703 2006-11-08
704         * Added new config item 'max_user_text' with default 16384,
705         twice as large as previous hard-coded default of 8192 bytes.
706         Increase as needed to accomodate large config files with a
707         great deal of text.  This closes SF bug #1574523.
708
709 2006-11-07
710         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
711         with fallback to conventional checks.
712         * Fixed segmentation fault on SUGUSR1 bug.
713         * Commented out Imlib2 from configure.ac since it's only partially
714         implemented.
715
716 2006-11-04
717         * Removed broken mldonkey and seti support.
718         * Added Hellf[i]re's nano syntax coloring script to svn.
719
720 2006-11-03
721         * Removed support for Xmms, BMP and Infopipe from conky.
722         The Xmms and Bmp players are projects are dead and distros such
723         as Gentoo are slating them for removal.
724         * Added support for Audacious using new audacious vars.
725
726 2006-10-18
727         * Implement WiFi signal level detection on FreeBSD (patch
728         by Stepan Zastupov)
729
730 2006-10-04
731         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
732         environment variables and fix crash for users with locale
733         name longer than 10 chars (repored by Michael Schwendt)
734
735 2006-09-30
736         * --enable-debug added.
737         * prevent libtool from adding its default CFLAGS
738
739 2006-09-28
740         * Use pkg-config instead of xft-config.
741         * Fix last line bug which had required padding text with extra blank line
742         to see text on last line.
743
744 2006-09-01
745         * Fix type-punning and "differ in signedness" warnings seen with
746         gcc-4.1 -O2.
747
748 2006-08-27
749         * Fix compilation errors when building with --diable-x11; bug #1547164
750
751 2006-08-12
752         * Make configure script print summary info
753         * Make `conky -v` show compiled-in features
754
755 2006-08-10
756         * Added Spock's patches, adding hddtemp, goto and tab variables.
757
758 2006-07-13
759         * Added tztime patch to show time in arbitrary time zones (thanks Ram
760         Yalamanchili)
761
762 2006-06-07
763         * Small battery fix (thanks Nexox, sf.net patch 1500014)
764         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
765
766 2006-05-27
767         * Fixed a bug with $font
768
769 2006-05-24
770         * Xdamage support for composite and pals
771
772 2006-05-23
773         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
774         Tarjan for the patch)
775
776 2006-05-21
777         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
778         patch)
779
780 2006-05-17
781         * Fixed issue with graphs not reaching all the way to the borders
782         (sf.net bug 1470480)
783         * Cleaned up units
784
785 2006-05-15
786         * Conky 1.4.2 released
787
788 2006-05-13
789         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
790         * Added some safety to the threading code
791
792 2006-05-09
793         * Changed $font behavior so that the font persists past the next
794         newline.  It can be set back to the default with $font with no args.
795         (closes bug 1478676 on sf.net)
796
797 2006-05-08
798         * Added simple POP3/IMAP mail clients
799
800 2006-04-23
801         * Added support for PowerBook batteries
802         * Fixed broken $if/$else stuff
803
804 2006-04-15
805         * Added patch from Peter Tarjan to add support for IBM ACPI
806         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
807
808 2006-04-11
809         * Removed sa_restorer crap (may fix some compile errors for some
810         people)
811
812 2006-04-07
813         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
814
815 2006-03-30
816         * Added patch to support new port monitor REMOTESERVICE peekable.
817
818 2006-03-29
819         * Scan port numbers as short.  Fixes debian bug# 359974.
820
821 2006-03-25
822         * Added XMMS2 patch 1456203 from Lassi Selander
823         * Added FreeBSD battery patch 1456008 from Petr Holub
824
825 2006-03-21
826         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
827         Holub <hopet@users.sourceforge.net>)
828
829 2006-03-15
830         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo
831         (Gentoo bug# 125226).
832         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
833         path for conky1.
834
835 2006-03-12
836         * FreeBSD cpu info patch
837         * Conky 1.4.1 released
838
839 2006-03-07
840         * Fixed issue where some WM's don't control conky own_window windows.
841         * Added newly-updated vim file detection and syntax hilighting files to svn.
842         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
843
844 2006-03-06
845         * Fixed battery problems when charged
846         * MPD code handles broken pipe now, instead of just killing conky
847         * Switch from CVS to SVN.  Thanks SourceForge.
848
849 2006-03-05
850         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
851         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
852         * Stop using override_redirect true -- conky back under WM control
853         when using 'own_window yes'.
854         * Fixed texeci breakage when forking to background is on
855
856 2006-02-14
857         * Drastically simplified own_window=yes window creation code.
858         * on_bottom and wm_class_name deprecated (they do nothing)
859
860 2006-02-13
861         * Fixed typo bug in portmon code that caused incorrect monitor data
862         to be displayed.
863
864 2006-02-12
865         * Conky 1.4.0 released
866
867 2006-01-27
868         * Cleaned up texeci code
869
870 2006-01-26
871         * Added freedesktop.org extended window manager hints (EWMH)
872         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
873         Fixes stacking order issues with freedesktop-compliant wm's,
874         such as XFCE4+.
875
876 2006-01-25
877         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
878         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
879         * Fixed xmms.c code to load glib 1.2 shared object lib.
880
881 2006-01-11
882         * Added xmms version 1 support.
883         * Added bmp through 0.9.7.1 support.
884         * Added config item xmms_player: none, xmms, bmp, audacious or
885         infopipe.
886
887 2006-01-07
888         * Added Audacious media player support.
889
890 2006-01-06
891         * Fixed infopipe bug (select() affects timer as a side effect on
892         Linux!)
893
894 2006-01-05
895         * Added draw_graph_borders option
896         * Added XMMS/BMP InfoPipe plugin support
897
898 2006-01-01
899         * Conky 1.3.5 released
900
901 2005-12-31
902         * Fixed bug with use_xft causing ignorance of font selection (sf.net
903         bug 1387564)
904         * Fixed issue with parsing of hex values for colours
905
906 2005-12-30
907         * Added BMPx (http://beep-media-player.org/) support
908
909 2005-12-14
910         * Fixed issues with execi stuff
911
912 2005-12-10
913         * Added sf.net patch 1374576
914
915 2005-12-05
916         * Fixed sf.net bug 1367745
917
918 2005-11-30
919         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921,
920           all variations of the same array out of bounds issue.
921         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
922
923 2005-11-27
924         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
925
926 2005-11-24
927         * Fixed gentoo bug# 113219
928
929 2005-11-23
930         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
931         with synchronous signal processing. set to #undef for previous behavior.
932         * Use POSIX signal api's, not the ANSI signal().
933
934 2005-11-22
935         * Fixed IP address bug (sf.net bug 1359055)
936
937 2005-11-16
938         * Conky 1.3.4 released
939
940 2005-11-12
941         * Replaced bitwise copy of tcp_connection_t with function
942         copy_tcp_connection().
943         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),
944         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
945         eliminating all mallocs.  pkovacs.  See bug 1355470.
946
947 2005-11-11
948         * moved hash sizing code into portmon lib, where it belongs
949         * More mem leaks fixed.
950
951 2005-11-10
952         * Added config items min_port_monitors / min_port_monitor_connections
953
954 2005-11-09
955         * Cleaned up top code, bug fixes
956         * Fixed some memory leaks
957
958 2005-11-08
959         * Fix bug# 1351686.  Patch by boojit.
960         * Fixed 1331576 (I think) with bad cpu usage reporting
961
962 2005-11-01
963         * Documentation updates for compiling and port monitoring
964         * Removed cairo stuff (it's useless)
965
966 2005-10-31
967         * Added statfs sf.net patch 1344493
968
969 2005-10-30
970         * Added tcp port monitor support (pkovacs)
971
972 2005-10-28
973         * Added WM_CLASS patch from sf.net patch 1340825
974
975 2005-10-21
976         * acpi segfault should be fixed (sf.net bug 1330893)
977         * SIGUSR1 bug fixed? (sf.net bug 1330914)
978
979 2005-10-17
980         * Ugly MPD mem leak fixed
981         * Other mem leaks fixed
982         * Fixed thing where conky exits if LC_ALL and friends isn't set
983         * Conky 1.3.3 released
984
985 2005-10-13
986         * Conky 1.3.2 released
987
988 2005-10-10
989         * More MPD objects (sf.net patch 1319461)
990
991 2005-10-07
992         * fixed mldonkey bug? sf.net bug 1316531
993
994 2005-09-30
995         * Linkstatus patch from btlee on f.g.o (see
996         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
997
998 2005-09-29
999         * Fixed build on FreeBSD for non-i386
1000         * Made it so top_mem doesn't show all the forks of one process
1001
1002 2005-09-27
1003         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
1004
1005 2005-09-24
1006         * Fixed bug where graphs/bars don't show when maximum_width is enabled
1007
1008 2005-09-15
1009         * Fixed right-alignment bug thanks to Pascal Eberhard
1010         * Applied patch 1291420 from sf.net
1011         * Fixed issue with whack graph data
1012         * Fixed issue with Conky quitting when a file fails to load
1013
1014 2005-09-11
1015         * Fixed bug with xft and double buffer in own window
1016         * 1.3.1 released
1017
1018 2005-09-04
1019         * Misc small bug fixes
1020
1021 2005-09-03
1022         * MPD patch (sf.net patch 1281108)
1023         * Fixed graph width bug
1024
1025 2005-08-31
1026         * FreeBSD support was added
1027         * 1.3.0 released
1028
1029 2005-08-27
1030         * added threaded execi, $texeci
1031         * feature freeze
1032
1033 2005-08-26
1034         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
1035         * Diskio fixes (sf.net 1274140)
1036         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
1037         * Far better SMP support
1038         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
1039
1040 2005-08-25
1041         * More own_window fixes
1042         * applied disk io patch (sf.net patch 1271691)
1043         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
1044         * removed units from $freq* output
1045         * fix for graph config parsing
1046         * Added $head, fixed mem leak with $tail
1047
1048 2005-08-24
1049         * More configure and makefile updates
1050         * Added scale arg for net graphs
1051         * Fixed bug in own_window stuff--amazing fake transparency now works
1052         properly
1053         * added own_window_colour, own_window_transparent
1054
1055 2005-08-23
1056         * Added maximum_width
1057
1058 2005-08-22
1059         * Added $execibar and $execigraph
1060
1061 2005-08-21
1062         * Moved source into src/, moved docs into doc/
1063         * Updated makefiles
1064
1065 2005-08-20
1066         * Applied patch from zimba-tm, closes patch 1260225
1067         * Fixed ugly gradient bug.  closes bug 1255608
1068         * Added $voffset
1069         * Removed metar code.  It sucked.
1070         * Added $acpitempf for amooricans
1071         * $tail fixes
1072
1073 2005-08-12
1074         * Multiple unit additions and modifications
1075
1076 2005-08-07
1077         * mpd password patch from Joshua Gerrish
1078         * conky can run without X now, use --disable-x11 when configuring
1079 =========================================================================
1080 =========================================================================
1081 2005-08-06
1082         * Conky 1.2 released
1083
1084 2005-08-05
1085         * small fixes
1086         * added CVS ebuild, huge thanks to Hopeless for this
1087
1088 2005-08-04
1089         * special thanks to Citizen_X and his patience
1090         * Citizen_X pwns
1091         * keep shakin' those big 'ol titties
1092         * Citizen_X
1093         * Citizen_X
1094         * Citizen_X
1095         * Citizen_X
1096
1097 2005-08-03
1098         * many small fixes, thanks to those who reported problems
1099
1100 2005-08-02
1101         * dramatically improved how conky handles fonts
1102         * fixed issues with graph args
1103         * fixed shades and outlines
1104
1105 2005-08-01
1106         * stabilized code
1107         * added gradients to graphs (very pretty)
1108         * things
1109         * added $font, yay
1110         * feature freeze; only bugfixes now
1111
1112 2005-07-30
1113         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
1114         $downspeedgraph, and $upspeedgraph
1115         * added override_utf8_locale option
1116         * poop
1117         * $tab patch from jack_mort on f.g.o
1118
1119 2005-07-28
1120         * Added new graphing code, such as $cpugraph
1121         * small fixes all round
1122         * stuff
1123         * things
1124         * added more mpd objects
1125
1126 2005-07-24
1127         * Conky now has UTF-8 support
1128         * Fixed $freq for those with CPU scaling
1129         * Fixed the problem with total_run_times
1130         * Fixed alignment of bars and lines and stuff
1131         * Reduced conky's memory usage (yay!)
1132         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
1133         of cpu
1134
1135 2005-07-17
1136         * Fixed a pile of bugs in configure script
1137         * Added proper checking for headers in configure script
1138         * Made METAR shit threaded so it would stop being retarded, also made
1139         it try more then once to update
1140         * Added $metar_tempf and ${i2c tempf} for americans
1141
1142 2005-07-16
1143         * Added option for Conky to update N times and quit, see
1144         total_run_times in conkyrc.sample
1145         * Added metar code for weather info, thanks to somebody on sf.net
1146         * Added $alignr and $alignc for right and centre alignment
1147         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
1148         options $addr and $linkstatus (please test!), as well as fixed a mem
1149         leak in this patch
1150         * adt746x fix, thanks to dan-h on sf.net
1151         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net
1152         * Added patch to allow hex colour values, thanks roiban adi on sf.net
1153         * Added if constructs patch, thanks Lucas Brutschy on sf.net
1154         * Fixed bug in tab code (hopefully for the last time)
1155         * Added option to sort by cpu or memory for top, see top_sort_cpu
1156
1157 2005-07-12
1158         * Added fix for battery charged state (thanks to Lukas Zapletal
1159         <lzap@seznam.cz>)
1160
1161 =========================================================================
1162 =========================================================================
1163
1164 2005-07-05
1165         * Conky 1.1 released
1166
1167 2005-07-03
1168         * Added $mpd_bar and $mpd_bitrate
1169         * Some minor code cleanups prior to release
1170         * Fixed problem with Conky not compiling when XFT disabled
1171         * Fixed configure.in problems with Xdbe
1172
1173 2005-07-01
1174         * Fixed memory leak in MPD code
1175         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
1176         and memory
1177         * Fixed more mem leaks
1178
1179 2005-06-30
1180         * Added use_spacer to config
1181         * Added $mpd_status
1182         * Added small fix for i2c from Filedil on forums.gentoo.org
1183
1184 2005-06-28
1185         * Made it possible to use tabs to right-justify (just add a bunch)
1186         * Added ${execbar} (see conkyrc.sample)
1187
1188 2005-06-26
1189         * Added memory % to top output
1190         * 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)
1191
1192 2005-06-25
1193         * Conky now recognizes the tab character correctly
1194         * Added simple config option to print to stdout (out_to_console
1195         <yes/no>)
1196
1197 2005-06-23
1198         * Added top output.  Check the sample config.
1199         * Cleaned up code.
1200
1201 2005-06-22
1202         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
1203         * Removed NVCtrl code
1204         * Added noswap and i2c patches
1205
1206 =========================================================================
1207 =========================================================================
1208
1209 2005-06-21
1210         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
1211         http://conky.sf.net/
1212         * Added xwin patch
1213         * Added new feature for sample averaging of CPU and net info
1214
1215 2004-12-22
1216         * Version 0.18 released
1217
1218 2004-12-21
1219         * Fixed some double buffer + Xft stuff
1220         * Applied X-Mozilla-Status patch (thanks affinity)
1221         * Applied NVCtrl patch and modified it a bit (temperature monitoring
1222           for nvdia-based graphics cards) (I couldn't test this so it may or
1223           may not work or even compile) (thanks Dennis Frommknecht)
1224         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
1225           mail, I didn't catch your name from sourceforge])
1226         * Applied patch that supports mailbox that is in some 'maildir' format
1227           (thanks jolapache [send mail, I didn't catch your name from
1228           sourceforge])
1229         * min -> m
1230         * Applied pad_percents patch (thanks JL Farinacci)
1231         * Fixed some stuff in acpi fan and acpi ac adapter
1232         * Optional XFT even when compiled in
1233
1234 2004-11-30
1235         * Applied utime patch (UTC time) (thanks David McCabe)
1236
1237 2004-11-29
1238         * Applied Xdbe patch, this includes double_buffer configuration and
1239           -b command line option (thanks Bruce Merry)
1240         * Applied some other seti patch, not tested (thanks William DiPlacido)
1241
1242 2004-08-25
1243         * Applied netbsd patch (thanks Rui Paulo)
1244         * Applied cpu frequency patch (thanks William DiPlacido)
1245         * Applied adt746x patch (thanks Dennis Kaandorp)
1246         * Applied some other FreeBSD patch by the same guy
1247
1248 2004-07-31
1249         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
1250
1251 2004-07-25
1252         * Xft support and xftfont configuration
1253         * rewrote some stuff, there might be some new bugs in old places
1254
1255 2004-07-24
1256         * I2C divisor from a file (thanks Falk Feuersenger)
1257
1258 2004-07-20
1259         * changed battery thing to ${battery <filename in
1260           /proc/acpi/battery/>}
1261         * SETI@Home stuff (thanks Jarski)
1262
1263 2004-07-05
1264         * changed signal for config file reloading to SIGUSR1
1265         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
1266           $mixerrbar
1267
1268 2004-06-03
1269         * maybe fixed acpi battery thing when "present rate" isn't known
1270
1271 2004-06-01
1272         * fixed width for all bars, use like ${cpubar 4,50}
1273
1274 2004-05-25
1275         * Version 0.17 released
1276
1277 2004-05-23
1278         * battery number for ACPI battery (thanks Leszek Krupiñski)
1279         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
1280           the old battery thing worked
1281         * bug fix on load average reporting (thanks Leszek Krupiñski)
1282         * outlines to text, draw_outline and default_outline_color
1283           configurations and $outlinecolor (thanks adi)
1284         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
1285
1286 2004-05-19
1287         * fixed a bug when starting after Opera (and some other programs)
1288         * sticky window
1289         * minimum_size
1290
1291 2004-05-18
1292         * added border_width configuration
1293
1294 2004-05-16
1295         * fixed zero length bar bug
1296
1297 2004-05-15
1298         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
1299           $fs_used
1300         * leaves ACPI temperature file open (faster)
1301         * -a option to change alignment on command line
1302
1303 2004-05-14
1304         * fixed ACPI temperature bug
1305         * border_margin configuration
1306         * ${execi <interval> <command>}, execute with specific interval
1307         * added possibility to manually set the position (-x and -y options)
1308           (thanks to Gwenhael LE MOINE)
1309         * $buffers and $cached (thanks to Jeremy Burch)
1310         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
1311
1312 2004-05-14
1313         * Version 0.16 released
1314
1315 2004-05-13
1316         * $pre_exec, execute a shell command one time
1317         * preparsing of text (faster but more memory usage)
1318         * less system calls (faster)
1319         * APM things to $battery (untested)
1320
1321 2004-05-12
1322         * added $new_mails changed $mails to tell total mail count
1323
1324 2004-05-11
1325         * transparent window, own_window configuration, -o cmdline option
1326         * $exec, execute a shell command
1327         * $acpitemp, $battery - acpi stuff (not really tested)
1328
1329 2004-05-10
1330         * $loadavg, load average
1331         * $mails, unread local mails, mail_spool configuration
1332
1333 2004-05-09
1334         * Version 0.15 released
1335
1336 2004-05-06
1337         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
1338         * Some other stuff