From 4806e18f931e340d3af1ca1f419a84292c175194 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Wed, 23 Feb 2011 10:40:44 -0800 Subject: [PATCH] Version 0.8.0 --- AUTHORS | 7 +++++-- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ augeas.spec.in | 3 +++ configure.ac | 4 ++-- 4 files changed, 48 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0e2bf37a1..21526091a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,10 +13,13 @@ Contributions by: Partha Aji Mathieu Arnold + Sergio Ballestrero Sylvain Baubeau - Anders F Björklund + Anders F Björklund Aurelien Bompard Matthew Booth + Dominic Cleal + Lorenzo Dalrio Francois Deppierraz Dominique Dumont Free Ekanayaka @@ -34,7 +37,7 @@ Contributions by: Alan Pevec Robin Lee Powell Satoru SATOH - Nicolas Valcárcel Scerpella + Nicolas Valcárcel Scerpella Nahum Shalman Tim Stoop Laine Stump diff --git a/NEWS b/NEWS index 57302a815..5f2531d87 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +0.8.0 - 2011-02-22 + - add new 'square' lens combinator + - add new aug_span API function + - augtool: short options for --nostdinc, --noload, and --noautoload + - augtool: read commands from tty after executing file with --interactive + - augtool: add --autosave option + - augtool: add --span option to load nodes' span + - augtool: add span command to get the node's span according to the input + file + - augtool: really be quiet when we shouldn't be echoing + - fix segfault in get.c with L_MAYBE lens; bug #180 + - fix segfault when a path expression called regexp() with an invalid + regexp; bug #168 + - improved vim syntax file + - replace augtest by test-augtool.sh to obviate the need for Ruby to run + tests + - use sys_wait module from gnulib; bug #164 + - Lens changes/additions + * Access: new lens for /etc/security/access.conf (Lorenzo Dalrio) + * Crypttab: new lens for /etc/crypttab (Frederic Lespez) + * Dhcpd: new lens + * Exports: accept hostnames with dashes; bug #169 (Sergio Ballestrero) + * Grub: add various Solaris extensions (Dominic Cleal); support "map" + entries, bug #148 + * Httpd: new lens for Apache config + * Inifile: new lens indented_title_label + * Interfaces: allow indentation for "iface" entries; bug #182 + * Mysql: change default comment delimiter from ';' to '#'; bug #181 + * Nsswitch: accept various add'l databases; bug #171 + * PuppetFileserver: new lens for Puppet's fileserver.conf (Frederic Lespez) + * REsolv: allow comments starting with ';'; bug #173 (erinn) + * Shellvars: autoload various snmpd config files; bug #170 (erinn) + * Solaris_system: new lens for /etc/system on Solaris (Dominic Cleal) + * Util (comment_c_style, empty_generic, empty_c_style): new lenses + * Xml: generic lens to process XML files + * Xorg: make "position" in "screen" optional; allow "Extensions" + section; bug #175 (omzkk) + 0.7.4 - 2010-11-19 - augtool: new clearm command to parallel setm - augtool: add --file option diff --git a/augeas.spec.in b/augeas.spec.in index f2c34253f..53b66fd54 100644 --- a/augeas.spec.in +++ b/augeas.spec.in @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/augeas.pc %changelog +* Tue Feb 22 2011 David Lutterkort - 0.8.0-1 +- New version + * Fri Nov 19 2010 David Lutterkort - 0.7.4-1 - New version diff --git a/configure.ac b/configure.ac index efa9a333b..48dc268e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(augeas, 0.7.4) +AC_INIT(augeas, 0.8.0) AC_CONFIG_SRCDIR([src/augeas.c]) AC_CONFIG_AUX_DIR([build/aux]) AM_CONFIG_HEADER([config.h]) @@ -65,7 +65,7 @@ if test x"$enable_debug" = x"yes"; then fi dnl Version info in libtool's notation -AC_SUBST([LIBAUGEAS_VERSION_INFO], [12:1:12]) +AC_SUBST([LIBAUGEAS_VERSION_INFO], [13:0:13]) AC_SUBST([LIBFA_VERSION_INFO], [4:2:3]) AC_GNU_SOURCE