Accepting request 69815 from devel:libraries:c_c++
- update to 0.8.1 * augtool: respect autosave flag in oneshot mode, bug #193; fix segfault caused by unmatched bracket in path expression, bug #186 * eliminate a global variable in the lexer, fixes BZ 690286 * replace an erroneous assert(0) with a proper error message when none of the alternatives in a union match during saving, bug #183 * improve AIX support * Lens changes/additions * Access: support the format @netgroup@@nisdomain, bug #190 * Fstab: fix parsing of SELinux labels in the fscontext option * Grub: support 'device' directive for UEFI boot, bug #189; support 'configfile' and 'background' * Httpd: handle continuation lines; autoload httpd.conf on Fedora/RHEL, BZ 688149; fix support for single-quoted strings * Iptables: support --tcp-flags, bug #157; allow blank and comment lines anywhere * Mysql: include /etc/my.cnf used on Fedora/RHEL, BZ 688053 * NagiosCfg: parse setting multiple values on one line * NagiosObjects: process /etc/nagios3/objects/*.cfg * Nsswitch: support 'sudoers' as a database, bug #187 * Shellvars: autoload /etc/rc.conf used in FreeBSD * Sudoers: support '#include' and '#includedir', bug #188 * Yum: exclude /etc/yum/pluginconf.d/versionlock.list - changes for 0.8.0 * add new 'square' lens combinator * add new aug_span API function * augtool: short options for --nostdinc, --noload, and --noautoload (forwarded request 69753 from dmacvicar) OBS-URL: https://build.opensuse.org/request/show/69815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=13
This commit is contained in:
commit
9401cabf48
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c63f2c9a6381112d3fc2c3ea3c1a16ce92cfdf602cfe86edecbadcd421857251
|
||||
size 1126817
|
3
augeas-0.8.1.tar.bz2
Normal file
3
augeas-0.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a237432a544d4ebd02967bf8ef2316dcbbbb6141a354556057b67e6906b4d62b
|
||||
size 1299542
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 10:32:57 UTC 2011 - dmacvicar@suse.de
|
||||
|
||||
- update to 0.8.1
|
||||
* augtool: respect autosave flag in oneshot mode, bug #193;
|
||||
fix segfault caused by unmatched bracket in path expression,
|
||||
bug #186
|
||||
* eliminate a global variable in the lexer, fixes BZ 690286
|
||||
* replace an erroneous assert(0) with a proper error message when
|
||||
none of the alternatives in a union match during saving,
|
||||
bug #183
|
||||
* improve AIX support
|
||||
* Lens changes/additions
|
||||
* Access: support the format @netgroup@@nisdomain, bug #190
|
||||
* Fstab: fix parsing of SELinux labels in the fscontext option
|
||||
* Grub: support 'device' directive for UEFI boot, bug #189; support
|
||||
'configfile' and 'background'
|
||||
* Httpd: handle continuation lines; autoload httpd.conf on
|
||||
Fedora/RHEL, BZ 688149; fix support for single-quoted
|
||||
strings
|
||||
* Iptables: support --tcp-flags, bug #157; allow blank and comment
|
||||
lines anywhere
|
||||
* Mysql: include /etc/my.cnf used on Fedora/RHEL, BZ 688053
|
||||
* NagiosCfg: parse setting multiple values on one line
|
||||
* NagiosObjects: process /etc/nagios3/objects/*.cfg
|
||||
* Nsswitch: support 'sudoers' as a database, bug #187
|
||||
* Shellvars: autoload /etc/rc.conf used in FreeBSD
|
||||
* Sudoers: support '#include' and '#includedir', bug #188
|
||||
* Yum: exclude /etc/yum/pluginconf.d/versionlock.list
|
||||
- changes for 0.8.0
|
||||
* 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
|
||||
* Crypttab: new lens for /etc/crypttab
|
||||
* Dhcpd: new lens
|
||||
* Exports: accept hostnames with dashes; bug #169
|
||||
* Grub: add various Solaris extensions; 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
|
||||
* REsolv: allow comments starting with ';'; bug #173
|
||||
* Shellvars: autoload various snmpd config files; bug #170
|
||||
* Solaris_system: new lens for /etc/system on Solaris
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 19:25:12 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: augeas
|
||||
Version: 0.7.4
|
||||
Version: 0.8.1
|
||||
Release: 6
|
||||
Summary: A library for changing configuration files
|
||||
Group: System/Libraries
|
||||
|
Loading…
Reference in New Issue
Block a user