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