OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml-conduit?expand=0&rev=24
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 16 11:05:14 UTC 2021 - psimons@suse.com
|
|
|
|
- Update xml-conduit to version 1.9.1.1.
|
|
## 1.9.1.1
|
|
|
|
* Entity declarations with tags inside are now correctly handled
|
|
* Parser now fails gracefully on malformed entity declarations
|
|
* Parameter entity declarations are now ignored
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 27 13:13:59 UTC 2021 - psimons@suse.com
|
|
|
|
- Update xml-conduit to version 1.9.1.0.
|
|
## 1.9.1
|
|
|
|
* `]` characters inside doctype are now correctly handled
|
|
* Entity expansion loops are now detected and avoided
|
|
* Add field `psEntityExpansionSizeLimit` in `ParseSettings` to limit the length of an entity expansion; set to 8192 characters by default
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:46:43 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 16 11:14:54 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Re-generate file with latest version of spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 29 10:27:13 UTC 2019 - psimons@suse.com
|
|
|
|
- Update xml-conduit to version 1.9.0.0.
|
|
## 1.9.0
|
|
|
|
* Remove deprecated functions (`ignoreTag`, `ignoreAllTreesContent`, `takeAllTreesContent`)
|
|
* Rename `parseText'` into `parseText`
|
|
* `takeContent` and `ignoreContent` now cover entities
|
|
* Align behaviour of `take`* and `ignore`* functions
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 16:15:15 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
|
|
- Drop obsolete group attributes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 27 15:45:54 UTC 2018 - psimons@suse.com
|
|
|
|
- Add xml-conduit at version 1.8.0.1.
|
|
|