Skip to content

Commit 9ebdf42

Browse files
committed
Merge pull request ruby-ldap#149 from ruby-ldap/0.9.0-changelog-draft
Add changes for 0.9.0 for History.rdoc
2 parents ccf8b19 + 4974913 commit 9ebdf42

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

History.rdoc

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

0 commit comments

Comments
 (0)