Changelog for
ruby3.3-rubygem-net-ldap-0.19.0-1.2.x86_64.rpm :
* Mon Jan 29 2024 Dan Čermák
- New upstream release 0.19.0, see bundled History.rdoc
* Tue Nov 14 2023 Dan Čermák - New upstream release 0.18.0, see bundled History.rdoc
* Thu Aug 04 2022 Stephan Kulow updated to version 0.17.1 see installed History.rdoc === Net::LDAP 0.17.1
* Fixed shebang of bash #385
* Omit some tests for now until we update our CA cert #386
* Add Ruby 3.0 support #388
* Add TruffleRuby 21.0.0 to CI #389
* Correct a typo in an error message #391
* Enable bundler caching for travis #390
* Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb #392
* Handle nil value in GetbyteForSSLSocket::getbyte #306
* Sat Dec 19 2020 Matthew Trescott updated to version 0.17.0- Added private recursive_delete as alternative to DELETE_TREE #268- Test suite updates #373 #376 #377- Use Base64.strict_encode64 and SSHA256 #303- Remove deprecated ConnectionRefusedError #366- Added method to get a duplicate of the internal Hash #286- remove a circular require #380- fix LdapServerAsnSyntax compile #379- Implement \'==\' operator for entries #381- fix for undefined method for write exception #383
* Fri Sep 25 2020 Stephan Kulow updated to version 0.16.3 see installed History.rdoc
* Mon Feb 10 2020 Stephan Kulow - updated to version 0.16.2 see installed History.rdoc === Net::LDAP 0.16.2
* Net::LDAP#open does not cache bind result {#334}[https://github.com/ruby-ldap/ruby-net-ldap/pull/334]
* Fix CI build {#333}[https://github.com/ruby-ldap/ruby-net-ldap/pull/333]
* Fix to \"undefined method \'result_code\'\" {#308}[https://github.com/ruby-ldap/ruby-net-ldap/pull/308]
* Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb {#285}[https://github.com/ruby-ldap/ruby-net-ldap/pull/285]
* Fri Nov 24 2017 mschnitzerAATTsuse.com- updated to version 0.16.1
* Send DN and newPassword with password_modify request #271
* Sat Feb 25 2017 cooloAATTsuse.com- updated to version 0.16.0 see installed History.rdoc === Net::LDAP 0.16.0
* Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281]
* enable TLS hostname validation {#279}[https://github.com/ruby-ldap/ruby-net-ldap/pull/279]
* update rubocop to 0.42.0 {#278}[https://github.com/ruby-ldap/ruby-net-ldap/pull/278]
* Thu Jul 14 2016 cooloAATTsuse.com- updated to version 0.15.0 see installed History.rdoc === Net::LDAP 0.15.0
* Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]
* Sat Feb 06 2016 cooloAATTsuse.com- updated to version 0.14.0 see installed History.rdoc === Net::LDAP 0.14.0
* Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264]
* Update Docs: Net::LDAP now requires ruby >= 2 {#261}[https://github.com/ruby-ldap/ruby-net-ldap/pull/261]
* fix symbol proc {#255}[https://github.com/ruby-ldap/ruby-net-ldap/pull/255]
* fix trailing commas {#256}[https://github.com/ruby-ldap/ruby-net-ldap/pull/256]
* fix deprecated hash methods {#254}[https://github.com/ruby-ldap/ruby-net-ldap/pull/254]
* fix space after comma {#253}[https://github.com/ruby-ldap/ruby-net-ldap/pull/253]
* fix space inside brackets {#252}[https://github.com/ruby-ldap/ruby-net-ldap/pull/252]
* Rubocop style fixes {#249}[https://github.com/ruby-ldap/ruby-net-ldap/pull/249]
* Lazy initialize Net::LDAP::Connection\'s internal socket {#235}[https://github.com/ruby-ldap/ruby-net-ldap/pull/235]
* Support for rfc3062 Password Modify, closes #163 {#178}[https://github.com/ruby-ldap/ruby-net-ldap/pull/178]