Version 1.1.4
=============
* Added Client#connect to start streaming inside an EM reactor (pelle)
* Added shutdown_stream to cleanly stop the stream (lud)
* Loosened multi_json dependency for Rails 3.2 compatibiltiy
Version 1.1.3
=============
* Added on_reconnect callback method
Version 1.1.2
=============
* Added support for statuses/links
* Client now checks that specified json_parser can be loaded during initialization
Version 1.1.1
=============
* Fix for 1.8.6 compatibility
Version 1.1.0
=============
* OAuth authentication
* User Stream support
* Removed swappable JSON backend support for MultiJson
* Added epoll and kqueue EventMachine support
* Added on___interval and on_inited callbacks
=== Net::LDAP 0.3.1 / 2012-02-15
* Bug Fixes:
* Bundler should now work again
=== Net::LDAP 0.3.0 / 2012-02-14
* Major changes:
* Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC
Major Enhancements:
* Adding continuation reference processing
* Bug Fixes:
* Fixes usupported object type #139
* Fixes Net::LDAP namespace errors
* Return nil instead of an empty array if the search fails
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to
work with lots of remote computers in front of either large
monitors or tiny netbooks. Remmina supports multiple network
protocols in an integrated and consistant user interface.
Currently RDP, VNC, NX, XDMCP and SSH are supported.
* BUG 8327: Fix config reload to reload shares from registry.
* BUG 8139: Ignore SMBecho errors.
* BUG 8521: Fix Winbind cache timeout expiry test.
* BUG 8561: Fully observe password change settings.
* BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
* BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
set SEC_DESC_DACL_PRESENT in the type field.
* BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
inheritable entries on a directory with no stored ACL.
* BUG 8663: Fix deleting a symlink if the symlink target is outside of the
* share.
* BUG 8664: Fix renaming a symlink if the symlink target is outside of the
share.
* BUG 8673: Fix NT ACL issue.
* BUG 8679: Make sure that recvfile code path using splice() on Linux
does not leave data in the pipe on short write.
* BUG 8687: Fix typo in 'net memberships' usage.
Introduction
BIND 9.9.0 is the first production release of BIND 9.9.
This document summarizes changes from BIND 9.8 to BIND 9.9.
Please see the CHANGES file in the source code release for a
complete list of all changes.
New Features
* The new "inline-signing" option
* NXDOMAIN redirection
* "rndc flushtree <name>" command
* "rndc sync" command
* The new "rndc signing" command
* "auto-dnssec" zones
* Improves the startup time
And more.
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and
thus padding) for the representation of directories in UFS.
coda_readdir will call the readdir from the container filesystem, and
thus the padding of directories must match what the container
filesystem would have done.
Analysis and fix due to Brett Lymn.
Not yet reported upstream; a better fix is desired.
Also:
Set LICENSE.
Add annotations to other patches about their upstream status, after
pinging upstream.