Download List

Project Description

Augeas is a configuration API and editing tool. It
parses common configuration files like /etc/hosts
or /etc/grub.conf in their native formats and
transforms them into a tree. Configuration changes
are made by manipulating this tree and saving it
back into native configuration files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-24 22:40
0.3.5

Files can be optionally changed in place if
rename(2) fails. Several path expression bugs were
fixed. Many new lenses were added.
Tags: Minor feature enhancements

2008-11-06 16:51
0.3.4

Saving of backup files was fixed: in 0.3.3, when
AUG_SAVE_BACKUP was passed to aug_init, aug_save
would always fail.
Tags: Major bugfixes

2008-10-26 05:44
0.3.3

An API regression was fixed: aug_save now returns
0 on success. Version 0.3.2 broke that by
returning the number of saved files, which broke
various clients.
Tags: Major bugfixes

2008-10-22 14:40
0.3.2

Various fixes for file saving (preserving the file attributes/SELinux label, reporting which files were changed, and making save idempotent). Lens documentation is generated with NaturalDocs. There are various lens fixes and enhancements.
Tags: Major bugfixes

2008-09-05 13:16
0.3.1

Processes many more config files, including configs for sudoers, puppet, OpenLDAP, OpenVPN, dhclient, Samba, Slapd, dnsmasq, and sysctl. Improvements to many existing lenses, including better handling of shell variable assignments, and handling of comments and whitespace in /etc/hosts, /etc/fstab, xinetd, php.ini, dput.conf, and pam.d. Major performance improvements when processing large files. Several important bugfixes.
Tags: Major feature enhancements

Project Resources