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