Revisions of augeas
buildservice-autocommit
accepted
request 75016
from
Ismail Dönmez (namtrac)
(revision 21)
baserev update by copy to link target
Ismail Dönmez (namtrac)
accepted
request 74913
from
Duncan Mac-Vicar (dmacvicar)
(revision 20)
- fate#311042: Update augeas packages for latest puppet support in SLE-11
buildservice-autocommit
accepted
request 69815
from
Cristian Rodríguez (elvigia)
(revision 19)
baserev update by copy to link target
Cristian Rodríguez (elvigia)
accepted
request 69753
from
Duncan Mac-Vicar (dmacvicar)
(revision 18)
- 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
buildservice-autocommit
accepted
request 66006
from
Cristian Rodríguez (elvigia)
(revision 17)
baserev update by copy to link target
buildservice-autocommit
accepted
request 58111
from
Stephan Kulow (coolo)
(revision 15)
baserev update by copy to link target
Stephan Kulow (coolo)
accepted
request 57781
from
Duncan Mac-Vicar (dmacvicar)
(revision 14)
looks good to me
Stephan Kulow (coolo)
committed
(revision 13)
sync with O:F
Stephan Kulow (coolo)
committed
(revision 12)
prepare_spec
Stephan Kulow (coolo)
committed
(revision 11)
converted link to branch
Stephan Kulow (coolo)
committed
(revision 10)
Stephan Kulow (coolo)
committed
(revision 9)
fix changelog
Stephan Kulow (coolo)
accepted
request 50424
from
Patrick Mullaney (pmullaney)
(revision 8)
good idea
Stephan Kulow (coolo)
accepted
request 50018
from
Patrick Mullaney (pmullaney)
(revision 7)
many .changes lines with the same timestamp are unusual, but we'll see
Patrick Mullaney (pmullaney)
committed
(revision 5)
* ug_load: only reparse files that have actually changed; greatly speeds up reloading * record all variables in /augeas/variables, regardless of whether they were defined with aug_defvar or aug_defnode; make sure /augeas/variables always exists * redefine all variables (by reevaluating their corresponding expressions) after a aug_load. This makes variables 'sticky' across loads * fix behavior of aug_defnode to not fail when the expression evaluates to a nonempty node set * make gnulib a git submodule so that we record the gnulib commit off which we are based * allow 'let rec' with non-recursive RHS * fix memory corruption when reloading a tree into which a variable defined by defnode points (BZ 613967) * plug a few small memory leaks, and some segfaults * Lens changes/additions * Device_map: new lens for grub's device.map (Matt Booth) * Limits: also look for files in /etc/security/limits.d * Mysql: new lens (Tim Stoop) * Shellvars: read /etc/sysconfig/suseconfig (Frederik Wagner) * Sudoers: allow escaped spaces in user/group names (Raphael Pinson) * Sysconfig: lens for the shell subdialect used in /etc/sysconfig; lens strips quotes automatically * 0.7.2 - 2010-06-22 * new API call aug_setm to set/create multiple nodes simultaneously * record expression used in a defvar underneath /augeas/variables * Lens changes/additions * Group: add test for disabled account (Raphael Pinson) * Grub: handle comments within a boot stanza
Patrick Mullaney (pmullaney)
committed
(revision 4)
- Update to 0.7.3, added patch for allowing allow_unsupported_modules command in modprobe.d conf files
Stephan Kulow (coolo)
committed
(revision 3)
Diff for working copy: . Index: augeas.changes =================================================================== --- augeas.changes (revision 0) +++ augeas.changes (revision 0) @@ -0,0 +1,112 @@ +------------------------------------------------------------------- +Tue Dec 15 19:40:27 CET 2009 - jengelh@medozas.de + +- enable parallel building + +------------------------------------------------------------------- +Tue Mar 31 15:51:48 CEST 2009 - jkupec@suse.cz + +* Update to 0.5.0 +* Upstream notes: + Clean up interface for libfa; the interface is now considered stable +* New aug_load API call; allows controlling which files to load by + modifying /augeas/load and then calling aug_load; on startup, the + transforms marked with autoload are reported under /augeas/load +* New flag AUG_NO_LOAD for aug_init to keep it from loading files on + startup; add --noload option to augtool +* New API calls aug_defvar and aug_defnode to define variables for + path expressions; exposed as 'defvar' and 'defnode' in augtool +* Lenses distributed with Augeas are now installed in + /usr/share/augeas/lenses/dist, which is searched after + /usr/share/augeas/lenses, so that lenses installed by other packages + take precedence +* New program examples/fadot to draw various finite automata (Francis + Giraldeau) +* Report line number and character offset in the tree when parsing a + file with a lens fails +* Fix error in propagation of dirty flag, which could lead to only + parts of a tree being saved when multiple files were modified +* Flush files to disk before moving them +* Fix a number of memory corruptions in the XPath evaluator +* Several performance improvements in libfa +* Lens changes/additions + * Grub: process embedded comments for update-grub (Raphael Pinson) + * Iptables: new lens for /etc/sysconfig/iptables + * Krb5: new lens for /etc/krb5.conf + * Limits: map dpmain as value of 'domain' node, not as label + (Raphael Pinson) + * Lokkit: new lens for /etc/sysconfig/system-config-firewall + * Modprobe: new lens for /etc/modprobe.d/* + * Sudoers: more finegrained parsing (ticket #48) (Raphael Pinson) + +------------------------------------------------------------------- +Tue Mar 17 16:50:07 CET 2009 - jkupec@suse.cz + +* Update to 0.4.2 +* Moved lense tests into separate package 'augeas-lense-tests' +* Added augeas-lenses-license-fix patch +* Upstream notes: +* Do not delete files that had an error upon parsing +* For Fedora/EPEL RPM's, BuildRequire libselinux-devel (bug #26) +* In path expressions, the meaning of '<' and '<=' was reversed +* Always create an entry /files in aug_init +* New builtin 'Sys' module with functions 'getenv' and 'read_file', + the latter reads a the contents of a file into a string +* Lens changes/additions + * Postfix_main: handle continuation lines + * Bbhosts, Hosts, Logrotate, Sudoers: label comment nodes as '#comment' + * Sshd: map comments as '#comment' nodes + * Squid: add all keywords from squid 2.7 and 3 (Francois Deppierraz) + * Logrotate: process unit suffixes for 'size' and 'minsize' + +------------------------------------------------------------------- +Tue Mar 3 14:29:43 CET 2009 - jkupec@suse.cz + +* Update to 0.4.1 +* Moved lenses to separate package 'augeas-lenses'. +* Upstream notes: +* Remove files when their entire subtree under /files is deleted +* Various bug fixes and syntax enhancements for path expressions + (see tests/xpath.tests for details) +* Evaluate path expressions with multiple predicates correctly +* Fix incorrect setting of /augeas/events/saved +* Major cleanup of matching during get; drastically improves + performance for very large (on the order of 10k lines) config files +* Small performance improvement in the typechecker +* Reject invalid character sets like [x-u] during typecheck +* Build with compile warnings set to 'maximum' instead of 'error', so + that builds on platforms with broken headers will work out of the box +* Lens changes/additions + * Util.stdexcl now excludes .augsave and .augnew files + * Logrotate: allow 'yearly' schedule, spaces around braces + * Ntp: fix so that it processes ntp.conf on Fedora 10 + * Services: lens for /etc/services (Raphael Pinson) + * Xorg: new lens and tests (Raphael Pinson) + +------------------------------------------------------------------- +Mon Feb 23 16:14:47 CET 2009 - dmacvicar@suse.de + +* Update to 0.4.0 +* Much improved and expanded support for path expressions in the public API. See doc/xpath.txt and tests/xpath.tests for details. +* Solaris support: builds at least on OpenSolaris 2008.11 +* Lens changes/additions + o Grub: support color and savedefault + o DarkIce: new lens for http://darkice.tyrell.hu/ (Free Ekanayaka) + +------------------------------------------------------------------- +Mon Feb 2 10:36:38 CET 2009 - dmacvicar@suse.de + +* Update to 0.3.6 +* report version in /augeas/version, report legal save modes in /augeas/version/save/mode for feature tests/version checking +* dynamically change behavior of aug_save; add noop save mode (Bryan Kearney) +* plug memory leak, more portable SELinux test (Jim Meyering) +* fix bz rhbz#478619 - do not use abspath (Arnaud Gomes-do-Vale) +* fix segfault when branch in a union does not have a ktype +* Lens changes/additions + o Dpkg: new lens for Debian's dpkg.cfg (Robin Lee Powell) + o Limits: new lens for /etc/security/limits.conf (Free Ekanayaka) + o Soma: new lens for http://www.somasuite.org/ config (Free Ekanayaka) + o Php, Gdm: fix minor regexp error (Marc Fournier) expand filter for Php config files (Robin Lee Powell) + o Phpvars: whitspace fixes (Free Ekanayaka) + o Puppet: accept indented puppet.conf (ticket #25) +
Stephan Kulow (coolo)
accepted
request 47843
from
Patrick Mullaney (pmullaney)
(revision 2)
don't delete the .changes file, but update it. And describe the version update - for one if it's 0.7.1 or 0.7.3
Displaying revisions 81 - 100 of 101