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