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