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