Sha256: 7503bbefc280e4e12b88dc9947b3c15e129e06ade43ab58bf1476c4f8729ec85

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

== 0.3.1 - 8-Dec-2014
* Work around a bug in 64-bit JRuby, which doesn't handle uintptr_t properly.

== 0.3.0 - 31-Oct-2014
* Implemented an ACL class that lets you create and inspect acccess
  control lists.
* Implemented a basic ACE class that encapsulates an ACE object.
* Removed Windows XP support.
* Some minor updates to the Rakefile and gemspec.

== 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
win32-security-0.3.1 CHANGES