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