Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#15070 closed enhancement (fixed)

libsass-3.6.5 and sassc-3.6.2

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 11.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (6)

comment:1 by Xi Ruoyao, 3 years ago

I updated them on my system, and rebuilt gtk 3 & 4 with them. No regression observed.

comment:2 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 0a38b7cff5238b69a3290479aafceacfbad887a8

  • Update to libndp-1.8
  • Update to libsass-3.6.5 and sassc-3.6.2

comment:4 by Douglas R. Reno, 3 years ago

libsass

Maintenance release

Probably the last 3.6.x release until LibSass 4.0 gets out. Estimates to when that version will come out and when it will reach your favorite implementation is still unknown, but will certainly happen at some point in the future. This release improves once more the previously crippled complex selector extend functionality, and I hope this addresses all remaining issues without breaking any compatibility to latest Sass specs. Additionally it fixes an issue with the initialization of our random number generator on newer AMD CPUs and some improvements with source-maps and unicode characters, plus a few other bug-fixes here and there.

Changelog

    Fix extend edge case going endlessly (@mgreter #3081)
    Fix source-maps and how we count unicode characters (@mgreter #3096)
    Fix seed generator if std::random_device fails (@benbucksch #3151)
    Fix url() containing exclamation mark causing an error (#2880)
    Fix Offset initialization when end was not given (@ihsinme #3131)
    Fix obvious backporting error in pseudo extend (@mgreter #3136)
    Fix obvious identical subexpressions in op_color_number (@ariccio #3148)
    Fix edge case regarding unit-less number equality as object keys (@mgreter #3095)
    Revert compound re-ordering for non extended selectors (@mgreter #3100)
    Prevent compiler warning about unnecessary copy (@acocuzzo #3129)
    Replace Travis CI with GitHub Actions (@mgreter #3150)

https://github.com/sass/libsass/releases/tag/3.6.5

comment:5 by Douglas R. Reno, 3 years ago

sassc

This is the SassC for LibSass 3.6.5

Check out LibSass release notes for more information.

Looking at the git log, they added a deprecation message and fixed a typo

comment:6 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.