SHA256
8
0
forked from pool/libsass

Accepting request 906778 from home:dirkmueller:Factory

- update to 3.6.5:
  * Fix extend edge case going endlessly
  * Fix source-maps and how we count unicode characters
  * Fix seed generator if std::random_device fails
  * Fix url() containing exclamation mark causing an error
  * Fix Offset initialization when end was not given
  * Fix obvious backporting error in pseudo extend
  * Fix obvious identical subexpressions in op_color_number
  * Fix edge case regarding unit-less number equality as object keys
  * Revert compound re-ordering for non extended selectors
  * Prevent compiler warning about unnecessary copy

OBS-URL: https://build.opensuse.org/request/show/906778
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsass?expand=0&rev=28
This commit is contained in:
2021-07-21 11:53:35 +00:00
committed by Git OBS Bridge
parent cd474b6260
commit c79da342b5
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jul 17 06:53:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.6.5:
* Fix extend edge case going endlessly
* Fix source-maps and how we count unicode characters
* Fix seed generator if std::random_device fails
* Fix url() containing exclamation mark causing an error
* Fix Offset initialization when end was not given
* Fix obvious backporting error in pseudo extend
* Fix obvious identical subexpressions in op_color_number
* Fix edge case regarding unit-less number equality as object keys
* Revert compound re-ordering for non extended selectors
* Prevent compiler warning about unnecessary copy
-------------------------------------------------------------------
Thu Jul 23 15:37:29 UTC 2020 - John Vandenberg <jayvdb@gmail.com>