|
|
|
|
Changelog for sassc-debugsource-3.6.2-1.12.x86_64.rpm :
* Tue Jul 27 2021 Dirk Müller - update to 3.6.2: * matches libsass 3.6.2 release, see https://github.com/sass/libsass/releases/tag/3.6.5 * Tue Nov 26 2019 Marcus Rueckert - update to 3.6.1 to match our libsass package for the changes to the underlying libsass see: - https://github.com/sass/libsass/releases/tag/3.6.1 - https://github.com/sass/libsass/releases/tag/3.6.0 * Mon Mar 12 2018 gutaperAATTgmail.com- New upstream release 3.5.0: Features: * Implement trailing commas in parameters and arguments (#2070, AATTxzyfer) * Implement deprecation warning for ID strings that look like colors (#2302, AATTxzyfer) * Implement content-exists function (#2266, AATTxzyfer) * Implement support for passing var() to CSS functions (#2244, AATTxzyfer) * Implement first class functions (#2277 #2275, AATTxzyfer) * Implement nesting guard to avoid \"out of stack space\" (#2438, AATTmgreter) * Implement exponents for numbers (#2465, AATTmgreter) * Implement long file path support for Windows (#2477, AATTmgreter) * Implement case modifier for attribute selector (#2509, AATTmgreter) * Implement warning for double parent selectors (#2522, AATTmgreter) * Implement support for custom property syntax (#2076, AATTxzyfer) * Implement support for custom-property feature flag (#2076, AATTxzyfer) Optimisations: * Performance improvements (#2339, AATTmgreter) * Fix memory leak by removing previously unused code (#2505, AATTmgreter) * Fix memory leak of custom functions signature (#2553, AATTmgreter) Community: * Add libsass-python to Readme (#2546, AATTasottile) * Update link to go-libsass (#2340 #2410, AATTdrewwells) Fixes: * Fix media query stack and eval issue (#2341, AATTmgreter) * Fix Attribute Selector equal compare operator (#2347, AATTmgreter) * Fix segfault for varargs with non-string keys (#2352, AATTmgreter) * Fix Element Selector compare operators (#2347, AATTmgreter) * Fix compiler issue with spec regression on NetBSD 6.1 (#2357, AATTmgreter) * Fix some segfaults caused by the parser being too forgiving (#2367, AATTxzyfer) * Fix segfault with invalid map keys (#2368, AATTxzyfer) * Fix null pointer dereference in css_error (#2369, AATTxzyfer) * Fix bug when parsing selector schemas (#2371, AATTxzyfer) * Fix null pointer dereference when parsing selector schemas (#2371, AATT2372) * Fix .editorconfig (#2380, AATTbrucek) * Fix compiler issue with spec regression on NetBSD 6.1 (#2357, AATTmgreter) * Fix segfault when extending pseudo selectors failed (#2366, AATTmgreter) * Fix parser for urls looking like ruleset selectors (#2376, AATTmgreter) * Fix use of non-portable std::to_string (#2385, AATTmgreter) * Fix use of non-portable strdup (#2459, AATTasottile) * Fix unary slash expressions (#2349 #2384, AATTmgreter) * Fix missing error for trailing comma in selector list (#2365, AATTmgreter) * Fix selector and binominal look ahead (#2346, AATTmgreter) * Fix hex escape handling in interpolation (#2320, AATTmgreter) * Fix wrong parsing of calc functions as number units (#2382, AATTmgreter) * Fix incorrect comment evaluation for compressed output (#2359, AATTmgreter) * Fix parent selector handling in selector schema (#2358, AATTmgreter) * Fix parameter vararg and keyword handling (#2394, AATTmgreter) * Fix a few minor memory leaks (#2400, AATTmgreter) * Fix issue with invalid error indicator (#2404, AATTmgreter) * Fix selector parsing and url regression (#2429, AATTmgreter) * Fix null ptr segv on invalid vararg (#2437, AATTmgreter) * Fix segfault in selector extend edge-case (#2437, AATTmgreter) * Fix segfault in selector extend edge-case (#2437, AATTmgreter) * Fix segfault in selector append edge-case (#2437, AATTmgreter) * Fix ref-counted value handling in if function (#2437, AATTmgreter) * Fix segfault in at-root cssize edge-case (#2439, AATTmgreter) * Fix file content malloc to avoid reading beyond buffer (#2440, AATTmgreter) * Fix case-sensitive lookup to named color map (#2462, AATTasottile) * Fix shebang for tap-driver (#2466, AATTnaroga) * Fix segfault in parser edge case (#2446, AATTmgreter) * Fix memory corruption on error in parse_selector_schema (#2484, AATTmgreter) * Fix autoconf path for sassc tester (#2492, AATTmgreter) * Fix output of invisible AATTsupport blocks (#2488, AATTmgreter) * Fix to_value for bracketed lists (#2467, AATTmgreter) * Fix propagation of named rest arguments (#2480, AATTmgreter) * Fix AATTextend of wrapped selectors (#2468, AATTmgreter) * Fix wrapped pseudo selector handling (#2464 #2383, AATTmgreter) * Fix minor issue with attribute selector unification (#2053, AATTmgreter) * Fix issue when passing restargs to call (#2472, AATTmgreter) * Fix compressing of colors in selectors (#2232, AATTmgreter) * Fix missing error on selector with invalid quote mark (#2082, AATTmgreter) * Fix travis-ci mac OSX builds (#2527, AATTmgreter) * Fix endless loop comparing Selector_List to List (#2516 #2517, AATTmgreter) * Fix SmartOS/Solaris build regression (#2519, AATTmgreter) * Fix to connect parent selector only once (#2520, AATTmgreter) * Fix whitespace issue for wrapped selectors (#2366, AATTmgreter) * Fix missing error if cwd goes missing (#2513, AATTmgreter) * Fix missing error when mixin ruleset in root has parent selector (#2482, AATTmgreter) * Fix sourcemap crutch once again (#2312, AATTmgreter) * Fix parser state column following static values (#2542, AATTmgreter) * Fix error indicator not being Unicode aware (#2404, AATTmgreter) * Fix error sourcemaps not being fully Unicode aware (#2319, AATTmgreter) * Fix some compiler warnings (#2547, AATTmgreter) * Fix math with multiple units (#2549, AATTmgreter) * Fix css test for interpolated numbers (#2560, AATTmgreter) * Fix null pointer access in nesting check (sass/sassc#222 sass/sassc#223, AATTmgreter) * Fix AATTelse possibly producing invalid output (#2569, AATTxzyfer) * Fix parsing of AATTsupports declarations (#2452, AATTxzyfer) * Tue Nov 07 2017 gutaperAATTgmail.com- New upstream release 3.4.5: Features: * Implement trailing commas in parameters and arguments * Implement unary slash expressions Fixes: * Fix Attribute Selector equal compare operator * Fix segfault for varargs with non-string keys * Fix Element Selector compare operators * Fix compiler issue with spec regression on NetBSD 6.1 * Fix some segfaults caused by the parser being too forgiving * Fix segfault with invalid map keys * Fix null pointer dereference in css_error * Fix bug when parsing selector schemas * Fix null pointer dereference in parse_selector_schema * Fix segfault when extending pseudo selectors failed * Fix parser for urls looking like ruleset selectors * Error for trailing rulesets comma * Improve selector and binominal look ahead * Improve hex escape handling in interpolation * Fix wrong parsing of calc functions as number units * Skip comment evaluation for compressed output * Improve parent selector handling in selector schema * Improve parameter vararg and keyword handling * Hotfix to avoid invalid nested :not selectors * Fix a few minor memory leaks * Mon Feb 13 2017 ronisbrAATTgmail.com- Run spec-cleaner.- Remove `TODO` file since it has been removed by upstream.- Version bump to 3.4.2. Upstream changelog: Version 3.4.2 - ------------ * Features - Sass 3.4.23: Support url() with quotes in unknown directives (AATTmgreter, #2243) * Fixes - Test bootstrap ignoring SASS_SPEC_PATH and SASS_SASSC_PATH environment variables (AATTxzyfer, #2265) - Incorrect equality of interpolated values (AATTmgreter, #2261) - Incorrect error when AATTcontent is inside AATTat-root (AATTmgreter, [#2260]) - C-API copy_options function losing some options (AATTmgreter, [#2257]) - Segfault with calling calc (AATTmgreter, AATTxzyfer) Version 3.4.1 - ------------ * Features - Add --sass flag for indented syntax support from stdin (AATTdocteurklein, #204) * Fixes - Ability to static compile VCR libs (AATTam11, #199) - Sourcemap file not being written (AATTam11, #202) Version 3.4.0 - ------------ * Features - Change output to binary mode (AATTmgreter, #170) - Add .editorconfig (AATTnschonni, #184) - Add Windows CI (AATTam11, #189) - Remove -ldl flag for OpenBSD (AATTparhs, #197) - Update CLA to match LibSass (AATTnschonni, #186) * Fixes - Automake compile on msys2 and mingw64 (AATTmgreter AATTaroig, #174) - Hanging when called with no args or STDIN piped data (AATTuizfb, [#179]) - Misc fixes to build scripts (AATTnschonni, #184 #183) - Remove old unreferenced files (AATTnschonni, #185) - Memory leak by freeing options we allocated (AATTmgreter, #196) - Clang warning (-Warray-bounds) (AATTmgreter, #198) * Thu Nov 24 2016 ronisbrAATTgmail.com- Change the group and description as per jengelh advice. * The group was changed to Development/Tools as in Fedora; * The description was changed based on the package in Debian. * Wed Nov 23 2016 ronisbrAATTgmail.com- Initial version
|
|
|