Navigation Menu

Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lutterkort committed Feb 24, 2011
1 parent f6962ab commit 4806e18
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
7 changes: 5 additions & 2 deletions AUTHORS
Expand Up @@ -13,10 +13,13 @@ Contributions by:

Partha Aji <paji@redhat.com>
Mathieu Arnold <mat@FreeBSD.org>
Sergio Ballestrero
Sylvain Baubeau <bob@glumol.com>
Anders F Björklund <afb@users.sourceforge.net>
Anders F Björklund <afb@users.sourceforge.net>
Aurelien Bompard <aurelien@bompard.org>
Matthew Booth <mbooth@redhat.com>
Dominic Cleal <dcleal@redhat.com>
Lorenzo Dalrio <lorenzo.dalrio@gmail.com>
Francois Deppierraz <francois.deppierraz@camptocamp.com>
Dominique Dumont <dominique.dumont@hp.com>
Free Ekanayaka <free@64studio.com>
Expand All @@ -34,7 +37,7 @@ Contributions by:
Alan Pevec <apevec@redhat.com>
Robin Lee Powell <rlpowell@digitalkingdom.org>
Satoru SATOH <satoru.satoh@gmail.com>
Nicolas Valcárcel Scerpella <nvalcarcel@ubuntu.com>
Nicolas Valcárcel Scerpella <nvalcarcel@ubuntu.com>
Nahum Shalman <nshalman elys com>
Tim Stoop <tim.stoop@gmail.com>
Laine Stump <laine@laine.org>
Expand Down
38 changes: 38 additions & 0 deletions 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
Expand Down
3 changes: 3 additions & 0 deletions augeas.spec.in
Expand Up @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/augeas.pc

%changelog
* Tue Feb 22 2011 David Lutterkort <lutter@redhat.com> - 0.8.0-1
- New version

* Fri Nov 19 2010 David Lutterkort <lutter@redhat.com> - 0.7.4-1
- New version

Expand Down
4 changes: 2 additions & 2 deletions 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])
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4806e18

Please sign in to comment.