SHA256
1
0
forked from pool/libyaml

- update to 0.2.5:

* Allow question marks in plain scalars in flow collections
  * Emitter: Don't output trailing space for empty scalar nodes
  * Emitter: Output space after an alias mapping key
  * Add -h and --flow (on|off|keep) to run-*-test-suite
  * Remove unnecessary include and malloc
  * Add specific files back to .gitignore
  * Output error position in run-parser-test-suite.c
  * A couple patches to improve test suite support

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=29
This commit is contained in:
2020-08-15 22:29:55 +00:00
committed by Git OBS Bridge
parent 98475f40a1
commit 0a4cff36b8
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Aug 15 22:27:54 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.2.5:
* Allow question marks in plain scalars in flow collections
* Emitter: Don't output trailing space for empty scalar nodes
* Emitter: Output space after an alias mapping key
* Add -h and --flow (on|off|keep) to run-*-test-suite
* Remove unnecessary include and malloc
* Add specific files back to .gitignore
* Output error position in run-parser-test-suite.c
* A couple patches to improve test suite support
-------------------------------------------------------------------
Mon Apr 20 14:45:18 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>