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