Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

ChangeLog 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. = Net::LDAP Changelog
  2. == Net::LDAP 0.0.4: August 15, 2006
  3. * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for
  4. providing the rationale for this.
  5. * Added a much-expanded set of special characters to the parser
  6. for RFC-2254 filters. Thanks to Andre Nathan.
  7. * Changed Net::LDAP#search so you can pass it a filter in string form.
  8. The conversion to a Net::LDAP::Filter now happens automatically.
  9. * Implemented Net::LDAP#bind_as (preliminary and subject to change).
  10. Thanks for Simon Claret for valuable suggestions and for helping test.
  11. * Fixed bug in Net::LDAP#open that was preventing #open from being
  12. called more than one on a given Net::LDAP object.
  13. == Net::LDAP 0.0.3: July 26, 2006
  14. * Added simple TLS encryption.
  15. Thanks to Garett Shulman for suggestions and for helping test.
  16. == Net::LDAP 0.0.2: July 12, 2006
  17. * Fixed malformation in distro tarball and gem.
  18. * Improved documentation.
  19. * Supported "paged search control."
  20. * Added a range of API improvements.
  21. * Thanks to Andre Nathan, andre@digirati.com.br, for valuable
  22. suggestions.
  23. * Added support for LE and GE search filters.
  24. * Added support for Search referrals.
  25. * Fixed a regression with openldap 2.2.x and higher caused
  26. by the introduction of RFC-2696 controls. Thanks to Andre
  27. Nathan for reporting the problem.
  28. * Added support for RFC-2254 filter syntax.
  29. == Net::LDAP 0.0.1: May 1, 2006
  30. * Initial release.
  31. * Client functionality is near-complete, although the APIs
  32. are not guaranteed and may change depending on feedback
  33. from the community.
  34. * We're internally working on a Ruby-based implementation
  35. of a full-featured, production-quality LDAP server,
  36. which will leverage the underlying LDAP and BER functionality
  37. in Net::LDAP.
  38. * Please tell us if you would be interested in seeing a public
  39. release of the LDAP server.
  40. * Grateful acknowledgement to Austin Ziegler, who reviewed
  41. this code and provided the release framework, including
  42. minitar.
  43. #--
  44. # Net::LDAP for Ruby.
  45. # http://rubyforge.org/projects/net-ldap/
  46. # Copyright (C) 2006 by Francis Cianfrocca
  47. #
  48. # Available under the same terms as Ruby. See LICENCE in the main
  49. # distribution for full licensing information.
  50. #
  51. # $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
  52. #++
  53. # vim: sts=2 sw=2 ts=4 et ai tw=77