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