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