Files | Admin

Notes:

Release Name: 0.71230

Notes:
AutomateIt is an open source tool for automating the setup and maintenance of servers, applications and their dependencies.


Changes: 0.71230: Date: Sun, 30 Dec 2007 14:05:31 -0800 Desc: - (!) Removed all code that relied on the ActiveSupport and Builder libraries. The new, AutomateIt-specific replacements for these libraries are guaranteed to work correctly and load much more quickly. - (!) Removed the "--to-xml" option from "aitag" and "aifield". If anyone relied on this functionality, post to the mailing list and I'll write a replacement. - (%) Fixed PlatformManager::LSB, it no longer converts OS release versions like "7.10" into "7.1". - (%) Fixed "aitags" with "--tags" options, it now returns a sorted array instead of a set. - (%) Fixed case/when statements to work with Ruby 1.9. - (%) Fixed TemplateManager#render, it now only runs file-related checks when rendering to a file. - Improved PackageManager::CPAN's "cpan_wrapper.pl". It's now just a single file that can be used as both a command and library. - Improved EditManager. In preview mode, it now checks to make sure the file is readable, rather than failing due to permission denied errors.