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