commit 04a0c8850f70c4decdd4c5de8341f9f37514740c Author: Brenden MatthewsDate: Thu May 3 14:35:33 2012 -0700 Bump for release. commit 029eee8118685cffc3635004447ea611ebb85fb0 Author: Brenden Matthews Date: Thu May 3 14:22:32 2012 -0700 Remove unneeded variables. commit f5850b713af199e88c56bf68c7f58fd0f4c61523 Author: Alessandro Di Marco Date: Wed Mar 21 00:00:04 2012 +0100 New graph switch (-d) turning histograms into lines Signed-off-by: Alessandro Di Marco Signed-off-by: Brenden Matthews commit ccc3dd1147bc8c9393bdebd7a4e5e64e65654e30 Author: Brenden Matthews Date: Thu May 3 14:05:28 2012 -0700 Version bump. commit 83bf5e3f853918583e519fbba455a79242be9c7c Author: Brenden Matthews Date: Wed Mar 7 11:11:12 2012 -0800 Build fix for Lua >=5.2. See Gentoo bug at https://bugs.gentoo.org/show_bug.cgi?id=407089. commit d88415237683a7d6b46ccd782cd5d79b62cd8316 Author: Pavel Labath Date: Sun Jan 29 21:06:01 2012 +0100 add mpd_date function that shows date for current track (sf.net #3440445) patch submitted by Andrey Tikhonov commit 00c9687c21c8f78d66d1c03b7ad815f2bd4050da Author: Pavel Labath Date: Tue Jan 3 10:36:43 2012 +0100 Fix "rhost undeclared" (sf.net #3466456) patch by Jaromír Cápík commit bf06e2afa3eb557aa4a9d211d1d7a94535705b98 Author: Pavel Labath Date: Thu Dec 8 12:45:55 2011 +0100 Fix spelling error in the manpage noticed by Vincent C. commit 742dbbffaa38627195ca69e41d3d30def1ff9da5 Author: Pavel Labath Date: Sat Nov 5 17:21:23 2011 +0100 Fix execi when interval is larger than system uptime (sf.net #3432429) bug reported by Deciare commit 505a4bb6b15975ddf3d831cbee35cf070a2a687e Author: Pavel Labath Date: Tue Nov 1 16:17:15 2011 +0100 Use statfs64 for $fs_* to support very large volumes bug reported by puppetm. commit 97ff689cf4a64660f43aae087219d1dc86a1d5a7 Author: Brenden Matthews Date: Tue Oct 25 15:57:45 2011 -0700 RFC 3501 only requires + for IMAP continuation. commit 586da564b52d70a6f74615251bd6f6e6decb784c Author: Brenden Matthews Date: Tue Oct 25 15:33:17 2011 -0700 Fix IMAP regression from b751e932912c96beb6dc6b9cb08b1688d8683cc9. commit 88914955587a9ffb239d95b6cffc14c20f5584fc Author: Brenden Matthews Date: Tue Oct 25 15:32:52 2011 -0700 Fix another regression from c1277d650bff74d338e001c80a77a449450fd8e9. commit c1277d650bff74d338e001c80a77a449450fd8e9 Author: Brenden Matthews Date: Tue Oct 25 15:19:45 2011 -0700 Fix for regression introduced by 951cb1ac7e34347f54dc968e68371d5c334abc5e. commit 9a0402341bbc222a1176ad015b9bc05cd28a49a3 Author: Brenden Matthews Date: Tue Oct 25 10:53:59 2011 -0700 Check for ncurses correctly. commit f6aac5981e70118dc28b3c7a1fe6065955fe3dcb Author: Pavel Labath Date: Tue Oct 25 18:53:09 2011 +0200 Increase MAX_NET_INTERFACES to 64 also change a magic constant in net_stat.h to reflect the fact that it depends on MAX_NET_INTERFACES. For more info, see sf.net #2872682 and gentoo bug #384505 commit 1248fd2139e291e7ac666ccf5edc41346b880f72 Author: Pavel Labath Date: Sun Oct 23 20:51:55 2011 +0200 Fix graph updating for large (>512pix) graphs (sf.net #3253656) apparently, this was actually a feature as someone made it deliberately act that way. However, I agree with the bug reporter that it is strange so I remove it. commit 152cdb4cc310bd50ceb349f4c5d67b0fb3daf6b9 Author: Pavel Labath Date: Wed Oct 19 16:37:27 2011 +0200 Fix xmms2 stream updating (sf.net #3150884) Currently the variables related to xmms2 in conky do not update if the currently playing track has any of its information updated (ie: the title changes). This results in incorrect behaviour for streams where the same track is continually played but the title and artist change as new songs are played. The attached patch corrects this issue by changing conky to respond to a callback that fires when xmms2 media library entries are updated. After the callback fires, the patch checks to see if the media library entry that changed corresponds to the currently playing song and if it does updates the conky xmms2 related variables accordingly. A different version of the patch was previously submitted and accepted into conky. Unfortunately, this patch contained a bug that caused conky xmms2 variables to be updated when any media library information was updated. However, the previous patch was reverted as a result of a commit the made conky compatible with a new version of the xmms2 client api. Patch submitted by Tamim Khan. Signed-off-by: Pavel Labath commit 21c4e8a3efa636cb21c85e4700d3258c2b16591e Author: Pavel Labath Date: Tue Oct 18 19:51:32 2011 +0200 Remove now obsolete comment about quotes in execgraph in docs commit d6aab26cfa974d47a069fbd3a5ab3492d35498ff Author: Pavel Labath Date: Tue Oct 18 19:48:49 2011 +0200 Make execgraph working again (sf.net #3185428) ps: the graph parsing code is a mess and in desperate need of a rewrite, that's why i'm not pushing this code to master, as it's only a stop-gap measure commit b751e932912c96beb6dc6b9cb08b1688d8683cc9 Author: Pavel Labath Date: Sun Oct 16 12:04:42 2011 +0200 Support IMAP responses which arrive fragmented (sf.net #3182411) bug reported by Richard De Boer commit f9025174bc9f65855a8232bfb9ba08b281602f03 Author: Nikolas Garofil Date: Wed Nov 10 18:22:22 2010 +0100 Let $acpitemp use /sys instead of /proc From the 2.6.36 changelog (http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.36): Mark the ACPI thermal procfs I/F deprecated, because /sys/class/thermal/ is already available and has been working for years w/o any problem. The ACPI thermal procfs I/F will be removed in 2.6.37 commit 324de5934ed3ebd56b1b63294098941791002684 Author: Pavel Labath Date: Sat Oct 15 14:11:04 2011 +0200 Ignore whitespace in parameters of $pid_* (sf.net #3423766) This enables one to pass the output of $top to these variables. It was not possible before, because $top pads the pids with spaces. commit 70032e713a9dbbc222dad97199f6ba0576b0be30 Author: Pavel Labath Date: Thu Oct 13 10:28:12 2011 +0200 Don't abort when config references a non-existant hwmon file this sort of fixes sf.net #3306538. The person there correctly tested for the existance of the file with $if_existing, but the problem is we run the callbacks regardless of the conditional tests. commit 8905dbb3134dd791115089a046542008312f3e65 Author: Pavel Labath Date: Mon Oct 10 21:54:18 2011 +0200 Add uid to "top" output (sf.net #3178916) original patch submitted by Thomas Wiegner, I added support for printing of raw uids. commit 7ddec25d6035c92d9ca4c73f31b1dc55ec463bc5 Author: Pavel Labath Date: Mon Oct 10 21:44:58 2011 +0200 add vim modeline to top.h commit 12968587a4ec9f2c4a0bc9b6f480f09e70e57d94 Author: Pavel Labath Date: Mon Oct 10 20:51:35 2011 +0200 Remove SECRIT_MULTILINE_CHAR hack Noone knows what it was supposed to do and removing it seems to fix sf.net #3411610 (and probably a few others). If it turns out it was doing something useful, we will try to reintroduce it without breaking other things. commit 27647cad81d8111d2749a0aed0e3db3489f2b399 Author: Pavel Labath Date: Sun Oct 9 15:02:52 2011 +0200 Don't crash when expanding undefined template (sf.net #3306537) bug reported by denisfr commit eada1d62c72d3eba0a26a12ae2b9821c1f199037 Author: Peter Hercek Date: Wed Jul 13 19:35:59 2011 +0200 mem_vsize and mem_res need to be 64 bit (sf.net #3366272) if process allocated 4GiB or more of ram then {top mem_vsize} did not report correct number Signed-off-by: Pavel Labath commit b3d96b3b347c00ca1cef17b9039b3135e624e60f Author: Pavel Labath Date: Sun Oct 2 19:16:29 2011 +0200 Don't crash when using out-of-range cpu numbers (sf.net #3368243) bug reported by Ormaaj commit 422cc24ba28c8b0a28c57c1be833329fe044b496 Author: Pavel Labath Date: Sat Oct 1 23:25:29 2011 +0200 Link with -lbsd on GNU/kFreeBSD to find optreset (sf.net #3387121) commit 906dbb5b89eca0b2193ac6f879ab03d2776954d8 Author: Pavel Labath Date: Sat Oct 1 22:57:17 2011 +0200 Remove zlib dependency I'm not sure why was that even there, as we don't use zlib. commit 425b6df7c4e8c9c862a54ca12cbe2a5310b900fe Author: Pavel Labath Date: Sat Oct 1 22:41:04 2011 +0200 Fix quoting problem in configure.ac since "not supported on foo" is sometimes assigned to want_bar variables, we need to quote them properly when testing them. commit d46eed65dcff17700d1f035b8812b5e53a636f82 Author: Pavel Labath Date: Sun Sep 18 19:19:23 2011 +0200 Revert "Fix short_units for below kilo values." I revert this, because it breaks padding for numbers < 1000, which causes ugly text shifts when numbers change from <1000 to >1000. If someone disagrees with this, we can talk about it in #conky. I asked before doing this, but noone seemed to care. This "fixes" bug #3389641 on sf.net, reported by sakalisc. This reverts commit c9cf08d9e936544209a5b2baf0914232f10359ba. commit ccc50cef48b33070960993ca72185caf87b070eb Author: Pavel Labath Date: Sat Sep 17 13:07:16 2011 +0200 Use monotonic time when calculating the update interval (fixes sf.net #2970255) when the system clock is moved backwards, the update interval would be calculated incorrectly. If it was moved back far enough, conky would use 100% cpu. Conky now uses monotonic clock to prevent this. If it turns out to be unsupported on some platform, an appropriate fallback can be added. problem reported by norsetto commit e6088bcfe239df28e73419fdc26462cf936b6def Author: Pavel Labath Date: Fri Sep 16 21:56:05 2011 +0200 Support imap passwords with strange characters (sf.net #3402448) conky now sends the password using the length + string format, which should not need any quoting of special characters. Hopefully, we won't find a server which does not support this encoding. bug reported by Brent commit 9943ad27003b92329513cb70d5ed39306cc753db Author: skizzhg Date: Thu Aug 25 18:12:25 2011 +0200 Explained that mixer requires OSS and added the device list. commit 03a56731ab87a6b9198efc380d309ebea566f221 Author: Pavel Labath Date: Mon Aug 1 22:36:25 2011 +0200 Fix 'conky-1.8.1 does not build with curl-7.21.7' (sf.net #3383906) In the new version of curl, types.h no longer exists. I just removed the offending include as is seems to be unnecessary. bug reported by billie80. commit ab235b7ac62b6bd2c1c951dc954fdcabe2321d25 Author: Pavel Labath Date: Sun Jan 2 14:22:40 2011 +0100 Revert "$mixer: report more reasonable values for mono devices" the user reports this didn't fix the problem (see sf.net #3131452) This reverts commit 540f78f0bdf3d065b9b4620aaa16c57e227c7ef1. commit 540f78f0bdf3d065b9b4620aaa16c57e227c7ef1 Author: Pavel Labath Date: Sat Jan 1 11:37:31 2011 +0100 $mixer: report more reasonable values for mono devices commit 2f2480833fb56c9559b65f1bff54d1ae15ef739f Author: Tiago Vale Date: Sat Dec 4 20:45:34 2010 +0000 Added support for POWER_SUPPLY_POWER_NOW In Linux apparently POWER_SUPPLY_CURRENT_NOW was deprecated and replaced by POWER_SUPPLY_POWER_NOW. In my system, ever since kernel 2.6.36.1 battery lifetime showed "unknown" in conky. Check http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532000. Signed-off-by: Pavel Labath commit 0d6a37beee85e4d2669e7d11f44b1c7b84eca391 Author: Nikos Ntarmos Date: Sun Dec 5 05:57:40 2010 +0200 FreeBSD supports addr and if_running Signed-off-by: Nikos Ntarmos Signed-off-by: Pavel Labath commit 4c0b1e936c235cbc83bef3bc7389f100b1619df4 Author: Nikos Ntarmos Date: Sun Dec 5 05:57:39 2010 +0200 xmms2 and audacious bars exist only under X Signed-off-by: Nikos Ntarmos Signed-off-by: Pavel Labath commit f607145f13fab35193defb1c5fab308796a429ef Author: Nikos Ntarmos Date: Sun Dec 5 05:57:38 2010 +0200 kvm_proc needs synchronized access Signed-off-by: Nikos Ntarmos Signed-off-by: Pavel Labath commit 792da5a7db6e0d09f66a768a1fb70a8a7b8f3d95 Author: Nikos Ntarmos Date: Sun Dec 5 05:57:37 2010 +0200 apcupsd and iostats work on FreeBSD Signed-off-by: Nikos Ntarmos Signed-off-by: Pavel Labath commit 33565ef0d69158104b74d7464189e4a371ff8b03 Author: Nikos Ntarmos Date: Sun Dec 5 05:57:36 2010 +0200 Build fixes for bmpx Signed-off-by: Nikos Ntarmos Signed-off-by: Pavel Labath commit da4f602694c3083a131b2f58a502c25a7febb76e Author: Nikos Ntarmos Date: Sun Dec 5 05:57:35 2010 +0200 fclose(3) instead of pclose(3) as the latter seems to leak file descriptors Signed-off-by: Nikos Ntarmos Signed-off-by: Pavel Labath commit 5c555deb64c75b2a6f04dc9c6b52756897567483 Author: Brenden Matthews Date: Tue Oct 19 17:36:29 2010 -0700 Fix for segfault in top_name stuff. commit c9bde0065e4154a0c36b033388abff55a4610e8a Author: Brenden Matthews Date: Fri Oct 15 11:29:55 2010 -0700 Bump rev. commit 30295b672d7d3c2dd228dbebdff10a9fcbf49ee8 Author: Kevin Lyles Date: Thu Aug 5 21:34:06 2010 -0500 Fixed foreground colors being semi-transparent Signed-off-by: Brenden Matthews commit eb0a4cc418d1aabb393414efc40c8911e4a7283f Author: Kevin Lyles Date: Thu Aug 5 21:33:49 2010 -0500 Fixed gradients to actually use both end colors Signed-off-by: Brenden Matthews commit f055cfefad989d6c8136bde4aee7e6e577403ef5 Author: Dan McGee Date: Wed Oct 13 22:00:46 2010 -0500 Enable use of HTTP cache headers in curl plugin This will allow us to get 304 responses back from remote URLs that we are grabbing using the curl, weather, and rss plugins. The first time we fetch a resource, we will always get the full content, but from there on out we will store any provided 'Etag' or 'Last-Modified' header, and submit these on the next request. If we get a 304 response back, we won't have to do any work at all. This benefits both us (bandwidth and parsing savings) and remote URLs (we actually make an attempt to not retrieve the same resource over and over again). Signed-off-by: Brenden Matthews commit 8dd9b91bb2751abccc02b53cefd0ab8f0e3b957d Author: Brenden Matthews Date: Thu Oct 14 16:51:53 2010 -0700 Build fix for XMMS2. This resolves bug 3085691, see: https://sourceforge.net/tracker/index.php?func=detail&aid=3085691&group_id=143975&atid=757308 commit b72004787038371098a745c9358e8e1552d945d5 Author: Brenden Matthews Date: Wed Oct 6 11:49:27 2010 -0700 Bulid fix for nvidia support. See http://bugs.gentoo.org/show_bug.cgi?id=339971 for details. commit 0e2c45685bcfed554b732f3318b0181b22f96f5c Author: Brenden Matthews Date: Tue Oct 5 15:34:39 2010 -0700 Bump rev.