Conky is a system monitor for X originally based on torsmo. Since
its inception, Conky has changed significantly from its predecessor,
while maintaining simplicity and configurability. Conky can display
just about anything, either on your root desktop or in its own
window. Not only does Conky have many built-in objects, it can
also display just about any piece of information by using scripts
and other external programs.
Conky has more than 250 built in objects, including support for a
plethora of OS stats (uname, uptime, CPU usage, mem usage, disk
usage, "top" like process stats, and network monitoring, just to
name a few), built in IMAP and POP3 support, built in support for
many popular music players (MPD, XMMS2, BMPx, Audacious), and much
much more. Conky can display this info either as text, or using
simple progress bars and graph widgets, with different fonts
and colours.
historical quota API and has no internal abstractions, so it would
require pretty much a total rewrite for the new quota API. This could
be done, of course. Contact me if there's any interest.
* Fix bug introduced in rev:a3a710f720dd with passwd arguments.
* Backout the additional objectClasses patch for mkdir: same behavior can
be acheived with 'touch', less complex to leave it as is.
* Add a --version flag.
* Small documentation fixes, add better verbosity when saving connection
cache data.
* Make sure the hasSubordinates attribute is defined before checking its
value.
* fix 'ls -R' output, minor style cleanup
* Repair broken path behavior, remove unneeded #path_to_dn 'relative' flag.
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
* GApplication: can now have a NULL application ID
* g_clear_object: fix warnings when using it on C++ (due to lack of
ability to implicitly cast void*)
* GDBus:
- add our own implementation of the message bus for use on Windows only
- fix up a few bugs that use of this bus uncovered in GDBus
- escape nonce files in dbus addressess (think 'c:\')
- support initial underscores in dbus codegen namespace (for private)
* Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
* make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
* GAppInfo: overwrite the DISPLAY only if it is set in the launch context
* glib/tests/date: force US locale running the GDateTime tests
* GSocketControlMessage: Don't warn about unknown messages
* Resources:
- fix broken use of GVDB on big endian machines
- set a 'display name' so that pretty file names appear in Gtk CSS
warning messages
* GMainContext:
- block child sources when blocking the parent
- introduce more testcases for child sources
* Translations updates:
Brazilian Portuguese
French
Galician
Italian
Lithuanian
Polish
Polish
Serbian
Simplified Chinese
Spanish
* Bug fixed:
619026 avoid warning in gutils.h when using gcc with -Wconversion
669260 Open/Save dialog hangs waiting for data with libsoup
671249 GApplication: Allow a null application_id?
672786 goa-daemon: action in notification doesn't work
673409 g_resource_lookup_data may return stale data pointer
674172 glib-2.32.1 misdetects GNUstep as Cocoa
674345 cssprovider: Make sure to print out file name in css warnings
674483 broken configure results when cross-compiling with gcc >= 4.5
From commit log.
* completely remove rubycocoa backend, as it hasn't worked correctly
since 10.6 and rb-fsevent is a better solution regardless
* mention guard/listen on require
1.6.8
===
b86fe4c (#12831) Add rspec tests to have_which method in Resolution
70be957 (#12831) Fix recursion on first kernel fact resolution
1.6.7
===
ab9e26c Updating CHANGELOG and lib/facter.rb for Facter 1.6.7rc1
bdbf332 (#12720) Add Solaris CPU info to 'processorN' fact.
a7f5924 (#12813) Redirect lspci output to /dev/null
6ec2863 (#12669) Preserve timestamps when installing files
2010-03-19 -- 0.6.1
* removed 32-bit only AE.run_application_event_loop,
AE.quit_application_event_loop
* updated AE.launch_application to use LSOpenApplication
* minor documentation fixes
2010-12-17 -- 0.6.0
* added UTF-8 Encoding support in Ruby 1.9+; added
AEMCodecs::Codecs#use_ascii_8bit for optionally disabling it
* AEM::Codecs#pack now accepts Date, DateTime instances; added
AEM::Codecs#use_date_time method for unpacking typeLongDateTime descriptors
as DateTime instead of Time instances
* removed AE.get_app_terminology() as it relied on deprecated Carbon APIs
* added AE.copy_scripting_definition()
* the OSAX module now now uses OSACopyScriptingDefinition() to obtain
scripting addition terminology, so works in both 32- and 64-bit Ruby. Note
that in addition to limitations of OSACopyScriptingDefinition
(e.g. aete-to-sdef conversion is not 100% reliable), the SdefParser is
limited in capability (no support for xi:include, class-extension, synonym
elements), but should suffice for parsing relatively simple osax
dictionaries.
* modified Terminology.dump() to retrieve aete resources via 'ascrgdte'
events; added OSAX.dump() method
* added workaround for transaction id bug in some versions of OS X 10.6
* renamed AEMReference::Base class to AEMReference::Query
* renamed Send::CommandError class to Send::EventError; note that AEM
re-exports it as AEM::EventError and [for backwards compatibilty]
AEM::CommandError
2009-07-18 -- 0.5.3
* fixed pALL code in defaultterminology
* fixed OSAX module initialisation code (previously didn't initialise if
ScriptingAddition.new was called directly)
* fixed out-of-date URLs in appscript manual
2009-07-05 -- 0.5.2
* removed deprecated AEM::Application.is_running? method
* added #dont_cache_unpacked_specifiers, #pack_strings_as_type compatibility
options to AEM::Codecs
* added default definitions for 'item' type, 'items' elements, 'properties'
property as Apple have removed the 'item' class definition from
skeleton.sdef (the default terminology for Cocoa apps)
* property and elements methods now raise ArgumentError if passed arguments;
previously, malformed elements selectors,
e.g. app('TextEdit').documents(1).text, would be silently ignored, resulting
in unexpected behaviour
* Codecs#unpack now tries to coerce descriptors of typeVersion to unicode text
(works on 10.4+) c.f. AppleScript (note: itunes.version.get returns the
wrong version number otherwise; this appears to be an iTunes bug, but is
masked by current AppleScript behaviour)
* #process_exists_for_url?, #remote_app in connect.rb now raise error if URL
string doesn't contain a colon (process will crash otherwise due to an OS
bug)
* improved error reporting in Reference#[] when a malformed generic reference
containing a command expands to a non-reference value. e.g. its.name.get()
would previously expand the the value of the object's 'name' property,
typically a string, resulting in a cryptic NoMethodError; this now raises a
descriptive ArgumentError.
* fixed bug where Terminology module would error on zero-length keywords in
problem dictionaries (e.g. MS Word 12.1.7)
* AEM::Codecs now correctly unpacks AEDescs of typeBoolean whose data >1 byte
* fixed inconsistent escaping of application-defined property/element names
that overlap built-in type/enum/property names but uses different
codes. e.g. Adobe Illustrator defines 'rotation' as 'SxRx' - this overlaps
built-in definition ('rotation' = 'trot'), so is escaped as
'rotation_'. Previously only the Keyword was escaped (i.e. :rotation_ but
ref.rotation) now both are escaped (i.e. :rotation_, ref.rotation_). Users
should update existing code as needed.
* restructured defaultterminology.rb to make it easier to maintain
* changed default terminology mapping for :data from KAE::CRawData ('rdat') to
KAE::TypeData ('tdta')
* the OSAX module now obtains list of installed scripting additions on first
use instead of import (the .osax scanning code uses System Events via AEM,
and sending Apple events in event loop-based application before the event
loop is started can disrupt the process's handling of incoming Apple events)
2012-01-14 Martin Mares <mj@ucw.cz>
* Released as 3.1.9.
* Updated README.
* Whereever we mention the PCI ID database, we now refer to
http://pci-ids.ucw.cz/ and the sf.net site is mentioned only
as a mirror. This includes update-pciids.
* Decode PCIe Gen 3 speeds and link status fields.
* Various minor bug fixes.
* Updated pci.ids to the today's snapshot of the database.
2011-10-02 Martin Mares <mj@ucw.cz>
* Released as 3.1.8.
* More capabilities: Transaction Processing Hints, Latency Tolerance
Reporting. Thanks to Jesse Barnes.
* Added BeOS and Haiku ports. Contributed by Francois Revol.
* pciutils.pc now uses Libs.private properly.
* When we format a name and it does not fit in the buffer, we truncate
it instead of returning "buffer too small" instead. This works on all
platforms with sane (i.e., C99-compatible) snprintf().
* Various minor bug fixes.
* Updated pci.ids to the today's snapshot of the database.
2010-01-31 Martin Mares <mj@ucw.cz>
* Released as 3.1.7.
* Minor improvements and bug fixes in decoding of the Virtual Channel
capability.
2010-01-24 Martin Mares <mj@ucw.cz>
* Released as 3.1.6.
* More capabilities decoded: Virtual Channel (except arbitration
tables), Root Complex Link, Vendor-Specific (header only), SATA HBA.
* All extended capabilities have their version displayed (-vv or more).
2010-01-19 Martin Mares <mj@ucw.cz>
* Released as 3.1.5.
* Updated pci.ids to the today's snapshot of the database.
* When scanning extended capabilities, properly mask the lowest 2 bits,
which are currently reserved. This avoids unaligned access errors on
broken hardware (see tests/broken-ecaps).
* Large bar sizes are displayed in human-readable format (with units).
Thanks to Matthew Wilcox.
* Physical slot information is displayed correctly for multi-function cards.
Fixed by Matthew Wilcox.
* Fixed a couple of typos everywhere.
* Library: Fixed bugs in freeing of capabilities.
* Windows back-end compiles again.
2009-08-14 Martin Mares <mj@ucw.cz>
* Released as 3.1.4.
(sorry that I have missed 22/7 and released it later :-))
* Updated pci.ids to the today's snapshot of the database.
* Fixed memory and file descriptor leak in the dump back-end.
* The SR-IOV capability decoder now prints the VF BAR's.
Patch by Chris Wright, cleaned up by me.
* On request of certain company's lawyers, we now include a copy
of the GPL with our package. It seems that the pciutils are getting
mature if the most important bug of the month was this one ;-)
New in Version 0.8.2
Branches netbsd-6, netbsd-6-0 and netbsd-5-1 are supported.
New in Version 0.8.1
INSTALL-NetBSD now installs the tests set, in NetBSD 5, and the
modules set, to be in NetBSD 6.
============
Version 0.20
============
desktop-file-install
- fix list of locale strings without trailing slash (Matthias Clasen)
desktop-file-validate
- add MATE and Razor to list of registered environments (Vincent)
- validate Desktop Actions (Giovanni Campagna, Vincent)
Upstream changes:
-----------------
## 2.12.0 / April 13 2012
This release revserts the very verbose logging introduced in the previous
version, it also enables a handful of power-user features which are largely
un-documented, but shouldn't be important unless you are looking for them.
Undocumented code shouldn't scare you, simply read through deploy.rb in the Gem
if you want to know how a new feature works!
* Update mapped commands to remove symlink deprecation warning. Despo Pentara
(despo)
* Add the "rpm" remote dependency. Nick Hoffman (nickhoffman)
* Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle
(j15e)
* Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)
* Ticket 193 alias task show wrong name when it is not overridden. Rafa García
(rgo)
* Allow configuration of which roles assets are precompiled on. Frederick
Cheung (fcheung)
* Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)
* Changed single to double quotes for Windows, fixes a Windows bug in the HG
module. Matthew J Morrison (mattjmorrison)
* Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds)
As ever, a sincere thanks to all contributors, and do not hesitate to contact
me if this release causes problems for you.
Upstream changes:
-----------------
2012-04-04: released Fabric 1.4.1
2012-04-04: released Fabric 1.3.6
[Bug] #608: Add capture kwarg to rsync_project to aid in debugging rsync
problems.
[Bug] #607: Allow local to display stdout/stderr when it warns/aborts, if it
was capturing them.
[Bug] #395: Added an FAQ entry detailing how to handle init scripts which
misbehave when a pseudo-tty is allocated.
[Bug] #568: execute allowed too much of its internal state changes (to
variables such as env.host_string and env.parallel) to persist after execution
completed; this caused a number of different incorrect behaviors. execute has
been overhauled to clean up its own state changes - while preserving any state
changes made by the task being executed.
[Bug] #584: upload_project did not take explicit remote directory location into
account when untarring, and now uses cd to address this. Thanks to Ben Burry
for the patch.
[Bug] #458: with_settings did not perfectly match settings, re: ability to
inline additional context managers. This has been corrected. Thanks to Rory
Geoghegan for the patch.
[Bug] #499: contrib.files.first used an outdated function signature in its
wrapped exists call. This has been fixed. Thanks to Massimiliano Torromeo for
catch & patch.
[Bug] #551: --list output now detects terminal window size and truncates (or
doesn't truncate) accordingly. Thanks to Horacio G. de Oro for the initial pull
request.
[Bug] #572: Parallel task aborts (as oppposed to unhandled exceptions) now
correctly print their abort messages instead of tracebacks, and cause the
parent process to exit with the correct (nonzero) return code. Thanks to Ian
Langworth for the catch.
[Bug] #306: Remote paths now use posixpath for a separator. Thanks to Jason
Coombs for the patch.
2012-02-13: released Fabric 1.4.0
2012-02-13: released Fabric 1.3.5
2012-02-13: released Fabric 1.2.6
2012-02-13: released Fabric 1.1.8
[Bug] #495: Fixed documentation example showing how to subclass Task. Thanks to
Brett Haydon for the catch and Mark Merritt for the patch.
[Bug] #410: Fixed a bug where using the task decorator inside/under another
decorator such as hosts could cause that task to become invalid when invoked by
name (due to how old-style vs new-style tasks are detected.) Thanks to Dan
Colish for the initial patch.
[Feature] #559: rsync_project now allows users to append extra SSH-specific
arguments to rsync`s --rsh flag.
[Feature] #138: env.port may now be written to at fabfile module level to set a
default nonstandard port number. Previously this value was read-only.
[Feature] #3: Fabric can now load a subset of SSH config functionality directly
from your local ~/.ssh/config if env.use_ssh_config is set to True. See
Leveraging native SSH config files for details. Thanks to Kirill Pinchuk for
the initial patch.
[Feature] #12: Added the ability to try connecting multiple times to
temporarily-down remote systems, instead of immediately failing. (Default
behavior is still to only try once.) See env.timeout and
env.connection_attempts for controlling both connection timeouts and total
number of attempts. reboot has also been overhauled (but practically deprecated
- see its updated docs.)
[Feature] #474: execute now allows you to access the executed task's return
values, by itself returning a dictionary whose keys are the host strings
executed against.
[Bug] #487: Overhauled the regular expression escaping performed in append and
contains to try and handle more corner cases. Thanks to Neilen Marais for the
patch.
[Support] #532: Reorganized and cleaned up the output of fab --help.
[Feature] #8: Added --skip-bad-hosts/env.skip_bad_hosts option to allow
skipping past temporarily down/unreachable hosts.
[Feature] #13: Env vars may now be set at runtime via the new --set
command-line flag.
[Feature] #506: A new output alias, commands, has been added, which allows
hiding remote stdout and local "running command X" output lines.
[Feature] #72: SSH agent forwarding support has made it into Fabric's SSH
library, and hooks for using it have been added (disabled by default; use -A or
env.forward_agent to enable.) Thanks to Ben Davis for porting an existing
Paramiko patch to ssh and providing the necessary tweak to Fabric.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.