Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lutterkort committed Jun 5, 2008
1 parent 62928a4 commit de559a4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
@@ -1,3 +1,13 @@
0.2.0 - 2008-06-05
- Augeas is now much more portable
* Pull in gnulib on non-glibc systems
* Augeas now builds and runs on FreeBSD (possibly others, too)
- Various fixes for memory corruption and the like
(Jim Meyering, James Antill)
- New lenses
* vsftpd.conf
* various bugfixes in existing lenses

0.1.1 - 2008-05-16
- Add subtraction of regexps to the language, for example
let re = /[a-z]+/ - /(Allow|Deny)Users/
Expand Down
3 changes: 3 additions & 0 deletions augeas.spec.in
Expand Up @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/augeas.pc

%changelog
* Thu Jun 5 2008 David Lutterkort <dlutter@redhat.com> - 0.2.0-1
- New version

* Fri May 16 2008 David Lutterkort <dlutter@redhat.com> - 0.1.1-1
- New version

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(augeas, 0.1.1)
AC_INIT(augeas, 0.2.0)
AC_CONFIG_SRCDIR([src/augeas.c])
AC_CONFIG_AUX_DIR([build/aux])
AM_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit de559a4

Please sign in to comment.