[augeas-devel] augeas: master - Version 0.6.0

David Lutterkort lutter at fedoraproject.org
Mon Nov 30 18:20:00 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=38f790df6a03f9edfa62234188ee71773ef2c95f
Commit:        38f790df6a03f9edfa62234188ee71773ef2c95f
Parent:        94bb57667fcf0d43713b5e24b15c6c8ab357db7a
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Nov 30 09:27:47 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Nov 30 09:27:47 2009 -0800

Version 0.6.0

---
 AUTHORS        |    1 +
 NEWS           |   30 ++++++++++++++++++++++++++++++
 augeas.spec.in |    3 +++
 configure.ac   |    6 +++---
 4 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index bd8032e..20beade 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,5 +22,6 @@ Contributions by:
   Alan Pevec       <apevec at redhat.com>
   Raphael Pinson   <raphink at gmail.com>
   Robin Lee Powell <rlpowell at digitalkingdom.org>
+  Satoru SATOH     <satoru.satoh at gmail.com>
   Nahum Shalman    <nshalman elys com>
   Dean Wilson      <dwilson at blueowl.it>
diff --git a/NEWS b/NEWS
index 3dc9693..00cdfbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+0.6.0 - 2009-11-30
+  - Add error reporting API (aug_error and related calls); use to report
+    error details in a variety of places
+  - Path expressions: add regexp matching; add operator '|' to form union
+    of nodesets (ticket #89)
+  - Tolerate non-C locales from the environment (ticket #35); it is no
+    longer necessary to set the locale to C from the outside
+  - use stpcpy/stpncpy from gnulib (needed for building on Solaris)
+  - Properly check regexp literals for syntax errors (ticket #93)
+  - Distribute and install vim syntax files (ticket #97)
+  - many more bugfixes
+  - Lens changes/additions
+    * Apt_preferences: support version pin; filter out empty lines (Matt
+      Palmer)
+    * Cron: variables can contain '_' etc. (ticket #94)
+    * Ethers: new lens for /etc/ethers (Satoru SATOH)
+    * Fstab: allow '#' in spec (ticket #95)
+    * Group: allow empty password field (ticket #95)
+    * Inittab: parse end-of-line comments into a #comment
+    * Krb5: support kdc section; add v4_name_convert subsection to
+      libdefaults (ticket #95)
+    * Lokkit: add mising eol to forward_port; make argument for --trust
+      more permissive
+    * Pam: allow '-' before type
+    * Postfix_access: new lens for /etc/postfix/access (Partha Aji)
+    * Rx: allow '!' in device_name
+    * Sudoers: allow certain backslash-quoted characters in a command (Matt
+      Palmer)
+    * Wine: new lens to read Windows registry files
+
 0.5.3 - 2009-09-14
   - Match trees on label + value, not just label; see
     tests/modules/pass_strip_quotes.aug for how that enables stripping
diff --git a/augeas.spec.in b/augeas.spec.in
index 9e6e97d..50ba2dc 100644
--- a/augeas.spec.in
+++ b/augeas.spec.in
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Nov 30 2009 David Lutterkort <lutter at redhat.com> - 0.6.0-1
+- Install vim syntax files
+
 * Mon Sep 14 2009 David Lutterkort <lutter at redhat.com> - 0.5.3-1
 - New version
 
diff --git a/configure.ac b/configure.ac
index 3da7a0a..39d007a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 0.5.3)
+AC_INIT(augeas, 0.6.0)
 AC_CONFIG_SRCDIR([src/augeas.c])
 AC_CONFIG_AUX_DIR([build/aux])
 AM_CONFIG_HEADER([config.h])
@@ -56,8 +56,8 @@ AC_ARG_WITH([failmalloc],
 AM_CONDITIONAL([WITH_FAILMALLOC], [test x$with_failmalloc != xno])
 
 dnl Version info in libtool's notation
-AC_SUBST([LIBAUGEAS_VERSION_INFO], [9:2:9])
-AC_SUBST([LIBFA_VERSION_INFO], [2:0:1])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [10:0:10])
+AC_SUBST([LIBFA_VERSION_INFO], [3:0:2])
 
 AC_GNU_SOURCE
 




More information about the augeas-devel mailing list