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