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