Skip to content

Commit 49ef274

Browse files
committed
Merge pull request #265 from ruby-ldap/release-0.14.0
Release 0.14.0
2 parents 5f7d795 + 60faa64 commit 49ef274

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

History.rdoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
=== Net::LDAP 0.14.0
2+
3+
* Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264]
4+
* Update Docs: Net::LDAP now requires ruby >= 2 {#261}[https://github.com/ruby-ldap/ruby-net-ldap/pull/261]
5+
* fix symbol proc {#255}[https://github.com/ruby-ldap/ruby-net-ldap/pull/255]
6+
* fix trailing commas {#256}[https://github.com/ruby-ldap/ruby-net-ldap/pull/256]
7+
* fix deprecated hash methods {#254}[https://github.com/ruby-ldap/ruby-net-ldap/pull/254]
8+
* fix space after comma {#253}[https://github.com/ruby-ldap/ruby-net-ldap/pull/253]
9+
* fix space inside brackets {#252}[https://github.com/ruby-ldap/ruby-net-ldap/pull/252]
10+
* Rubocop style fixes {#249}[https://github.com/ruby-ldap/ruby-net-ldap/pull/249]
11+
* Lazy initialize Net::LDAP::Connection's internal socket {#235}[https://github.com/ruby-ldap/ruby-net-ldap/pull/235]
12+
* Support for rfc3062 Password Modify, closes #163 {#178}[https://github.com/ruby-ldap/ruby-net-ldap/pull/178]
13+
114
=== Net::LDAP 0.13.0
215

16+
Avoid this release for because of an backwards incompatibility in how encryption
17+
is initialized https://github.com/ruby-ldap/ruby-net-ldap/pull/264. We did not
18+
yank it because people have already worked around it.
19+
320
* Set a connect_timeout for the creation of a socket {#243}[https://github.com/ruby-ldap/ruby-net-ldap/pull/243]
421
* Update bundler before installing gems with bundler {#245}[https://github.com/ruby-ldap/ruby-net-ldap/pull/245]
522
* Net::LDAP#encryption accepts string {#239}[https://github.com/ruby-ldap/ruby-net-ldap/pull/239]

lib/net/ldap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.13.0"
3+
VERSION = "0.14.0"
44
end
55
end

0 commit comments

Comments
 (0)