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