SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for conky-1.9.0-26.12.x86_64.rpm :
Fri Nov 9 13:00:00 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 14:00:00 2012 pascal.bleserAATTopensuse.org
- merged back with my changes for SLES build compatibility

Thu Jun 21 14:00:00 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 13:00:00 2012 cfarrellAATTsuse.com
- license update: GPL-3.0+
See the COPYING file

Mon Jan 30 13:00:00 2012 cooloAATTsuse.com
- use lua51 on factory

Thu Jan 12 13:00:00 2012 cooloAATTsuse.com
- change license to be in spdx.org format

Thu Sep 29 14:00:00 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 14:00:00 2011 pascal.bleserAATTopensuse.org
- fix build issue with files in conky-doc

Mon Sep 26 14:00:00 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 8 14:00:00 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 4 14:00:00 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 14:00:00 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 14:00:00 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 9 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 1.7.1

Sun May 3 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 1.7.0


 
ICM