[augeas-devel] augeas: master - Version 0.5.2

David Lutterkort lutter at fedoraproject.org
Tue Jul 14 03:31:49 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=52e78d699fb2b1ce78fa68506ca24ea24f9037ed
Commit:        52e78d699fb2b1ce78fa68506ca24ea24f9037ed
Parent:        6c758c297ac8b1739c9ecd25ec3d13813904be3b
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Jul 13 19:48:34 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Jul 13 19:48:34 2009 -0700

Version 0.5.2

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

diff --git a/NEWS b/NEWS
index 056de6c..763a597 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+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
+  - add --echo option to augtool
+  - require Automake 1.11 (Jim Meyering)
+  - avoid spurious save attempts for freshly read files
+  - Lens changes/additions
+    * Inittab: schema change: use 'id' field as name of subtree for a line,
+      instead of a generated number. Map comments as '#comment' (Matt Palmer)
+    * Logrotate: make owner/group in create statement optional, allow
+      filenames to be indented
+    * Ntp: allow additional options for server etc. (bug #72)
+    * Shellvars: allow backticks as quote characters (bug #74)
+    * Yum: also read files in /etc/yum/pluginconf.d (Marc Fournier)
+
 0.5.1 - 2009-06-09
   - augeas.h: flag AUG_NO_MODL_AUTOLOAD suppresses initial loading
               of modules; exposed as --noautoload in augtool
diff --git a/augeas.spec.in b/augeas.spec.in
index ed150cf..fa97590 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Jul 13 2009 David Lutterkort <lutter at redhat.com> - 0.5.2-1
+- New version
+
 * Fri Jun  5 2009 David Lutterkort <lutter at redhat.com> - 0.5.1-1
 - Install fadot
 
diff --git a/configure.ac b/configure.ac
index 436b60b..18bb4d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.5.1)
+AC_INIT(augeas, 0.5.2)
 AC_CONFIG_SRCDIR([src/augeas.c])
 AC_CONFIG_AUX_DIR([build/aux])
 AM_CONFIG_HEADER([config.h])
@@ -47,7 +47,7 @@ AC_SUBST(PDFLATEX)
 AC_SUBST(PDFDOCS)
 
 dnl Version info in libtool's notation
-AC_SUBST([LIBAUGEAS_VERSION_INFO], [9:0:9])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [9:1:9])
 AC_SUBST([LIBFA_VERSION_INFO], [1:0:0])
 
 AC_GNU_SOURCE




More information about the augeas-devel mailing list