[augeas-devel] augeas: master - Version 0.4.1

David Lutterkort lutter at fedoraproject.org
Tue Mar 3 23:49:39 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=42d19cb9c0776ce8c0980316900e6f859037be8d
Commit:        42d19cb9c0776ce8c0980316900e6f859037be8d
Parent:        529c8f204a1e319251dcbc2c8b6253ffde66668b
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Mar 2 16:06:09 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Mar 2 16:06:09 2009 -0800

Version 0.4.1

---
 NEWS           |   19 +++++++++++++++++++
 augeas.spec.in |   36 +++---------------------------------
 configure.ac   |    4 ++--
 3 files changed, 24 insertions(+), 35 deletions(-)

diff --git a/NEWS b/NEWS
index 12fa3bf..6c06bd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+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
+    (see tests/xpath.tests for details)
+  - Evaluate path expressions with multiple predicates correctly
+  - Fix incorrect setting of /augeas/events/saved
+  - Major cleanup of matching during get; drastically improves
+    performance for very large (on the order of 10k lines) config files
+  - Small performance improvement in the typechecker
+  - Reject invalid character sets like [x-u] during typecheck
+  - Build with compile warnings set to 'maximum' instead of 'error', so
+    that builds on platforms with broken headers will work out of the box
+  - Lens changes/additions
+    * Util.stdexcl now excludes .augsave and .augnew files
+    * Logrotate: allow 'yearly' schedule, spaces around braces
+    * Ntp: fix so that it processes ntp.conf on Fedora 10
+    * Services: lens for /etc/services (Raphael Pinson)
+    * Xorg: new lens and tests (Raphael Pinson)
+
 0.4.0 - 2009-02-06
   - Much improved and expanded support for path expressions in the public
     API. See doc/xpath.txt and tests/xpath.tests for details.
diff --git a/augeas.spec.in b/augeas.spec.in
index b6aeb0a..48244cd 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Fri Feb 27 2009 David Lutterkort <lutter at redhat.com> - 0.4.1-1
+- New version
+
 * Fri Feb  6 2009 David Lutterkort <lutter at redhat.com> - 0.4.0-1
 - New version
 
@@ -89,38 +92,5 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Dec 23 2008 David Lutterkort <lutter at redhat.com> - 0.3.5-1
 - New version
 
-* Wed Nov  5 2008 David Lutterkort <lutter at redhat.com> - 0.3.4-1
-- New version
-
-* Fri Oct 24 2008 David Lutterkort <dlutter at redhat.com> - 0.3.3-1
-- New version
-
-* Tue Oct 21 2008 David Lutterkort <dlutter at redhat.com> - 0.3.2-1
-- New version
-
-* Thu Sep  4 2008 David Lutterkort <dlutter at redhat.com> - 0.3.1-1
-- New version
-
-* Thu Aug  7 2008 David Lutterkort <dlutter at redhat.com> - 0.3.0-1
-- New version
-
-* Fri Jul 18 2008 David Lutterkort <dlutter at redhat.com> - 0.2.2-1
-- New version
-
-* Tue Jul  1 2008 David Lutterkort <dlutter at redhat.com> - 0.2.1-1
-- New version
-
-* Thu Jun  5 2008 David Lutterkort <dlutter at redhat.com> - 0.2.0-1
-- New version
-
-* Fri May 16 2008 David Lutterkort <dlutter at redhat.com> - 0.1.1-1
-- New version
-
-* Fri May  2 2008 David Lutterkort <dlutter at redhat.com> - 0.1.0-2
-- Fixes according to Fedora review
-
-* Thu May  1 2008 David Lutterkort <dlutter at redhat.com> - 0.1.0-1
-- New version
-
 * Mon Feb 25 2008 David Lutterkort <dlutter at redhat.com> - 0.0.4-1
 - Initial specfile
diff --git a/configure.ac b/configure.ac
index 2b29586..e335131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.4.0)
+AC_INIT(augeas, 0.4.1)
 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:0:7])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [7:1:7])
 AC_SUBST([LIBFA_VERSION_INFO], [0:0:0])
 
 AC_GNU_SOURCE




More information about the augeas-devel mailing list