X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=3dfb7ebf9379eec4a2c0f4dd369120277f3ef078;hb=8927efc62e47c7fffb9887f9281b4f8ac70f5877;hp=aae8678a5ab22b2ffe298d205600b38b48a42e4c;hpb=798677364312ea97b5ca61cb07f1369ba2e03277;p=monky diff --git a/ChangeLog b/ChangeLog index aae8678..44b3118 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,318 @@ # $Id$ +2006-11-03 pkovacs + * Removed direct support for Xmms, BMP and Infopipe from conky. + The Xmms and Bmp players are projects are dead and distros such + as Gentoo are slating them for removal. + * Added direct support for Audacious with conventional linking. + +2006-10-18 + * Implement WiFi signal level detection on FreeBSD (patch + by Stepan Zastupov) + +2006-10-04 + * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG + environment variables and fix crash for users with locale + name longer than 10 chars (repored by Michael Schwendt) + +2006-09-30 + * --enable-debug added. + * prevent libtool from adding its default CFLAGS + +2006-09-28 + * Use pkg-config instead of xft-config. + * Fix last line bug which had required padding text with extra blank line + to see text on last line. + +2006-09-01 + * Fix type-punning and "differ in signedness" warnings seen with + gcc-4.1 -O2. + +2006-08-27 + * Fix compilation errors when building with --diable-x11; bug #1547164 + +2006-08-12 + * Make configure script print summary info + * Make `conky -v` show compiled-in features + +2006-08-10 + * Added Spock's patches, adding hddtemp, goto and tab variables. + +2006-07-13 + * Added tztime patch to show time in arbitrary time zones (thanks Ram + Yalamanchili) + +2006-06-07 + * Small battery fix (thanks Nexox, sf.net patch 1500014) + * Fixed order of variables/objects in docs (thanks Peter Tarjan) + +2006-05-27 + * Fixed a bug with $font + +2006-05-24 + * Xdamage support for composite and pals + +2006-05-23 + * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter + Tarjan for the patch) + +2006-05-21 + * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the + patch) + +2006-05-17 + * Fixed issue with graphs not reaching all the way to the borders + (sf.net bug 1470480) + * Cleaned up units + +2006-05-15 + * Conky 1.4.2 released + +2006-05-13 + * GNU Iconv support added, new objects $iconv_start and $iconv_stop + * Added some safety to the threading code + +2006-05-09 + * Changed $font behavior so that the font persists past the next + newline. It can be set back to the default with $font with no args. + (closes bug 1478676 on sf.net) + +2006-05-08 + * Added simple POP3/IMAP mail clients + +2006-04-23 + * Added support for PowerBook batteries + * Fixed broken $if/$else stuff + +2006-04-15 + * Added patch from Peter Tarjan to add support for IBM ACPI + * Added xmms2 patch from Lassi Selander (sf.net patch 1469523) + +2006-04-11 + * Removed sa_restorer crap (may fix some compile errors for some + people) + +2006-04-07 + * Added patch for adt746x fan/cpu speed for kernel >=2.6.12 + +2006-03-30 + * Added patch to support new port monitor REMOTESERVICE peekable. + +2006-03-29 + * Scan port numbers as short. Fixes debian bug# 359974. + +2006-03-25 + * Added XMMS2 patch 1456203 from Lassi Selander + * Added FreeBSD battery patch 1456008 from Petr Holub + +2006-03-21 + * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr + Holub ) + +2006-03-15 + * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo + (Gentoo bug# 125226). + * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk + path for conky1. + +2006-03-12 + * FreeBSD cpu info patch + * Conky 1.4.1 released + +2006-03-07 + * Fixed issue where some WM's don't control conky own_window windows. + * Added newly-updated vim file detection and syntax hilighting files to svn. + * Fixed issue with graphs resetting colours (sf.net bug #1420473) + +2006-03-06 + * Fixed battery problems when charged + * MPD code handles broken pipe now, instead of just killing conky + * Switch from CVS to SVN. Thanks SourceForge. + +2006-03-05 + * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort) + http://bugs.gentoo.org/show_bug.cgi?id=122637#c3 + * Stop using override_redirect true -- conky back under WM control + when using 'own_window yes'. + * Fixed texeci breakage when forking to background is on + +2006-02-14 + * Drastically simplified own_window=yes window creation code. + * on_bottom and wm_class_name deprecated (they do nothing) + +2006-02-13 + * Fixed typo bug in portmon code that caused incorrect monitor data + to be displayed. + +2006-02-12 + * Conky 1.4.0 released + +2006-01-27 + * Cleaned up texeci code + +2006-01-26 + * Added freedesktop.org extended window manager hints (EWMH) + for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR. + Fixes stacking order issues with freedesktop-compliant wm's, + such as XFCE4+. + +2006-01-25 + * Fixed stupid graph code (it still sucks) sf.net bug 1372962 + * Fixed $if_* stuff, sf.net bug 1401338 and 1400854 + * Fixed xmms.c code to load glib 1.2 shared object lib. + +2006-01-11 + * Added xmms version 1 support. + * Added bmp through 0.9.7.1 support. + * Added config item xmms_player: none, xmms, bmp, audacious or + infopipe. + +2006-01-07 + * Added Audacious media player support. + +2006-01-06 + * Fixed infopipe bug (select() affects timer as a side effect on + Linux!) + +2006-01-05 + * Added draw_graph_borders option + * Added XMMS/BMP InfoPipe plugin support + +2006-01-01 + * Conky 1.3.5 released + +2005-12-31 + * Fixed bug with use_xft causing ignorance of font selection (sf.net + bug 1387564) + * Fixed issue with parsing of hex values for colours + +2005-12-30 + * Added BMPx (http://beep-media-player.org/) support + +2005-12-14 + * Fixed issues with execi stuff + +2005-12-10 + * Added sf.net patch 1374576 + +2005-12-05 + * Fixed sf.net bug 1367745 + +2005-11-30 + * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, + all variations of the same array out of bounds issue. + * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only) + +2005-11-27 + * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels. + +2005-11-24 + * Fixed gentoo bug# 113219 + +2005-11-23 + * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting + with synchronous signal processing. set to #undef for previous behavior. + * Use POSIX signal api's, not the ANSI signal(). + +2005-11-22 + * Fixed IP address bug (sf.net bug 1359055) + +2005-11-16 + * Conky 1.3.4 released + +2005-11-12 + * Replaced bitwise copy of tcp_connection_t with function + copy_tcp_connection(). + * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(), + get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(), + eliminating all mallocs. pkovacs. See bug 1355470. + +2005-11-11 + * moved hash sizing code into portmon lib, where it belongs + * More mem leaks fixed. + +2005-11-10 + * Added config items min_port_monitors / min_port_monitor_connections + +2005-11-09 + * Cleaned up top code, bug fixes + * Fixed some memory leaks + +2005-11-08 + * Fix bug# 1351686. Patch by boojit. + * Fixed 1331576 (I think) with bad cpu usage reporting + +2005-11-01 + * Documentation updates for compiling and port monitoring + * Removed cairo stuff (it's useless) + +2005-10-31 + * Added statfs sf.net patch 1344493 + +2005-10-30 + * Added tcp port monitor support (pkovacs) + +2005-10-28 + * Added WM_CLASS patch from sf.net patch 1340825 + +2005-10-21 + * acpi segfault should be fixed (sf.net bug 1330893) + * SIGUSR1 bug fixed? (sf.net bug 1330914) + +2005-10-17 + * Ugly MPD mem leak fixed + * Other mem leaks fixed + * Fixed thing where conky exits if LC_ALL and friends isn't set + * Conky 1.3.3 released + +2005-10-13 + * Conky 1.3.2 released + +2005-10-10 + * More MPD objects (sf.net patch 1319461) + +2005-10-07 + * fixed mldonkey bug? sf.net bug 1316531 + +2005-09-30 + * Linkstatus patch from btlee on f.g.o (see + http://forums.gentoo.org/viewtopic-p-2765647.html#2765647) + +2005-09-29 + * Fixed build on FreeBSD for non-i386 + * Made it so top_mem doesn't show all the forks of one process + +2005-09-27 + * Fixed small bug in config parsing (thanks robgrady, bug 1306032) + +2005-09-24 + * Fixed bug where graphs/bars don't show when maximum_width is enabled + +2005-09-15 + * Fixed right-alignment bug thanks to Pascal Eberhard + * Applied patch 1291420 from sf.net + * Fixed issue with whack graph data + * Fixed issue with Conky quitting when a file fails to load + +2005-09-11 + * Fixed bug with xft and double buffer in own window + * 1.3.1 released + +2005-09-04 + * Misc small bug fixes + +2005-09-03 + * MPD patch (sf.net patch 1281108) + * Fixed graph width bug + +2005-08-31 + * FreeBSD support was added + * 1.3.0 released + +2005-08-27 + * added threaded execi, $texeci + * feature freeze + 2005-08-26 * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994) * Diskio fixes (sf.net 1274140) @@ -177,7 +490,8 @@ ========================================================================= 2005-06-21 - * Version 1.0. Conky is born from the ashes of torsmo. Main site: http://conky.rty.ca/ + * Version 1.0. Conky is born from the ashes of torsmo. Main site: + http://conky.sf.net/ * Added xwin patch * Added new feature for sample averaging of CPU and net info