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