CHANGES in sys-admin-1.5.6 vs CHANGES in sys-admin-1.6.0
- old
+ new
@@ -1,4 +1,12 @@
+== 1.6.0 - 5-Jan-2013
+* Converted code to use FFI. This mostly only affects the unix flavors.
+* The Admin.users and Admin.groups methods no longer accept a block.
+* Some test suite updates.
+* Because all code is now pure Ruby, there is longer any need for two
+ separate gems. There is now a single, unified gem that works on all
+ supported platforms.
+
== 1.5.6 - 30-Jul-2011
* Fixed issue for non-gnu platforms where it would use the wrong function
prototype because the Ruby core team took it upon themselves to explicitly
defined _GNU_SOURCE in config.h in 1.8.7 and later for reasons that baffle me.
* Some tests on Windows are now skipped unless run with elevated security.