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