[augeas-devel] augeas: master - Version 0.3.6

David Lutterkort lutter at fedoraproject.org
Thu Jan 29 17:59:58 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=c2722165821889fbaac63243b5c33ed21c8504ad
Commit:        c2722165821889fbaac63243b5c33ed21c8504ad
Parent:        d6a829e8ff2a27c5c44cc2fee654a4304c5c6394
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Jan 26 16:37:56 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Jan 26 16:37:56 2009 -0800

Version 0.3.6

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

diff --git a/NEWS b/NEWS
index fb4115a..e24cf8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+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
+  - dynamically change behavior of aug_save; add noop save mode
+    (Bryan Kearney)
+  - plug memory leak, more portable SELinux test (Jim Meyering)
+  - fix bz #478619 - do not use abspath (Arnaud Gomes-do-Vale)
+  - fix segfault when branch in a union does not have a ktype
+  - Lens changes/additions
+    * Dpkg: new lens for Debian's dpkg.cfg (Robin Lee Powell)
+    * Limits: new lens for /etc/security/limits.conf (Free Ekanayaka)
+    * Soma: new lens for http://www.somasuite.org/ config
+      (Free Ekanayaka)
+    * Php, Gdm: fix minor regexp error (Marc Fournier)
+      expand filter for Php config files (Robin Lee Powell)
+    * Phpvars: whitspace fixes (Free Ekanayaka)
+    * Puppet: accept indented puppet.conf (ticket #25)
+
 0.3.5 - 2008-12-23
   - add an option to rewrite files by overwriting their contents instead of
     putting the new file in place atomically with rename(2); file contents
@@ -9,7 +27,7 @@
     a number of bugs and oddities (e.g. tickets #7 and #23)
   - fix a bug in fa_as_regexp: a '.' wasn't escaped, ultimately leading to
     spurious errors from the typechecker
-  - Lens chanes/additions
+  - Lens changes/additions
     * Group: process /etc/group (Free Ekanayaka)
     * Passwd: process /etc/passwd (Free Ekanayaka)
     * Phpvars: process files that set PHP variables, in particular
diff --git a/augeas.spec.in b/augeas.spec.in
index d88c559..381e4bc 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Jan 26 2009 David Lutterkort <lutter at redhat.com> - 0.3.6-1
+- New version
+
 * Tue Dec 23 2008 David Lutterkort <lutter at redhat.com> - 0.3.5-1
 - New version
 
diff --git a/configure.ac b/configure.ac
index 73e6966..54ec16b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.3.5)
+AC_INIT(augeas, 0.3.6)
 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], [5:0:5])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [6:0:6])
 AC_SUBST([LIBFA_VERSION_INFO], [0:0:0])
 
 AC_GNU_SOURCE




More information about the augeas-devel mailing list