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