ruby-net-ldap/ChangeLog

92 lines
3.8 KiB
Plaintext
Raw Normal View History

2006-05-01 04:14:05 +02:00
= Net::LDAP Changelog
2006-08-31 15:25:54 +02:00
== Net::LDAP 0.1.0: August xx, 2006
* Bumped version up to 0.1.0, reflecting both code and API stability.
2006-08-17 10:28:02 +02:00
* Silenced some annoying warnings in filter.rb. Thanks to "barjunk"
for pointing this out.
2006-08-18 21:41:39 +02:00
* Added Net::LDAP::Entry#to_ldif
2006-08-25 04:42:20 +02:00
* Patched Rakefile so it actually runs the test suite. Thanks to
Daniel Berger for submitting his patch.
2006-08-27 05:26:46 +02:00
* Changed Net::LDAP::Entry so it can be marshalled and unmarshalled.
Thanks to an anonymous feature requester who only left the name
"Jammy."
* Added support for binary values in Net::LDAP::Entry LDIF conversions
and marshalling.
2006-08-31 14:40:26 +02:00
* Supported rootDSE searches with a new API.
2006-08-31 15:25:54 +02:00
* Minor bug fixes here and there
2006-09-02 16:46:12 +02:00
* Some fairly extensive performance optimizations in the BER parser.
2006-09-30 17:01:42 +02:00
* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by
Matthias Tarasiewicz.
* Added [reliminary (still undocumented) support for SASL authentication.
* Removed an erroneous LdapError value, noticed by Kouhei Sutou.
2006-10-27 02:15:41 +02:00
* Supported attributes containing blanks (cn=Babs Jensen) to
Filter#construct. Suggested by an anonymous Rubyforge user.
* Supported several constructs from the server side of the LDAP protocol.
* Added a "consuming" String#read_ber! method.
* Added missing synactic support for Filter ANDs, NOTs and a few other
things.
2006-12-15 14:55:58 +01:00
* Added some support for SNMP data-handling.
* Extended support for server-reported error messages. This was provisionally
added to Net::LDAP#add, and eventually will be added to other methods.
* Belatedly added a patch contributed by Kouhei Sutou last October.
The patch adds start_tls support.
* Added Net::LDAP#search_subschema_entry
2006-10-27 02:15:41 +02:00
2006-08-17 10:28:02 +02:00
2006-08-15 10:47:36 +02:00
== Net::LDAP 0.0.4: August 15, 2006
2006-08-05 17:20:18 +02:00
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for
providing the rationale for this.
2006-08-15 10:47:36 +02:00
* Added a much-expanded set of special characters to the parser
for RFC-2254 filters. Thanks to Andre Nathan.
* Changed Net::LDAP#search so you can pass it a filter in string form.
The conversion to a Net::LDAP::Filter now happens automatically.
* Implemented Net::LDAP#bind_as (preliminary and subject to change).
Thanks for Simon Claret for valuable suggestions and for helping test.
* Fixed bug in Net::LDAP#open that was preventing #open from being
called more than one on a given Net::LDAP object.
2006-08-05 17:20:18 +02:00
2006-07-27 06:52:41 +02:00
== Net::LDAP 0.0.3: July 26, 2006
2006-07-26 14:20:33 +02:00
* Added simple TLS encryption.
Thanks to Garett Shulman for suggestions and for helping test.
2006-07-12 10:55:34 +02:00
== Net::LDAP 0.0.2: July 12, 2006
* Fixed malformation in distro tarball and gem.
* Improved documentation.
* Supported "paged search control."
2006-05-18 05:54:11 +02:00
* Added a range of API improvements.
* Thanks to Andre Nathan, andre@digirati.com.br, for valuable
suggestions.
2006-06-10 00:09:01 +02:00
* Added support for LE and GE search filters.
* Added support for Search referrals.
2006-06-10 05:28:43 +02:00
* Fixed a regression with openldap 2.2.x and higher caused
by the introduction of RFC-2696 controls. Thanks to Andre
Nathan for reporting the problem.
2006-07-12 10:55:34 +02:00
* Added support for RFC-2254 filter syntax.
2006-05-01 19:49:34 +02:00
== Net::LDAP 0.0.1: May 1, 2006
* Initial release.
* Client functionality is near-complete, although the APIs
are not guaranteed and may change depending on feedback
from the community.
* We're internally working on a Ruby-based implementation
of a full-featured, production-quality LDAP server,
which will leverage the underlying LDAP and BER functionality
in Net::LDAP.
* Please tell us if you would be interested in seeing a public
release of the LDAP server.
* Grateful acknowledgement to Austin Ziegler, who reviewed
this code and provided the release framework, including
minitar.
2006-05-01 04:14:05 +02:00
#--
# Net::LDAP for Ruby.
# http://rubyforge.org/projects/net-ldap/
2006-05-01 07:27:29 +02:00
# Copyright (C) 2006 by Francis Cianfrocca
#
# Available under the same terms as Ruby. See LICENCE in the main
# distribution for full licensing information.
#
# $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
#++
# vim: sts=2 sw=2 ts=4 et ai tw=77