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