[augeas-devel] augeas: master - Version 0.4.0

David Lutterkort lutter at fedoraproject.org
Wed Feb 11 21:43:15 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=5f1f60730210fc1696f138dde7249af6015ee6c7
Commit:        5f1f60730210fc1696f138dde7249af6015ee6c7
Parent:        4a8e12203a8426c77d2b1642b4719a19493b9760
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Fri Feb 6 22:07:40 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Fri Feb 6 22:07:40 2009 -0800

Version 0.4.0

---
 NEWS           |    8 ++++++++
 augeas.spec.in |    3 +++
 configure.ac   |    4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index e24cf8b..12fa3bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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.
+  - Solaris support: builds at least on OpenSolaris 2008.11
+  - Lens changes/additions
+    * Grub: support color and savedefault
+    * DarkIce: new lens for http://darkice.tyrell.hu/ (Free Ekanayaka)
+
 0.3.6 - 2009-01-26
   - report version in /augeas/version, report legal save modes in
     /augeas/version/save/mode for feature tests/version checking
diff --git a/augeas.spec.in b/augeas.spec.in
index 381e4bc..b6aeb0a 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  6 2009 David Lutterkort <lutter at redhat.com> - 0.4.0-1
+- New version
+
 * Mon Jan 26 2009 David Lutterkort <lutter at redhat.com> - 0.3.6-1
 - New version
 
diff --git a/configure.ac b/configure.ac
index 0b22600..8141512 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.3.6)
+AC_INIT(augeas, 0.4.0)
 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], [6:0:6])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [7:0:7])
 AC_SUBST([LIBFA_VERSION_INFO], [0:0:0])
 
 AC_GNU_SOURCE




More information about the augeas-devel mailing list