gkrellm package. Changes since 0.5.5, from the ChangeLog:
- Made GKrellMMS compile-able with GKrellM >= 1.2.9, contributed by Bill
Wilson <bill--at--gkrellm.net>
- Made scroll separator configurable, contributed by Alper Ersoy <dirt--at--tfz.net>
Changes since 1.0.11:
- New workarounds and conformance fixes were added to improve client
compatibility.
- Zero-copy downloads are now enabled on HPUX and Solaris.
- Russian and Chinese (simplified + traditional) translations were added.
- LDAP_FTPUID and LDAP_FTPGID are now really fetched from the directory.
- A protection against common bruteforce scanners for hidden directories
has been added.
- The FTP data connection assurance draft (ESTA/ESTP) has been implemented.
- Per-user (including anonymous) concurrency limits are now available.
Check the return code from the second invocation of installprereq(), to
make sure that a failed installation of a rpe-requisite package kills
the attempt to add the package. This reverts pkg_add(1) to traditional
behaviour.
- Updated master_sites
Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
Prior to this lexical attributes were done at a compile time,
and they would loose their attribute on the next run over them.
Now perl 5.8 calls the attribute handler runtime whenever it
hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
A::H is pulled in using a require.
- Updated my email address
Changes since Optik-1.2 :
* Fixed a couple of lurking bugs found by PyChecker.
* You can now get away with not supplying an option's type,
no matter the action: Optik now assumes a default type of "string".
* You can now get away with not supplying an option's destination:
Optik now derives a default destination from the first long option,
or the first short option if no long options were given. Eg. an
option string "--foo-bar" has the default destination 'foo_bar'.
* Refactored both Option's and OptionParser's constructors to
make life easier for people extending Optik.
* Added the "examples/" subdirectory -- this is a repository of
examples of extending and using Optik; the goal is to provide
canonical implementations of various features that I don't want to
add to Optik proper, but that are occasionally requested. (Also,
this gives me a good place to test how Optik's extensibility.)
* Added support for long and complex option types, mainly for
completeness (patch by Matthew Mueller).
* Added make_option() as an alias for the Option constructor, because
someday there might be many Option classes (in which case
make_option() will become a factory function).
* Added the examples/ directory to the source distribution -- this
demonstrates various ways to extend Optik.
Changes for 0.8.9 to 0.8.10 :
* Add --unpack option to warn when unpacking a non-sequence
* Add --unpacklen option to warn when unpacking sequence of wrong size
* Add --changetypes option to warn when setting a variable to different types
* Add --stringiter option to warn when iterating over a string
* Add --input option to warn when using input()
* Fix crash with checking properties or deriving from objects (2.2 only)
* Fix crash with nested scopes and lambdas
* Fix spurious warnings for constant conditionals when using ('%s' % value)
* Fix spurious warnings for unused identifiers caused by from XXX import *
* Add more information when module cannot be imported
* Fix spurious warnings for implicit returns when using while 1:
* Fix spurious warnings for implicit returns when using try/finally:
* Fix spurious warning with globals that start w/__
* Fix spurious warnings for modifying default arguments
when calling {}.get(), {}.has_key(), [].index(), [].count(), etc.
* Fix spurious warnings in Python 1.5.2 when using from/import
(Please see CHANGELOG for more)