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