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