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