[augeas-devel] augeas: master - Version 0.5.3

David Lutterkort lutter at fedoraproject.org
Thu Sep 17 19:07:59 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=2c83b509e79f3e859bbba7909e3e3769e1285164
Commit:        2c83b509e79f3e859bbba7909e3e3769e1285164
Parent:        5bf061cf5419af7fda222d20e1445cb0f5df081e
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Sep 14 14:52:34 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Sep 14 14:53:52 2009 -0700

Version 0.5.3

---
 NEWS           |   25 +++++++++++++++++++++++++
 augeas.spec.in |    3 +++
 configure.ac   |    6 +++---
 3 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 763a597..3dc9693 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.5.3 - 2009-09-14
+  - Match trees on label + value, not just label; see
+    tests/modules/pass_strip_quotes.aug for how that enables stripping
+    quotes
+  - Do not trip over symlinks to files on a different device during save;
+    fixes problems with writing to /etc/grub.conf on Fedora/RHEL
+  - API (defnode): always add the newly created node into the resulting
+    nodeset
+  - Add preceding-sibling and following-sibling axes to path expressions
+  - augtool, augparse: add --version option (bug #88)
+  - Change file info recorded under /augeas/files/FILE/*: remove lens/id
+    and move lens/info to lens
+  - Properly record new files under /augeas/files (bug #78)
+  - aug_load: clean up variables to avoid dangling references (bug #79)
+  - Make Augeas work on AIX
+  - Ignore anything but regular files when globbing
+  - Add 'clear' function to language for use in unit tests
+  - typechecker: print example trees in tree format
+  - libfa: properly support regexps with embedded NUL's
+  - Lens changes/additions
+    * Xorg: revamped, fixes various parse failures (Matt Booth)
+    * Inetd: new lens and test (Matt Palmer)
+    * Multipath: new lens and test
+    * Slapd: also read /etc/openldap.slapd.conf (bug #85)
+
 0.5.2 - 2009-07-13
   - Make Augeas work on Mac OS/X (bug #66) (Anders Bjoerklund)
   - reduce symbols exported from libfa with linker script
diff --git a/augeas.spec.in b/augeas.spec.in
index fa97590..a509d9e 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Sep 14 2009 David Lutterkort <lutter at redhat.com> - 0.5.3-1
+- New version
+
 * Mon Jul 13 2009 David Lutterkort <lutter at redhat.com> - 0.5.2-1
 - New version
 
diff --git a/configure.ac b/configure.ac
index 18bb4d5..4493779 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.5.2)
+AC_INIT(augeas, 0.5.3)
 AC_CONFIG_SRCDIR([src/augeas.c])
 AC_CONFIG_AUX_DIR([build/aux])
 AM_CONFIG_HEADER([config.h])
@@ -47,8 +47,8 @@ AC_SUBST(PDFLATEX)
 AC_SUBST(PDFDOCS)
 
 dnl Version info in libtool's notation
-AC_SUBST([LIBAUGEAS_VERSION_INFO], [9:1:9])
-AC_SUBST([LIBFA_VERSION_INFO], [1:0:0])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [9:2:9])
+AC_SUBST([LIBFA_VERSION_INFO], [2:0:1])
 
 AC_GNU_SOURCE
 




More information about the augeas-devel mailing list