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