OSDN Git Service

028bd710200f259cb7e4fb22a4dfe388643957cc
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / activeldap-1.2.1 / CHANGES
1 = CHANGES
2
3 == 1.2.1: 2009-12-15
4
5 * Supported ActiveRecord 2.3.5 and Rails 2.3.5.
6 * Supported GetText 2.1.0 and Locale 2.0.5.
7 * belongs_to(:many) support DN attribute.
8 * [#31] ActiveLdap::Base#attributes returns data that reflects
9   schema definition. [Alexey.Chebotar]
10 * blocks DN attribute change by mass assignment with :id => ....
11 * [#35] fix has_many association is broken. [culturespy]
12 * Supported nested attribute options. [Hideyuki Yasuda]
13
14 == 1.2.0: 2009-09-22
15
16 * Supported ActiveRecord 2.3.4 and Rails 2.3.4.
17 * [IMCOMPATIBLE]
18   [#23932] Inconsistant DN handling in object attributes [Marc Dequènes]
19   (ActiveLdap::Base#dn and ActiveLdap::Base#base return
20   ActiveLdap::DN not String)
21 * [#26824] support operational attributes detection [Marc Dequènes]
22   (added ActiveLdap::Schema::Attribute#directory_operation?)
23 * [#27] Error saving an ActiveLDAP user [brad@lucky-dip.net]
24 * [#29] Raised on modify_rdn_entry when rdn already exists [Alexey.Chebotar]
25 * Added ActiveLdap::DN.parent.
26 * Supported renaming an entry. Renaming other DTI is only supported by
27   JNDI backend.
28
29 == 1.1.0: 2009-07-18
30
31 * Improved tutorial. [Kazuaki Takase]
32 * Improvements:
33   * API:
34     * [#26] Supported to_xml for associations. [achemze]
35     * ActiveLdap::Base.delete_all(filter=nil, options={}) ->
36       ActiveLdap::Base.delete_all(filter_or_options={}).
37       Sure, old method signature is also still supported.
38     * belongs_to(:many) with :foreign_key is deprecated.
39       Use :primary_key instead of :foreign_key. [Kazuaki Takase]
40     * Means of has_many's :primary_key and :foreign_key are inverted.
41       [Kazuaki Takase]
42     * [experimental] Added ldap_field ActionView helper to
43       generate form fileds for a LDAP entry.
44   * Suppressed needless attributes updating.
45 * Dependencies:
46   * Re-supported GetText.
47   * ActiveRecord 2.3.2 is only supported.
48
49 == 1.0.9
50
51 * Added documents in Japanese. [Kazuaki Takase]
52 * Supported Ruby 1.9.1.
53   * [#20] [Ruby 1.9 Support] :: Running Tests [Alexey.Chebotar]
54 * Supported Rails 2.3.2.
55   * [#18] [Rails 2.3 Support] :: Running WEBrick Hangs [Alexey.Chebotar]
56 * Bug fixes:
57   * Fixed blank values detection. [David Morton]
58   * [#22] Ruby 1.8.6 p287 :: Undefined methods [Alexey.Chebotar]
59   * Fixed gem loading. [Tiago Fernandes]
60   * Fixed DN change via #base=. [David Morton]
61   * Fixed infinite retry on timeout.
62   * Fixed needless reconnection.
63 * API improvements:
64   * Removed needless instance methods: #prefix=,
65     #dn_attribute=, #sort_by=, #order=, #required_classes=,
66     #recommended_classes= and #excluded_classes. [David Morton]
67   * Removed obsolete scafoold_al generator.
68   * Reduced default :retry_limit.
69   * Supported association as parameter. [Joe Francis]
70   * Normalized schema attribute name. [Tim Hermans]
71   * Suppressed AuthenticationError -> ConnectionError
72     conversion on reconnection. [Kazuaki Takase]
73   * Added ActiveLdap::Schema#dump.
74   * ActiveLdap::Base.establish_connection ->
75     ActiveLdap::Base.setup_connection.
76   * Supported ActiveLdap::Base.find(:last).
77   * Added convenient methods:
78     * ActiveLdap::Base.first
79     * ActiveLdap::Base.last
80     * ActiveLdap::Base.all
81
82 == 1.0.2
83
84 * Removed Base64 module use.
85 * Improved LDIF parser.
86 * Improved scheme parser.
87 * Supported Base64 in XML serialization.
88 * Supported TLS options.
89 * Supported ActiveRecord 2.2.2.
90 * Supported Ruby on Rails 2.2.2.
91 * Used rails/init.rb and rails_generators/ directory structure convention
92   for Rails and gem. rails/ directory will be removed after 1.0.2 is released.
93 * AL-Admin migrated to Ruby on Rails 2.2.2 form 2.0.2.
94 * Improved ActiveDirectory integration.
95 * Accepted :class_name for belong_to and has_many option.
96 * Improved default port guess.
97 * Bug fixes:
98   * [#4] ModifyRecord#load doesn't operate atomic. [gwarf12]
99   * [#5] to_xml supports :except option. [baptiste.grenier]
100   * [#6] to_xml uses ActiveResource format. [baptiste.grenier]
101   * Out of ranged GeneralizedTime uses Time.at(0) as fallback value.
102     [Richard Nicholas]
103   * ActiveLdap::Base#to_s uses #to_ldif. [Kazuhiro NISHIYAMA]
104   * Fixed excess prefix extraction. [Grzegorz Marszałek]
105   * Skiped read only attribute validation. [しまさわらさん]
106   * Treated "" as empty value. [Ted Lepich]
107   * [#9][#16] Reduced raising when DN value is invalid.
108     [danger1986][Alexey.Chebotar]
109   * [#10][#12] Fixed needless ',' is appeared. [michael.j.konopka]
110   * [#11] Required missing 'active_ldap/user_password'. [michael.j.konopka]
111   * [#13] Returned entries if has_many :wrap has nonexistent entry.
112     [ingersoll]
113   * [#15] Fixed type error on computing DN. [ery.lee]
114   * ">=" filter operator doesn't work. [id:dicdak]
115   * [#17] ActiveLdap::Base.create doesn't raise exception. [Alexey.Chebotar]
116
117 == 1.0.1
118
119 * Fixed GetText integration.
120 * Fixed ActiveLdap::Base.find with ActiveLdap::DN. (Reported by Jeremy Pruitt)
121 * Fixed associated bugs. (Reported by CultureSpy)
122 * Supported ActiveLdap::Base#attribute_present? with nonexistence attribute.
123   (Reported by Matt Mencel)
124 * Added ActiveLdap::Base#.to_ldif_record.
125 * Improved inspect.
126 * Supported ActiveSupport 2.1.0.
127
128 == 1.0.0
129
130 * Fixed GSSAPI auth failure. [#18764] (Reported by Lennon Day-Reynolds)
131 * Supported Symbol as :dn_attribute_value. [#18921] (Requested by Nobody)
132 * Improved DN attribute detection. (Reported by Iain Pople)
133 * Avoided unnecesally modify operation. (Reported by Tilo)
134
135 == 0.10.0
136
137 * Implemented LDIF parser.
138 * Improved validation:
139   * Added some validations.
140   * Fixed SINGLE-VALUE validation. [#17763]
141     (Reported by Naoto Morishima)
142 * Supported JNDI as backend.
143 * Improved auto reconnection.
144 * Supported Rails 2.0.2.
145 * Improved performance. (4x)
146 * [API CHANGE]: removed "'binary' =>" from getter result.
147
148   e.g.:
149     before:
150         user.user_certificate # => {"binary" => "..."}
151        now:
152         user.user_certificate # => "..."
153 * Added :excluded_classed ldap_mapping option.
154 * Logged operation time used for LDAP operation.
155 * Improved API:
156   * Accepted non String value for find(:value => XXX).
157     (Suggested by Marc Dequèn)
158   * Accepted DN as ActiveLdap::Base.new(XXX).
159     (Reported by Jeremy Pruitt)
160   * Treated empty password for smiple bind as anonymous bind.
161     (Suggested by Bodaniel Jeans)
162   * Ensured adding "objectClass" for find's :attribute value. [#16946]
163     (Suggested by Nobody)
164   * Fixed a GeneralizedTime type casting bug.
165     (Reported by Bodaniel Jeanes)
166   * Supported :base and :prefix search/find option value escaping.
167     (Suggested by David Morton)
168
169 == 0.9.0
170
171 * Improved DN handling.
172 * Supported attribute value validation by LDAP schema.
173 * Changed RubyGems name: ruby-activeldap -> activeldap.
174 * Removed Log4r dependency.
175 * Supported lazy connection establishing.
176   * [API CHANGE]: establish_connection doesn't connect LDAP server.
177 * [API CHANGE]: Removed ActiveLdap::Base#establish_connection.
178 * Added ActiveLdap::Base#bind. (use this instead of #establish_connection)
179 * Supported implicit acts_as_tree.
180 * [API CHANGE]: Supported type casting.
181 * Supported :uri option in configuration.
182 * Improved Rails integration:
183   * Followed Rails 2.0 changes.
184   * AL-Admin:
185     * Supported lang parameter in URL.
186     * Improved design a bit. (Please someone help us!)
187     * Supported schema inspection.
188     * Supported objectClass modifiation.
189   * Rails plugin:
190     * Added ActiveLdap::VERSION check.
191     * Added model_active_ldap generator.
192     * Renamed scaffold_al generator to scaffold_active_ldap.
193
194 == 0.8.3
195
196 * Added AL-Admin Sample Rails app
197 * Added Ruby-GetText-Package support
198 * Added a Rails plugin
199 * Improved schema handling
200 * Improved performance
201 * Many bug fixes
202
203 == 0.8.2
204
205 * Added Net::LDAP support!
206   * supported SASL Digest-MD5 authentication with Net::LDAP.
207 * improved LDAP server support:
208   * improved Sun DS support.
209   * improved ActiveDirectory support. Thanks to Ernie Miller!
210   * improved Fedora-DS support. Thanks to Daniel Pfile!
211 * improved existing functions:
212   * improved DN handling. Thanks to James Hughes!
213   * improved SASL bind.
214   * improved old API check.
215   * improved schema handling. Thanks to Christoph Lipp!
216   * improved filter notification.
217 * updated documents:
218   * updated Rails realted documenation. Thanks to James Hughes!
219   * updated documentation for the changes between 0.7.1 and 0.8.0.
220     Thanks to Buzz Chopra!
221 * added new features:
222   * added scaffold_al generator for Rails.
223   * added required_classes to default filter value. Thanks to Jeff Hall!
224   * added :recommended_classes option to ldap_mapping.
225   * added :sort_by and :order options to find.
226   * added ActiveLdap::Base#to_param for ActionController.
227 * fixed some bugs:
228   * fixed rake install/uninstall.
229   * fixed typos. Thanks to Nobody!
230   * fixed required_classes initialization. Thanks to James Hughes!
231
232 == 0.8.1
233
234 * used Dependencies.load_paths.
235 * check whether attribute name is available or not.
236 * added test for find(:first, :attribute => 'xxx', :value => 'yyy').
237 * supported ActiveSupport 1.4.0.
238 * make the dual licensing of ruby-activeldap clear in the README.
239 * followed edge Rails: don't use Reloadable::Subclasses if doesn't need.
240 * added examples/.
241 * removed debug code.
242 * normalized attribute name to support wrong attribute names in MUST/MAY.
243 * supported getting dn value by Base#[].
244 * test/test_userls.rb: followed userls changes.
245 * update the doc href.
246 * provide a dumb example of how to use the old association(return_objects) style API with the new awesome API.
247 * followed new API.
248 * removed a finished task: support Reloadable::Subclasses.
249
250 == 0.8.0
251
252 * Makefile/gemspec system replaced with Rakefile + Hoe
253 * Bugfix: Allow base to be empty
254 * Add support for Date, DateTime, and Time objects (patch from Patrick Cole)
255 * Add support for a :filter argument to override the default attr=val LDAP search filter in find_all() and find() (patch from Patrick Cole)
256 * Add Base#update_attributes(hash) method which does bulk updates to attributes (patch from Patrick Cole) and saves immediately
257 * API CHANGE: #attributes now returns a Hash of attribute_name => clone(attribute_val)
258 * API CHANGE: #attribute_names now returns an alphabetically sorted list of attribute names
259 * API CHANGE;
260 * Added attributes=() as the implementation for update_attributes(hash) (without autosave)
261 * API TRANSITION: Base#write is now deprecated. Please use Base#save
262 * API TRANSITION: Added SaveError exception (which is a subclass of WriteError for now)
263 * API TRANSITION: Base.connect() is now deprecated. Please use Base.establish_connection()
264 * API TRANSITION: Base.close() is now deprecated. Please use Base.remove_connection()
265 * API TRANSITION: :bind_format and :user of Base.establish_connection() are now deprecated. Please use :bind_dn
266 * Added update_attribute(name, value) to update one attribute and save immediately
267 * #delete -> #destroy
268 * Base.destroy_all
269 * Base.delete(id) & Base.delete_all(filter)
270 * add Base.exists?(dnattr_val)
271 * attr_protected
272 * Base.update(dnattr_val, attributes_hash) - instantiate, update, save, return
273 * Base.update_all(updates_hash, filter)
274 * attribute_present?(attribute) - if not empty/nil
275 * has_attribute?(attr_name)  - if in hash
276 * reload() (refetch from LDAP)
277 * make save() return false on fail
278 * make save!() raise EntryNotSaved exception
279 * to_xml()
280 * clear_active_connections!() -- Conn per class
281   - make @@active_connections and name them by
282 * base_class() (just return the ancestor)
283 * Separate ObjectClass changes to live in ActiveLDAP::ObjectClass
284   - add_objectclass
285   - remove_objectclass
286   - replace_objectclass
287   - disallow direct objectclass access?
288 * support ActiveRecord::Validations.
289 * support ActiveRecord::Callbacks.
290 * rename to ActiveLdap from ActiveLDAP to integrate RoR easily and enforce
291   many API changes.
292
293 == 0.7.4
294
295 * Bugfix: do not base LDAP::PrettyError on RuntimeError due to rescue evaluation.
296 * Bugfix: :return_objects was overriding :objects in find and find_all
297 * Rollup exception code into smaller space reusing similar code.
298
299 == 0.7.3
300
301 * Made has_many and belongs_to use :return_objects value
302 * Force generation of LDAP constants on import - currently broken
303
304 == 0.7.2
305
306 * Stopped overriding Conn.schema in ldap/schema - now use schema2
307 * Fix attributes being deleted when changing between objectclasses with shared attributes
308 * Added schema attribute case insensitivity
309 * Added case insensitivity to the attribute methods.
310 * Added LDAP scope override support to ldap_mapping via :scope argument. (ldap_mapping :scope => LDAP::LDAP_SCOPE_SUBTREE, ...)
311 * Fixed the bug where Klass.find() return nil (default arg for find/find_all now '*')
312 * Added :return_objects to Base.connect()/configuration.rb -- When true, sets the default behavior in Base.find/find_all to return objects instead of just the dnattr string.
313 * Hid away several exposed private class methods (do_bind, etc)
314 * Undefined dnattr for a class now raises a ConfigurationError
315 * Centralized all connection management code where possible
316 * Added Base.can_reconnect? which returns true if never connected or below the :retries limit
317 * Added block support to Base.connection to ensure "safe" connection usage. This is not just for internal library use. If you need to do something fancy with the connection object, use Base.connection do |conn| ...
318 * Fixed object instantiation in Base#initialize when using full DNs
319 * Added :parent_class option to ldap_mapping which allows for object.parent() to return an instantiated object using the parent DN. (ldap_mapping :parent_class => String, ...)
320 * Fixed reconnect bug in Base#initialize (didn't respect infinite retries)
321 * Added(*) :timeout argument to allow timeouts on hanging LDAP connections
322 * Added(*) :retry_on_timeout boolean option to allow disabling retries on timeouts
323 * Added TimeoutError
324 * Added(*) a forking timeout using SIGALRM to interrupt handling.
325 * (*) Only works when RUBY_PLATFORM has "linux" in it
326
327 == 0.7.1
328
329 * Fix broken -W0 arg in activeldap.rb
330 * attribute_method=: '' and nil converted to ldap-pleasing [] values
331 * Added checks in write and search for connection down (to reconnect)
332 * Fixed broken idea of LDAP::err2string exceptions. Instead took errcodes from ldap.c in Ruby/LDAP.
333
334 == 0.7.0
335
336 * ConnectionError thrown from #initialize when there is no connection and retry limit was exceeded
337 * ConnectionError thrown when retries exceeded when no connection was created
338 * Separated connection types: SSL, TLS, and plain using :method
339 * Localized reconnect logic into Base.reconnect(force=false)
340 * Fixed password_block evaluation bug in do_bind() which broke SIMPLE re-binds and broke reconnect
341 * Add support for config[:sasl_quiet] in Base.connect
342 * (Delayed a case sensitivity patch for object classes and attributes due to weird errors)
343 * Add :retry_wait to Base.connect to determine the timeout before retrying a connection
344 * Fixed ActiveLDAP::Base.create_object() - classes were enclosed in quotes
345 * Added :ldap_scope Base.connect() argument to allow risk-seeking users to change the LDAP scope to something other than ONELEVEL.
346 * Cleaned up Configuration.rb to supply all default values for ActiveLDAP::Base.connect() and to use a constant instead of overriding class variables for no good reason.
347 * Added scrubbing for :base argument into Base.connect() to make sure a ' doesn't get evaluated.
348 * Refactored Base.connect(). It is now much cleaner and easier to follow.
349 * Moved schema retrieval to after bind in case a server requires privileges to access it.
350 * Reworked the bind process to be a little prettier. A lot of work to do here still.
351 * Added LDAP::err2exception(errno) which is the groundwork of a coming overhaul in user friendly error handling.
352 * Added support for Base::connect(.., :password => String, ...) to avoid stupid Proc.new {'foo'} crap
353 * Add :store_password option. When this is set, :password is not cleared and :password_block is not re-evaluated on each rebind.
354
355 == 0.6.0
356
357 * Disallow blank DN attribute values on initialization
358 * Fix bug reported by Maik Schmidt regarding object creation
359 * Added error checking to disallow DN attribute value changes
360 * Added AttributeAssignmentError (for above)
361 * Import() and initialize() no longer call attribute_method=()
362 * Added error condition if connection fails inside initialize()
363 * Changes examples and tests to use "dc=localdomain"
364 * has_many() entries no longer return nil when empty
365
366 == 0.5.9
367
368 * Change default base to dc=localdomain (as per Debian default).
369 * schema2.rb:attr() now returns [] instead of '' when empty.
370 * Lookup of new objects does not put dnattr()=value into the Base on lookup.
371 * Scope is now use ONELEVEL instead of SUBTREE as it broke object boundaries.
372 * Fixed @max_retries misuse.
373 * Added do_connect retries.
374 * Fixed find and find_all for the case - find_all('*').
375 * Fixed broken creation of objects from anonymous classes.
376 * Fixed broken use of ldap_mapping with anonymous classes.
377
378 == 0.5.8: Bugfix galore
379
380 * Allow nil "prefix"
381 * Fixed the dup bug with Anonymous patch.
382 * (maybe) Fixed stale connection problems by attempting reconn/bind.
383 * Hiding redefine warnings (for now)
384
385 == 0.5.7
386
387 * Fixed the @data.default = [] bug that daniel@nightrunner.com pointed out
388   (and partially patched).
389
390 == 0.5.6
391
392 * Added support for foreign_key => 'dn' in has_many.
393
394 == 0.5.5
395
396 * Remove @@logger.debug entries during build
397 * Building -debug and regular gems and tarballs
398
399 == 0.5.4
400
401 * Added Base#import to streamline the Base.find and Base.find_all methods
402   - Speeds up find and find_all by not accessing LDAP multiple times
403     for data we already have.
404 * Added tests/benchmark which is a slightly modified version of excellent
405   benchmarking code contributed by
406   Ollivier Robert <roberto -_-AT-_- keltia.freenix.fr>.
407
408 == 0.5.3
409
410 * Changed attribute_method to send in associations
411   - fixes belongs_to (with local_kay) and inheritance around that
412
413 == 0.5.2
414
415 * Make sure values are .dup'd when they come from LDAP
416
417 == 0.5.1
418
419 * Changed Schema2#class_attributes to return {:must => [], :may => []}
420 * Fixed Base#must and Base#may to return with full SUPerclass requirements
421
422 == 0.5.0
423
424 * API CHANGE (as with all 0.x.0 changes) (towards ActiveRecord duck typing)
425   - Base#ldapattribute now always returns an array
426   - Base#ldapattribute(true) now returns a dup of an array, string, etc 
427     when appropriate (old default) - This is just for convenience
428   - Base#ldapattribute returns the stored value, not just a .dup
429   - Associations methods return objects by default instead of just names.
430     Group.new('foo').members(false) will return names only.
431   - Base.connect returns true as one might expect
432 * Value validation and changing (binary, etc) occur prior to write, and
433   not immediately on attribute_method=(value).
434 * Attribute method validity is now determined /on-the-fly/.
435 * Default log level set to OFF speeds up 'speedtest' by 3 seconds! 
436   (counters last point which added some slowness :)
437 * Added Schema2#class_attributes which caches and fully supertype expands
438   attribute lists.
439 * Integrated Schema2#class_attributes with apply_objectclass which automagically
440   does SUP traversal and automagically updates available methods on calls to
441   #attributes, #method_missing, #validate, and #write
442 * Added 'attributes' to 'methods' allowing for irb autocompletion and other
443   normal rubyisms
444 * Moved almost all validation to Base#validate to avoid unexpected exceptions
445   being raised in seemingly unrelated method calls. This means that invalid 
446   objectClasses may be specified. This will only be caught on #write or 
447   a pre-emptive #validate. This goes for all attribute errors though.
448   This also makes it possible to "break" objects by removing the 'top'
449   objectclass and therefore the #objectClass method...
450
451 == 0.4.4
452
453 * Fixed binary subtype forcing:
454   - was setting data as subtype ;binary even when not required
455 * Added first set of unit tests.
456   - These will be cleaned up in later releases as more tests are added.
457 * Fixed subtype clobber non-subtype (unittest!)
458   - cn and cn;lang-blah: the last loaded won
459 * Fixed multivalued subtypes from being shoved into a string (unittest!)
460   - an error with attribute_input_value
461
462 == 0.4.3
463
464 * Fixed write (add) bugs introduced with last change
465   - only bug fixes until unittests are in place
466
467 == 0.4.2
468
469 * Added ruby-activeldap.gemspec
470 * Integrated building a gem of 'ruby-activeldap' into Makefile.package
471 * Added attr parsing cache to speed up repetitive calls: approx 13x speedup
472   - 100 usermod-binary-add calls
473
474       Without attr parsing cache:
475         real    13m53.129s
476         user    13m11.350s
477         sys     0m7.030s
478       With attr parsing cache:
479         real    1m0.416s
480         user    0m28.390s
481         sys     0m2.380s
482
483 == 0.4.1:
484
485 * Schema2 was not correctly parsing objectClass entries.
486   - This is fixed for now but must be revisited.
487
488 == 0.4.0
489
490 * Added #<attribute>(arrays) argument which when true
491   always returns arrays. e.g.
492      irb> user.cn(true)
493      => ['My Common Name']
494   This makes things easier for larger programming tasks.
495 * Added subtype support:
496   - Uses Hash objects to specify the subtype
497     e.g. user.userCertificate = {'binary' => File.read('mycert.der')}
498   - Added recursive type enforcement along with the subtype handling
499   - This required overhauling the #write method.
500     - Please report any problems ASAP! :^)
501 * Added automagic binary support
502   - subtype wrapping done automatically
503   - relies on X-NOT-HUMAN-READABLE flag
504 * Added LDAP::Schema2 which is an extension of Ruby/LDAP::Schema
505   - made Schema#attr generic for easy type dereferencing
506 * Updated rdoc in activeldap.rb
507 * Updated examples (poorly) to reflect new functionality
508 * Added several private helper functions
509
510 == 0.3.6
511
512 * Fixed dn attribute value extraction on find and find_all
513   - these may have grabbed the wrong value if a DN attr has
514     multiple values.
515 * Fixed Base.search to return all values as arrays and update
516   multivalued ones correctly
517 * Lowered the amount of default logging to FATAL only
518
519 == 0.3.5
520
521 * Moved to rubyforge.org!
522
523 == 0.3.4
524
525 * Changed license to Ruby's
526
527 == 0.3.3
528
529 * Changed Base.search to return an array instead of a hash of hashes
530 * Change Base.search to take in a hash as its arguments
531
532 == 0.3.2
533
534 * Bug fix - fixed support for module'd extension classes (again!)
535
536 == 0.3.1
537
538 * Updated the documentation
539 * Fixed ignoring of attrs argument in Base.search
540 * Fixed mistake in groupls (using dnattr directly)
541 * Fixed a mistake with overzealous dup'ing
542
543 == 0.3.0
544
545 * MORE API CHANGES (configuration.rb, etc)
546 * Major overhaul to the internals!
547   - removed @@BLAH[@klass] in lieu of defining
548     class methods which contain the required values. This
549     allows for clean inheritance of Base subclasses! Whew!
550   - Added @@config to store the options currently in use
551     after a Base.connect
552   - Now cache passwords for doing reconnects
553   - dnattr now accessible to the outside as a class method only
554 * Added Base.search to wrap normal LDAP search for convenience.
555   - This returns a hash of hashes with the results indexed first by
556     full dn, then by attribute.
557
558 == 0.2.0
559
560 * API CHANGES:
561   - Extension classes must be defined using map_to_ldap instead of setting
562     random values in initialize
563   - Base#find is now Base.find_all and is a class method
564   - Base.find returns the first match a la Array#find
565   - force_reload is gone in belongs_to and has_many created methods
566   - hiding Base.new, Base.find, and Base.find_all from direct access
567 * added uniq to setting objectClass to avoid stupid errors
568 * fixed new object creation bug where attributes were added before the
569   objectclass resulting in a violation (Base#write)
570 * fixed attribute dereferencing in Base#write
571 * fixed bug with .dup on Fixnums
572 * methods created by has_many/belongs_to  and find and find_all now take an
573   optional argument dnattr_only which will return the value of dnattr for
574   each result instead of a full object.
575 * Base.connection=(conn) added for multiplexing connections
576 * Added a manual to activeldap.rb which covers most usage of Ruby/ActiveLDAP
577 * Base.connect(:try_sasl => true) should now work with GSSAPI if you are
578   using OpenLDAP >= 2.1.29
579
580 == 0.1.8
581
582 * .dup all returned attribute values to avoid weirdness
583 * .dup all assigned values to avoid weirdness
584 * Changed default configuration.rb to use example.com
585
586 == 0.1.7
587
588 * Added support for non-unique DN attributes
589 * Added authoritative DN retrieval with 'object.dn'
590
591 == 0.1.6
592
593 * Added Base.close method for clearing the existing connection (despite Ruby/LDAP's lack of .close)
594
595 == 0.1.5
596
597 * Fixed incorrect usage of @klass in .find (should .find be a class method?)
598
599 == 0.1.4
600
601 * Change WARN to INFO in associations.rb for has_many
602
603 == 0.1.3
604
605 * Fixed class name mangling
606 * Added support for classes to take DNs as the initialization value
607
608 == 0.1.2
609
610 * Patch from Dick Davies: Try SSL before TLS
611 * Log4r support
612 * Better packaging (automated)
613 * Work-around for SSL stupidity
614   - SSLConn doesn't check if the port it connected to is really using SSL!
615
616 == 0.1.1
617
618 * Dynamic table class creation
619 * SASL/GSSAPI disabled by default - doesn't work consistently
620
621 == 0.1.0
622
623 * Added foreign_key to has_many
624 * Added local_key to belongs_to
625 * Added primary_members to Group example
626 * Added "nil" filtering to has_many
627 * Packaged up with setup.rb
628 * Added RDocs and better comments
629
630 == 0.0.9
631
632 * Separated extension classes from ActiveLDAP module
633 * Cleaned up examples with new requires
634
635 == 0.0.8
636
637 * Added user and group scripting examples
638   - usermod, userls, useradd, userdel
639   - groupmod, groupls
640
641 == 0.0.7
642
643 * Cleaner authentication loop:
644   - SASL (GSSAPI only), simple, anonymous
645 * Added allow_anonymous option added (default: false)
646
647 == 0.0.6
648
649 * Write support cleaned up
650 * Exception classes added
651
652 == 0.0.5
653
654 * LDAP write support added
655
656 == 0.0.4
657
658 * MUST and MAY data validation against schema using objectClasses
659
660 == 0.0.3
661
662 * LDAP attributes alias resolution and data mapping
663
664 == 0.0.2
665
666 * Associations: has_many and belongs_to Class methods added for Base
667
668 == 0.0.1
669
670 * Extension approach in place with example User and Group classes
671
672 == 0.0.0
673
674 * Basic LDAP read support in place with hard-coded OUs