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