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