Accepting request 660944 from home:ecsos

- update to 1.11.0
  General changes/additions
    - augmatch: add a --quiet option; make the exit status useful 
      to tell whether there was a match or not
    - Drastically reduce the amount of memory needed to evaluate 
      complex path expressions against large files (Issue #569)
    - Fix a segfault on OSX when 'augmatch' is run without any 
      arguments (Issue #556)
  API changes
    - aug_source did not in fact return the source; and always 
      returned NULL for that. That has been fixed.
  Lens changes/additions
    - Chrony: add new options supported in chrony 3.2 and 3.3 
      (Miroslav Lichvar)
    - Dhclient: fix parsing of append/prepend and similar 
      directives (John Morrissey)
    - Fstab: allow leading whitespace in mount entry lines 
      (Pino Toscano) (Issue #544)
    - Grub: tolerate some invalid entries. Those invalid entries 
      get mapped to '#error' nodes
    - Httpd: accept comments with whitespace right after a tag 
      opening a section (Issue #577)
    - Json: allow escaped slashes in strings (Issue #557)
    - Multipath: accept regular expressions for devnode, wwid, 
      and property in blacklist and blacklist_exceptions sections 
      (Issue #564)
    - Nginx: parse /etc/nginx/sites-enabled (plumbeo) allow 
      semicolons inside double quoted strings in simple directives, 
      and allow simple directives without an argument (Issue #566)
    - Redis: accept the 'bind' statement with multiple IP addresses
      (yannh) (Issue #194)
    - Rsyslog: support include() directive introduced in 
      rsyslog 8.33
    - Strongswan: new lens (Kaarle Ritvanen)
    - Systemd: do not try to treat *.d or *.wants directories as 
      configuration files (Issue #548)

OBS-URL: https://build.opensuse.org/request/show/660944
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=76
This commit is contained in:
Tomáš Chvátal 2018-12-26 09:50:36 +00:00 committed by Git OBS Bridge
parent d309bdc65d
commit a3edb22113
6 changed files with 44 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d
size 2289207

Binary file not shown.

3
augeas-1.11.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:393ce8f4055af89cd4c20bf903eacbbd909cf427891f41b56dc2ba66243ea0b0
size 2393675

BIN
augeas-1.11.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Dec 24 08:24:19 UTC 2018 - ecsos@opensuse.org
- update to 1.11.0
General changes/additions
- augmatch: add a --quiet option; make the exit status useful
to tell whether there was a match or not
- Drastically reduce the amount of memory needed to evaluate
complex path expressions against large files (Issue #569)
- Fix a segfault on OSX when 'augmatch' is run without any
arguments (Issue #556)
API changes
- aug_source did not in fact return the source; and always
returned NULL for that. That has been fixed.
Lens changes/additions
- Chrony: add new options supported in chrony 3.2 and 3.3
(Miroslav Lichvar)
- Dhclient: fix parsing of append/prepend and similar
directives (John Morrissey)
- Fstab: allow leading whitespace in mount entry lines
(Pino Toscano) (Issue #544)
- Grub: tolerate some invalid entries. Those invalid entries
get mapped to '#error' nodes
- Httpd: accept comments with whitespace right after a tag
opening a section (Issue #577)
- Json: allow escaped slashes in strings (Issue #557)
- Multipath: accept regular expressions for devnode, wwid,
and property in blacklist and blacklist_exceptions sections
(Issue #564)
- Nginx: parse /etc/nginx/sites-enabled (plumbeo) allow
semicolons inside double quoted strings in simple directives,
and allow simple directives without an argument (Issue #566)
- Redis: accept the 'bind' statement with multiple IP addresses
(yannh) (Issue #194)
- Rsyslog: support include() directive introduced in
rsyslog 8.33
- Strongswan: new lens (Kaarle Ritvanen)
- Systemd: do not try to treat *.d or *.wants directories as
configuration files (Issue #548)
-------------------------------------------------------------------
Tue Mar 20 21:02:55 UTC 2018 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
%define libname lib%{name}0
Name: augeas
Version: 1.10.1
Version: 1.11.0
Release: 0
Summary: An utility for changing configuration files
License: GPL-3.0-or-later AND LGPL-2.1-or-later