[augeas-devel] augeas: master - Version 0.4.2

David Lutterkort lutter at fedoraproject.org
Thu Mar 12 18:08:35 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=9f7d129d020ea37d371588302bc74963debc9bb8
Commit:        9f7d129d020ea37d371588302bc74963debc9bb8
Parent:        57b420aea2bc0b391aaf31618a3d7a0f53870946
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Mar 9 16:38:13 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Mar 9 16:38:13 2009 -0700

Version 0.4.2

---
 AUTHORS        |    1 +
 NEWS           |   15 +++++++++++++++
 augeas.spec.in |    3 +++
 configure.ac   |    4 ++--
 4 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 570aa65..a530ab1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,6 +5,7 @@ Written by:
 Contributions by:
 
   Sylvain Baubeau  <bob at glumol.com>
+  Francois Deppierraz <francois.deppierraz at camptocamp.com>
   Dominique Dumont <dominique.dumont at hp.com>
   Free Ekanayaka   <free at 64studio.com>
   Marc Fournier    <marc.fournier at camptocamp.com>
diff --git a/NEWS b/NEWS
index 6c06bd3..34bf547 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.4.2 - 2009-03-09
+  - Do not delete files that had an error upon parsing
+  - For Fedora/EPEL RPM's, BuildRequire libselinux-devel (bug #26)
+  - Bug fixes in path expressions
+    * for numbers, 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'
+
 0.4.1 - 2009-03-02
   - Remove files when their entire subtree under /files is deleted
   - Various bug fixes and syntax enhancements for path expressions
diff --git a/augeas.spec.in b/augeas.spec.in
index bcc54d2..9c52519 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Mar  9 2009 David Lutterkort <lutter at redhat.com> - 0.4.2-1
+- New version
+
 * Fri Feb 27 2009 David Lutterkort <lutter at redhat.com> - 0.4.1-1
 - New version
 
diff --git a/configure.ac b/configure.ac
index 0520f09..f6951a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.4.1)
+AC_INIT(augeas, 0.4.2)
 AC_CONFIG_SRCDIR([src/augeas.c])
 AC_CONFIG_AUX_DIR([build/aux])
 AM_CONFIG_HEADER([config.h])
@@ -46,7 +46,7 @@ AC_SUBST(PDFLATEX)
 AC_SUBST(PDFDOCS)
 
 dnl Version info in libtool's notation
-AC_SUBST([LIBAUGEAS_VERSION_INFO], [7:1:7])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [7:2:7])
 AC_SUBST([LIBFA_VERSION_INFO], [0:0:0])
 
 AC_GNU_SOURCE




More information about the augeas-devel mailing list