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