[augeas-devel] augeas: master - Version 0.5.1

David Lutterkort lutter at fedoraproject.org
Wed Jun 10 00:34:37 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=370ad6147cb5c393a01c46893a526609f04556f6
Commit:        370ad6147cb5c393a01c46893a526609f04556f6
Parent:        c5aacdded55979e155f4a2aec57ffe690e41f808
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Tue Jun 9 11:52:20 2009 -0700
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Tue Jun 9 17:11:16 2009 -0700

Version 0.5.1

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

diff --git a/NEWS b/NEWS
index 0a42bc1..056de6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+0.5.1 - 2009-06-09
+  - augeas.h: flag AUG_NO_MODL_AUTOLOAD suppresses initial loading
+              of modules; exposed as --noautoload in augtool
+  - augtool: don't prompt when input is not from tty (Raphael Pinson)
+  - augparse: add --notypecheck option
+  - path expressions: allow things like '/foo and /bar[3]' in predicates
+  - Lens changes/additions
+    * Aliases: map comments as #comment (Raphael Pinson)
+    * Build, Rx, Sep: new utility modules (Raphael Pinson)
+    * Cron: new lens (Raphael Pinson)
+    * Dnsmasq: process files in /etc/dnsmasq.d/* (ticket #65)
+    * Grub: parse kernel and module args into separate nodes; parse
+            arguments for 'serial', 'terminal', and 'chainloader'; allow
+            optional argument for 'savedefault'
+    * Interfaces: make compliant with actual Debian spec (Matt Palmer)
+    * Iptables: relax regexp for chain names; allow comment lines mixed
+                in with chains and rules (ticket #51)
+    * Logrotate: allow '=' as separator (ticket #61); make newline at end
+                 of scriptlet optional
+    * Modprobe: handle comments at end of line
+    * Ntp: parse fudge record (Raphael Pinson); parse all directives in
+           default Fedora ntp.conf; process 'broadcastdelay', 'leapfile',
+           and enable/disable flags (ticket #62)
+    * Pbuilder: new lens for Debian's personal builder (Raphael Pinson)
+    * Php: add default path on Fedora/RHEL (Marc Fournier)
+    * Squid: handle indented entries (Raphael Pinson)
+    * Shellvars: map 'export' and 'unset'; map comments as #comment
+                 (Raphael Pinson)
+    * Sudoers: allow backslashes inside values (ticket #60) (Raphael Pinson)
+    * Vsftpd: map comments as #comment; handle empty lines; find
+              vsftpd.conf on Fedora/RHEL
+    * Xinetd: map comments as #comment (Raphael Pinson)
+
 0.5.0 - 2009-03-27
   - Clean up interface for libfa; the interface is now considered stable
   - New aug_load API call; allows controlling which files to load by
diff --git a/augeas.spec.in b/augeas.spec.in
index 0a843a4..ed150cf 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Fri Jun  5 2009 David Lutterkort <lutter at redhat.com> - 0.5.1-1
+- Install fadot
+
 * Fri Mar 27 2009 David Lutterkort <lutter at redhat.com> - 0.5.0-2
 - fadot isn't being installed just yet
 
diff --git a/configure.ac b/configure.ac
index d802fce..a2f0a58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.5.0)
+AC_INIT(augeas, 0.5.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], [8:0:8])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [9:0:9])
 AC_SUBST([LIBFA_VERSION_INFO], [1:0:0])
 
 AC_GNU_SOURCE




More information about the augeas-devel mailing list