Skip to content

Commit 9cd7d39

Browse files
author
Jerry Cheung
committed
changes for 0.9.0
1 parent 0df44b0 commit 9cd7d39

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

History.rdoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
=== Net::LDAP 0.9.0
2+
* Major changes:
3+
* Dropped support for ruby 1.8.7
4+
* Major enhancements:
5+
* Search timeout
6+
* Instrumentation
7+
* Bug fixes:
8+
* Searches on the same open connection do not interleave results
9+
* Fix search size option
10+
* Fix BER true encoding
11+
12+
* Details
13+
* #142 Encode true as xFF
14+
* #124, #145, #146 Cleanup gemspec
15+
* #138, #144 Track response messages by message id
16+
* #141 Magic number/constant cleanup
17+
* #119, #129, #130, #132, #133, #137 Integration tests
18+
* #115 Search timeout support
19+
* #140 Fix search size option
20+
* #139 Cleanup and inline documentation for Net::LDAP::Connection#search
21+
* #131 Instrumentation
22+
* #116 Refactor Connection#write
23+
* #126 Update gitignore
24+
* #128 Fix whitespace
25+
* #113, #121 Switch to minitest
26+
* #123 Base64 encoded dn
27+
* #114 Separate file for Net::LDAP::Connection
28+
* #104 Parse version spec in LDIF datasets
29+
* #106 ldap.modify doc fixes
30+
* #111 Fix test deprecations
31+
132
=== Net::LDAP 0.5.0 / 2013-07-22
233
* Major changes:
334
* Required Ruby version is >=1.9.3

0 commit comments

Comments
 (0)