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