Changelog for
conky-doc-1.10.6-37.4.i586.rpm :
* Sat Dec 17 2016 iAATTmarguerite.su- update version 1.10.6
* try more than one sysctl to get CPU temperature
* cached versions of get_nvidia_value and get_nvidia_string_value- changes in 1.10.5
* check st_ctime to work with mutt MUA
* update uri to get NOAA METAR data
* Sat Sep 24 2016 aloisioAATTgmx.com- Update to version 1.10.4- Enabled pulseaudio- Added conky-1.10.4-ncurses.patch
* Mon May 23 2016 ronisbrAATTgmail.com- Update version 1.10.2.
* Bugfix release.- Drop patches already applied by upstream:
* conky-libdir.patch
* conky-1.10.1-check_include_file.patch
* Thu Jan 07 2016 iAATTmarguerite.su- update version 1.10.1
* bugfix release
* If BUILD_IPV6=ON (default), but the user has disabled ipv6 support in the kernel using the parameter ipv6.disable=1, then conky fails to open /proc/net/if_inet6. This leads to a segfault when conky calls fclose(file) regardless. This fix simply moves the fclose call into the preceding if statement. (boo#958897)- drop patch: conky-1.10.0-libdir.patch- add patch: conky-libdir.patch- add patch: conky-1.10.1-avoid-git.patch- add patch: conky-1.10.1-check_include_file.patch
* fix check_include_file not found- enable builds for sles 12
* Thu Jan 07 2016 normandAATTlinux.vnet.ibm.com- for suse_version after 1320 add BuildRequires: libtolua++-5_1-devel
* Fri Dec 18 2015 simonAATTsimotek.net- Add conky-1.10.0-fix-upstream-issue-187-IPV6-crash.patch fixing upstream issue #187 and (boo#958897) patch taken from upstream https://github.com/brndnmtthws/conky/commit/ee08a9e1b045e8d2f4f13a0e60c2f603b66b0d69?diff=unified
* Sat Nov 21 2015 olafAATTaepfle.de- Its always /usr/bin/lua5.1
* Thu Oct 29 2015 dimstarAATTopensuse.org- Also use /usr/bin/lua5.1 on Leap 42.1 (boo#952599).
* Sat Oct 03 2015 iAATTmarguerite.su- fix /usr/bin/lua51, it\'s now /usr/bin/lua5.1 in TW.
* Sat Aug 29 2015 iAATTmarguerite.su- update version 1.10.0
* Partial rewrite in C++ (from C)
* New Lua-based config system
* New CMake-based build system
* Support for newer GCC versions- drop patch: conky-1.9.0-libiw_with_libm.patch
* upstream changed from autotools to cmake- drop patch: fix-CVE-2011-3616.patch, upstreamed- drop patch: fix-apcupsd.patch.
* problematic, invalid conversion from void
* to int
*- add patch: conky-1.10.0-libircclient.patch
* fix includedir- add patch: conky-1.10.0-libdir.patch
* respect LIB_INSTALL_DIR- remove old-time conditional checks:
* lua/imlib2 are always enabled- drop conky-cairo/imlib2 sub-packages
* they\'re always enabled, no need to split
* add Provides/Obsoletes in main package- rename conky-vim/nano sub-packages to vim/nano-plugin-conky- remove pseudo sub-packages:
* there are more \"features\" now, we can not create more and more dummy packages
* keeping packages from being switched among repositories should be done by users via package management system, not this way
* add Provides/Obsoletes in main package- drop conky-rpmlintrc
* the error it filtered doesn\'t exist anymore- drop conky.desktop
* conky is not a desktop application. a desktop file is useless
* Tue May 26 2015 dgutuAATTsuse.com- Removed conky-libiw_with_libm.patch because it\'s not used anywhere
* Fri Jan 16 2015 aloisioAATTgmx.com- Merged back changes for the packman section
* Fri Nov 09 2012 iAATTmarguerite.su- merged PMBS changes here. enabled more options.(OBS compatible)- add dependency imlib2-loaders for conky-imlib2. or conky will keep warning can\'t load images.- add two patches from debian which also confirmed by user please_try_again.
* fix-apcupsd.patch, revert broken apcupsd code to previous working version.
* fix-CVE-2011-3616.patch. avoid rewriting an arbitrary user file already upstreamed. but not in 1.9.0. remove next release.
* Sun Oct 21 2012 pascal.bleserAATTopensuse.org- merged back with my changes for SLES build compatibility
* Thu Jun 21 2012 toganmAATTopensuse.org- Update to 1.9.0 for changes please see http://conky.sourceforge.net/changelog.html
* reworked conky-libiw_with_libm.patch as conky-1.9.0-libiw_with_libm.patch
* removed conky-fix-curl-FTBFS.patch as fixed by upstream
* Wed Feb 29 2012 cfarrellAATTsuse.com- license update: GPL-3.0+ See the COPYING file
* Mon Jan 30 2012 cooloAATTsuse.com- use lua51 on factory
* Thu Jan 12 2012 cooloAATTsuse.com- change license to be in spdx.org format
* Thu Sep 29 2011 pascal.bleserAATTopensuse.org- add cairo and imlib support where tolua++ is available, built as subpackages (conky-cairo and conky-imlib2)- add patch to add -lm when linking against libiw, which is required by some more recent versions of libiw
* Mon Sep 26 2011 pascal.bleserAATTopensuse.org- fix build issue with files in conky-doc
* Mon Sep 26 2011 nmarquesAATTopensuse.org- Add conky-fix-curl-FTBFS.patch: remove deprecated curl/types.h to fix FTBFS with newer versions of curl. Upstream: http://tinyurl.com/4x76bbx
* Fri Oct 08 2010 pascal.bleserAATTopensuse.org- dropped conky-getaddrinfo.patch, was merged upstream (PATCH-FIX-OPENSUSE conky-getaddrinfo.patch fix-for-opensuse-specific-things.patch sf#3045085 pascal.bleserAATTopensuse.org)- update to 1.8.1:
* allow method to pass execgraph arguments containing spaces
* abort curl transfers if they drop below 1000B/s for more than 60s
* fix short_units for below kilo values
* when we have a failure in mail thread, sleep for a bit
* improve failure handling in mail threads
* when we have a failure in the mail thread, lookup the hostname again in case the failure is due odd to DNS changes, or some other madness
* fix segfault in ccurl_thread.c
* fix crash in mail stuff due to bad free()
* fix segfault in i8k (sf.net #3007167)
* use getaddrinfo instead of gethostbyname: patches conky to use getaddrinfo instead of gethostbyname everywhere. gethostbyname is rather flawed and doesn\'t support IPv6 properly. Patch contributed by Pascal Bleser.
* fix \'nvidia with ncurses segfaults\' (sf.net #3006233)
* make $fs_used_perc and $fs_bar report used space correctly; they reported fs->size - fs->avail, which is not correct if fs has super-user reserved blocks; note that now $fs_used_perc and $fs_free_perc need not add up to 100%, but that is consistent with what $fs_used and $fs_free do
* fix buffer overflows in eve.c (sf.net #3034056)
* fix bug where IMAP doesn\'t refresh counts after IDLE timeout
* fix segfault in mail folder (SF: 3007493)
* fix alignment ($align[rc]) issue for exec & lua objects
* small build fix & zero playtime and progress bars when XMMS2 playback is stopped
* fix tiny memleak when $top is used wrong
* ${top}, ${top_mem} and ${top_time} are now recognized as variables; the parts of code doing this were in a #ifdef __linux__; the total CPU time of processes (${top} with \"time\" argument) is now printable, and ${top_time} works
* fix battery_bar not parsing arguments correctly (sf: #2998034, lp: #569195)
* bugfix: RSS interval was in secs instead of mins
* bugfix: $alignr only worked on the first line of $execp, $execpi, $lua and $lua_parse
* bugfix: memory and thread-deleting problems
* bugfix: read_tcp treated a succesfull connection as failed and vice versa
* add $nodename_short
* bugfix: adding/removing use_xft in the config had no effect unless you restarted conky, reloading the config was not enough
* fix building with Audacious >= 2.3
* bugfix: mixerbar showed wrong values
* bugfix: ac-adapter is sometimes called ADP1 in sysfs instead of AC
* bugfix: battery_bar should also work without argument
* bugfix: When the first line behind TEXT was a comment, the start of the second line wasn\'t parsed
* fix X error when border_width is <1
* fix device name parsing for diskio variables
* fix bug in $if_existing
* Sun Jul 04 2010 pascal.bleserAATTopensuse.org- update to 1.8.0- split out -doc subpackage- package vim and nano syntax highlighting configuration files into subpackages (instead of packaging them under the docdir)
* Wed Sep 30 2009 pascal.bleserAATTopensuse.org- update to 1.7.2:
* fixed minor memleak in pop3/imap code on config reload
* fix crash when using $if_match with objects that may return a null pointer (like $rss, $weather, or $curl before data is available)
* removed alias config option due to brokenness
* changed xoap parsing method to xpath, in preparation to include forecast data
* update MPD elapsed/progress when stopped (sf.net #2792113)
* overhauled RSS and weather, added $curl
* added support for X alignment across multi-lined objects (i.e., using $alignr with $exec)
* www.weather.com can now be used as well as a source of weather dataµ
* added support for $desktop, $desktop_number and $desktop_name (sf.net [#2040528])
* added support for $swapfree
* improved Lua API (lua_read_parse has been removed in favour of the conky_parse() Lua API call)
* introduced new Lua Cairo and Imlib2 bindings
* added support for $weather (experimental)
* remove newline with comment only lines in TEXT
* improved parsing of graph arguments, removed \"log\"|\"normal\" arguments in favour of -l switch
* fix escaping of comments in TEXT (sf.net #2813390)
* fix segfault in to_real_path, it\'s sometimes called with the same source and dest without checking the length, causing a segfault
* use the internal process list for if_running on Linux
* Sat Jun 13 2009 pascal.bleserAATTopensuse.org- update to 1.7.1.1:
* fixed a regression which causes fonts to not be rendered properly with certain types of windows
* fix bug in comments within TEXT (where the line contains just \'#\') (sf.net [#2803586])
* fix bug in $mails (sf.net #2802529)
* Tue Jun 09 2009 pascal.bleserAATTopensuse.org- update to 1.7.1
* Sun May 03 2009 pascal.bleserAATTopensuse.org- update to 1.7.0