Skip to content

Commit

Permalink
Version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lutterkort committed Nov 19, 2010
1 parent 2a8f1db commit 4d7591f
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 5 deletions.
9 changes: 7 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ Written by:

David Lutterkort <lutter@redhat.com>

Committers:

Francis Giraldeau <francis.giraldeau@revolutionlinux.com>
Raphael Pinson <raphink@gmail.com>

Contributions by:

Partha Aji <paji@redhat.com>
Mathieu Arnold <mat@FreeBSD.org>
Sylvain Baubeau <bob@glumol.com>
Anders F Bj�rklund <afb@users.sourceforge.net>
Aurelien Bompard <aurelien@bompard.org>
Expand All @@ -13,17 +19,16 @@ Contributions by:
Dominique Dumont <dominique.dumont@hp.com>
Free Ekanayaka <free@64studio.com>
Marc Fournier <marc.fournier@camptocamp.com>
Francis Giraldeau <francis.giraldeau@revolutionlinux.com>
Harald Hoyer <harald@redhat.com>
Shannon Hughes <shughes@redhat.com>
Simon Josi <josi@puzzle.ch>
Bryan Kearney <bkearney@redhat.com>
Erinn Looney-Triggs <erinn.looneytriggs@gmail.com>
Jim Meyering <meyering@redhat.com>
Sean Millichamp <sean@bruenor.org>
Joel Nimety <jnimety@perimeterusa.com>
Matt Palmer <matt@anchor.net.au>
Alan Pevec <apevec@redhat.com>
Raphael Pinson <raphink@gmail.com>
Robin Lee Powell <rlpowell@digitalkingdom.org>
Satoru SATOH <satoru.satoh@gmail.com>
Nicolas Valc�rcel Scerpella <nvalcarcel@ubuntu.com>
Expand Down
43 changes: 43 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
0.7.4 - 2010-11-19
- augtool: new clearm command to parallel setm
- augtool: add --file option
- Fix SEGV under gcc 4.5, caused by difficulties of the gcc optimizer
handling bitfields (bug #149; rhbz #651992)
- Preserve parse errors under /augeas//error: commit 5ee81630, released
in 0.7.3, introduced a regression that would cause the loss of parse
errors; bug #138
- Avoid losing already parsed nodes under certain circumstances; bug #144
- Properly record the new mtime of a saved file; previously the mtime in
the tree was reset to 0 when a file was saved, causing unnecessary file
reloads
- fix a SEGV when using L_MAYBE in recursive lens; bug #136
- Incompatible lens changes
* Fstab: parse option values
* Squid: various improvements, see bug #46;
* Xinetd: map service names differently
- Lens changes/additions
* Aptsources: map comments properly, allow indented lines; bug #151
* Grub: add indomU setting for Debian. Allow '=' as separator in title;
bug #150
* Fstab: also process /etc/mtab
* Inetd: support rpc services
* Iptables: allow underscore in chain names
* Keepalived: new lens for /etc/keepalived/keepalived.conf
* Krb5: allow digits in realm names; bug #139
* Login_defs: new lens for /etc/login.defs (Erinn Looney-Triggs)
* Mke2fs: new lens for /etc/mke2fs.conf
* Nrpe: new lens for Nagios nrpe (Marc Fournier)
* Nsswitch: new lens for /etc/nsswitch.conf
* Odbc: new lens for /etc/odbc.ini (Marc Fournier)
* Pg_hba: New lens; bug #140 (Aurelien Bompard). Add system path on
Debian; bug #154 (Marc Fournier)
* Postfix_master: parse arguments in double quotes; bug #69
* Resolv: new lens for /etc/resolv.conf
* Shells: new lens for /etc/shells
* Shellvars: parse ulimit builtin
* Sudoers: load file from /usr/local/etc (Mathieu Arnold) Allow
'visiblepw' parameter flag; bug #143. Read files from /etc/sudoers.d
* Syslog: new lens for /etc/syslog.conf (Mathieu Arnold)
* Util: exclude dpkg backup files; bug #153 (Marc Fournier)
* Yum: accept continuation lines for gpgkey; bug #132

0.7.3 - 2010-08-06
- aug_load: only reparse files that have actually changed; greatly speeds
up reloading
Expand Down
3 changes: 3 additions & 0 deletions augeas.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/augeas.pc

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

* Fri Aug 6 2010 David Lutterkort <lutter@redhat.com> - 0.7.3-1
- New version

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(augeas, 0.7.3)
AC_INIT(augeas, 0.7.4)
AC_CONFIG_SRCDIR([src/augeas.c])
AC_CONFIG_AUX_DIR([build/aux])
AM_CONFIG_HEADER([config.h])
Expand Down Expand Up @@ -65,8 +65,8 @@ if test x"$enable_debug" = x"yes"; then
fi

dnl Version info in libtool's notation
AC_SUBST([LIBAUGEAS_VERSION_INFO], [12:0:12])
AC_SUBST([LIBFA_VERSION_INFO], [4:1:3])
AC_SUBST([LIBAUGEAS_VERSION_INFO], [12:1:12])
AC_SUBST([LIBFA_VERSION_INFO], [4:2:3])

AC_GNU_SOURCE

Expand Down

0 comments on commit 4d7591f

Please sign in to comment.