Changelog for
xmlstarlet-debugsource-1.6.1-lp152.3.6.x86_64.rpm :
* Tue May 03 2016 mpluskalAATTsuse.com- Update to 1.6.1:
* handle unicode arguments under Windows- Changes for 1.6.0:
* get rid of \"helpful\" message about namespaces
* update user guide
* Enhancements: + add --stop option to val + add global option --no-doc-namespace
* Build: + let the make install target succeed even if docs aren\'t built.- Cleanup spec file with spec-cleaner- Cleanup dependencies- Refresh xmlstarlet-xml_depyx.c.diff
* Mon Oct 13 2014 tomsAATTopensuse.org- SPEC file changes - Added link from /usr/bin/xml to /usr/bin/xmlstarlet as other distributions do the same - Did the same for the manpage
* Mon Jul 08 2013 pascal.bleserAATTopensuse.org- update to 1.5.0: - Bugs: - avoid segfault on pyx non-existant file - fix unescaping of entities straddling 4K byte boundary (Bug #102) - Enhancements: - unescape hex entities (XX;) - give a helpful message if doc has default namespace and nothing matched - add \"_\" and \"DEFAULT\" as names for document\'s top-level default namespace - Adding a global quiet option - ed: Allow omitting value argument to create empty element. - use default attribute values in sel subcommand- changes from 1.4.2: - pyx: avoid segfault on documents with multiple attributes (Bug [#3595212])
* Sun Dec 16 2012 pascal.bleserAATTopensuse.org- update to 1.4.1:
* avoid segfault when attempting to edit the document node
* Thu Oct 18 2012 pascal.bleserAATTopensuse.org- update to 1.4.0:
* ed subcommand: - relative XPaths are now handled correctly (Bug #3527850) - the last nodeset inserted by an edit operation can be accessed as the XPath variable $prev (or $xstar:prev) - add --var option to define XPath variables - allow ed -u -x to insert nodesets instead of converting to string - remove hard limit for number of edit operations (Bug [#3488240])
* pyx now handles namespaces correctly
* Tue Feb 21 2012 pascal.bleserAATTopensuse.org- update to 1.3.1:
* handle multiple values for --value-of properly (sf#2563866)
* substitute external entities (sf#3467320)
* pyx output needs space between attribute name and value (sf#3440797)
* Sun Oct 02 2011 pascal.bleserAATTopensuse.org- update to 1.3.0:
* avoid ASCII CRs in UTF-16/32 text
* --value-of outputs concat values of all nodes (sf#2563866)
* encode special chars for ed -u -x
* allow use of exslt functions in ed -u -x
* add --var to select (allow --var
= as well as --var --break)
* work around libxml bug that passes bogus data to error handler (sf#3362217)
* Fri Jul 22 2011 pascal.bleserAATTopensuse.org- update to 1.2.1:
* check for NULL nodeset result (Bugs #3323189, #3323196)
* \"-\" was being confused with --elif
* generated XSLT should also have automatic namespaces
* allow -N after other option (Bug #3325166)
* namespace values were being registered as prefixes
* avoid segfault when asked to move namespace nodes
* missing newline in ed --help message
* don\'t use XML_SAVE_WSNONSIG #if libxml < 2.7.8 (Bug #3310475)- dropped patch \"xmlstarlet-backport_libxml2_2_7_8_XML_SAVE_WSNONSIG.patch\", was merged upstream
* Thu Jun 02 2011 pascal.bleserAATTopensuse.org- add xmlstarlet-backport_libxml2_2_7_8_XML_SAVE_WSNONSIG.patch to fix builds on distros that use libxml2 versions prior to 2.7.8 and which hence don\'t support XML_SAVE_WSNONSIG
* Wed Jun 01 2011 pascal.bleserAATTopensuse.org- update to 1.2.0:
* implement ed --update --expr
* use top-level namespace definitions from first input file, this should remove the need to define namespaces on the command line with -N in most cases
* select exits with 0 only if result is non-empty (SF#3155702)
* add -Q to select, like grep\'s -q
* add column number to error messages
* restore input context (lost in version 1.0.3) to error messages (SF#3305659)
* print extra string information in error messages
* use entity definitions from dtd (SF#3305659)
* add --net option to c14n, ed, fo, and val (SF#1071398)
* remove --catalog from tr --help message since it isn\'t actually supported
* add --elif and --else to sel --help message