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