[augeas-devel] ANNOUNCE: Augeas 0.3.2

David Lutterkort lutter at redhat.com
Fri Oct 24 18:04:24 UTC 2008


On Wed, 2008-10-22 at 00:42 +0000, David Lutterkort wrote:
> I am pleased to announce the release of Augeas 0.3.2; if I were into
> codenames this would be the 'Oh Brother where art thou' release.

I just realized that I broke the API in 0.3.2: aug_save returns the
number of files saved instead of simply 0; that breaks at the very least
both the ruby and python bindings.

I'll release 0.3.3 shortly - in the meantime, don't update to 0.3.2,
especially if you use the Ruby or Python bindings.

BTW if you need to find out how many files were changed by an aug_save,
you can do
	count = aug_match(aug, "/augeas/events/saved", NULL)
after the aug_save.

David





More information about the augeas-devel mailing list