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