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