== 0.2.5 - 24-Feb-2014
* Fixed a bug in the SID#string_to_sid method. Thanks go to Rob Reynolds
  for the spot.

== 0.2.4 - 8-Nov-2013
* Added rake as a development dependency.
* Attempted to make FFI related constants and structs more private.
* Updated the gem:create task for Rubygems 2.

== 0.2.3 - 27-Jun-2013
* Fixed a bug where a sid could be inappropriately stripped. Thanks
  go to Josh Cooper for the spot.

== 0.2.2 - 8-Apr-2013
* Fixed HANDLE prototypes in the underlying FFI code. This affected
  64 bit versions of Ruby.

== 0.2.1 - 19-Feb-2013
* Removed a trailing comma that was causing problems.

== 0.2.0 - 11-Jan-2013
* Converted the code to FFI.
* Refactored some of the tests.

= 0.1.4 - 4-Oct-2012
* Updated the SID.string_to_sid method so that it completes a string/sid
  round trip successfully now. Thanks go to Josh Cooper for the patch.

= 0.1.3 - 12-Jul-2012
* The SID.new method now defaults to the owner of the current thread if
  no account name is provided.
* Updates to the gemspec, Rakefile, and SID tests, including updates to
  some of the gemspec dependencies.

= 0.1.2 - 2-Aug-2009
* Now compatible with Ruby 1.9.x.
* Switched test-unit and sys-admin from standard dependencies to development
  dependencies.

= 0.1.1 - 14-Jul-2009
* Added some well known SID's as constants to the Win32::Security::SID class
  for convenience, e.g. SID::World, SID::Everyone.
* Fixes for the gemspec.
* Changed license to Artistic 2.0.

= 0.1.0 - 17-Dec-2008
* Initial release
