File ruby-ldap.changes of Package ruby-ldap
-------------------------------------------------------------------
Sat Sep 30 23:04:47 CEST 2006 - mrueckert@suse.de
- install into vendor_ruby
-------------------------------------------------------------------
Fri Aug 25 04:40:37 CEST 2006 - mrueckert@suse.de
- Update to version 0.9.7:
o minor documentation fixes
o small compile fixes
-------------------------------------------------------------------
Wed May 24 07:00:28 CEST 2006 - mrueckert@suse.de
- Update to version 0.9.5
o The software now builds and works out of the box on Windows.
Changes from 0.9.4:
o Modify LDAP::Conn#search, LDAP::Conn#search2,
LDAP::Conn#search_ext and LDAP::Conn#search_ext2 to treat
LDAP_SIZELIMIT_EXCEEDED as success. After using any of these
four methods, the user should check whether
LDAP::Conn#err == LDAP::LDAP_SIZELIMIT_EXCEEDED.
If true, the results set has been truncated by the server.
Previously, LDAP_SIZELIMIT_EXCEEDED would raise an exception
and no results would be returned, which is not the correct
behaviour if the user has deliberately put a limit on the
number of results to be returned, in order to spare the
server.
o Duplicate code refactored.
o Missing RDoc documentation added for LDAP::Conn#err.
Changes from 0.9.3
o LDAP::Schema#names and LDAP::Schema#attr will now allow
names with hyphens and/or underscores.
o Silence a warning about @sasl_quiet when run in debug mode.
o Fix uninitialised data structures in LDAP::SSLConn#bind and
LDAP::SSLConn#simple_bind.
o Build properly with OpenLDAP 2.3.
o Build-time options --with-ldap-incdir and --with-ldap-libdir
have been replaced by --with-ldap-include and --with-ldap-lib.
This is a consequence of making extconf.rb more standard.
o Windows build has been improved, so that it should now at least
build without error. Whether it will work is another matter.
- removed ruby-ldap-0.9.2_ldapapi.patch:
this patch is no longer needed
-------------------------------------------------------------------
Wed Jan 25 21:41:15 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Nov 18 16:59:39 CET 2005 - mrueckert@suse.de
- Cleanup the package
- Adding documentation to the package
-------------------------------------------------------------------
Wed Sep 14 11:14:10 CEST 2005 - dmacvicar@suse.de
- Initial package with v 0.9.2