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