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