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