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