[augeas-devel] ANNOUNCE: Augeas 0.4.2

David Lutterkort lutter at redhat.com
Tue Mar 10 00:34:48 UTC 2009


I am pleased to announce the release of Augeas 0.4.2; this release is
caused by a data corruption bug in 0.4.1, where it would delete files
that it couldn't parse correctly.

  - Do not delete files that had an error upon parsing
  - For Fedora/EPEL RPM's, BuildRequire libselinux-devel (bug #26)
  - In path expressions, the meaning of '<' and '<=' was reversed
  - Always create an entry /files in aug_init
  - New builtin 'Sys' module with functions 'getenv' and 'read_file',
    the latter reads a the contents of a file into a string
  - Lens changes/additions
    * Postfix_main: handle continuation lines
    * Bbhosts, Hosts, Logrotate, Sudoers: label comment nodes as '#comment'
    * Sshd: map comments as '#comment' nodes
    * Squid: add all keywords from squid 2.7 and 3 (Francois Deppierraz)
    * Logrotate: process unit suffixes for 'size' and 'minsize'

Tarball:          http://augeas.net/download/augeas-0.4.2.tar.gz
GPG signature[1]: http://augeas.net/download/augeas-0.4.2.tar.gz.sig

RPM's for Fedora and EPEL are making their way through the build systems
and will be available shortly from the usual repos.

David

[1] To verify the signature, first download both the .sig file and the
corresponding tarball. Then, run a command like this:

  gpg --verify augeas-0.4.2.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys FC6E8A22

and rerun the `gpg --verify' command.





More information about the augeas-devel mailing list