CHANGES in sys-admin-1.6.0 vs CHANGES in sys-admin-1.6.1

- old
+ new

@@ -1,4 +1,14 @@ +== 1.6.1 - 24-Jan-2014 +* Added the Admin.add_group_member and Admin.remove_group member methods. These + let you add a user to a specific group. Thanks go to Alexey Kolyanov for the + idea and the code. +* Modified the Admin.configure_user method so that you don't need to know the + old password. Just pass a single string argument for the new password. +* Fixed a potential encoding issue for the Admin.get_login method on JRuby. +* Updated the gem:create task in the Rakefile. +* Added rake as a development dependency. + == 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