[augeas-devel] ANNOUNCE: Augeas 0.1.1

David Lutterkort dlutter at redhat.com
Fri May 16 19:19:54 UTC 2008


I am pleased to announce Augeas 0.1.1. The main focus of this release
was bugfixing, with some minor enhancements thrown in for good measure. 

Detailed NEWS:
  - Add subtraction of regexps to the language, for example
      let re = /[a-z]+/ - /(Allow|Deny)Users/
  - Report errors during get/put in the tree; added subnodes to
    /augeas/files/PATH/error for that purpose
  - Many many bugfixes:
    * plugged all known memory leaks
    * fixed typecheck for lens union (l1 | l2) which was plain wrong
    * reduce overall memory usage by releasing unused compiled regexps
    * further performance improvements in libfa
    * check that values match the regexps in STORE when saving
  - libfa can now convert an automaton back to a regular expression
    (FA_AS_REGEXP)
  - New lenses
    * /etc/fstab
    * /etc/xinetd.conf and /etc/xinetd.d/*

The release can be downloaded from:

Tarball: http://augeas.net/download/augeas-0.1.1.tar.gz
Fedora RPM's are making their way through the build system

David





More information about the augeas-devel mailing list