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