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