summaryrefslogtreecommitdiffstats
path: root/contrib/ruby/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Added support for image-based systems.Darryl L. Pierce2008-10-101-0/+3
| | | | Also refactored the metaprogramming to fix a nil bug that surfaced.
* Version bump for the first official release to Fedora.Darryl L. Pierce2008-09-081-0/+3
|
* Fixed the RPM spec to get it into Fedora.Darryl L. Pierce2008-09-031-0/+3
| | | | | I've added a build requirement for having rubygem-rake installed. This was in response to feedback from the package reviewer.
* Fixes for getting rubygem-cobbler reviewed for Fedora.Darryl L. Pierce2008-08-261-0/+5
| | | | | | - Fixed the licensing in each source module to show the code is released under LGPLv2.1. - Added %check to the spec file to run tests prior to creating the RPM.
* Added an update call prior to saving or updating a system.Darryl L. Pierce2008-08-211-2/+14
|
* The auth_token is now cached as Cobbler::Base@@auth_token.Darryl L. Pierce2008-08-141-0/+6
Also fixed up some documentation and how properties are handled that are either arrays of values or hashes.