SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libsass-3_3_6-0-3.3.6-1.75.x86_64.rpm :

* Thu Nov 24 2016 jengelhAATTinai.de- Redo descriptions and RPM groups
* Wed Nov 23 2016 ronisbrAATTgmail.com- Run spec-cleaner.- Remove unecessary `BuildRoot` in .spec.- Remove two non-breaking spaces in .spec that were leading to a rpmlint warning.- Version bump to 3.3.6. Upstream changelog: Version 3.3.6 - ------------
* Feature - Expose the Sass language version via the C API (AATTchriseppstein, #2021)
* Fixes - Incorrectly erring on comments in at-rules (AATTmgreter, #1233) - Incorrectly dropping internal state of AST nodes (AATTmgreter, [#1661]) - Incorrectly parsing the calc function (AATTmgreter, #1706) - Segfault during error handling (AATTmgreter, #2016) - Incorrectly identifying the selectors with type-of (AATTmgreter, [#2020]) - Incorrectly erring on ID selectors starting with a number (AATTmgreter, AATT2023) - Producing incorrect output when compile with MSVC (AATTmgreter, [#2039]) - Various segfaults and incorrect output from AATTextend (AATTmgreter, #2017 #2031) Version 3.3.5 - ------------
* Expose our memory allocator This feature has taken many proposed forms over the last 4 months. After much patent and considered discussion by AATTam11 AATTmgreter AATTsaper and AATTxoofx you can now access our memory allocator on the C-API. void
* sass_alloc_memory(size_t size) char
* sass_copy_c_string(const char
* str) void sass_free_memory(void
* ptr)
* Features - Re-add sass_option_push_include_path and sass_option_push_plugin_path (AATTxoofx, #1974)
* Build - Enable address sanitizer for clang (AATTmgreter, #2003) - MSVC assert too strict (AATTmgreter, #1985) - Update Sass spec (AATTxzyfer, 1967)
* Fixes - Incorrectly erring on AATTextend and AATTmedia (AATTmgreter, #2009 [#2007], #1927, #1923) - Incorrectly erring on AATTextend and interpolated selectors (AATTmgreter, #2000) - Builds not failing when Sass spec fails to load (AATTsaper, [#1997]) - Incorrectly erring on Sass comments in selectors (AATTmgreter, [#1996]) - Incorrectly erring on AATTextend and interpolated selectors with the !optional flag (AATTmgreter, #1993) - Incorrectly treating 0 and false as the same value when used as map keys (AATTmgreter, #1991) - Incorrectly erring on escaped and unicode selectors (AATTmgreter, #1977) - Incorrectly rendering AATTextend and AATTsupports (AATTmgreter, #1971) - Incorrectly erring on functions beginning with calc (AATTmgreter, #1969) - Incorrectly quoting interpolated strings in selectors (AATTmgreter, #1947) - Incorrectly escaped escaped strings in selectors (AATTmgreter, [#1945]) - Incorrectly duplicating executing of function in interpolated string (AATTmgreter, #1944) - Prevent parsing url() resulting in an endless loop (AATTmgreter, [#1931]) - Compilation error with using -DDEBUG flag (AATTtony, #1917) - Incorrectly removing AATTmedia blocks that contain only CSS comments (AATTmgreter, #1889) - Better handling of / in function arguments (AATTmgreter, #1417) Version 3.3.4 - ------------
* Fixes - Inconsistent error message produced when nesting functions and mixins (AATTxzyfer, #1941) - Ensure custom importers are executed for all AATTimports (AATTxzyfer, #1935) - Ensure custom importers are executed in the correct order (AATTxzyfer, #1921) - Possible segfault when generating sourcemaps (AATTusta, #1920) - Memory leak (AATTusta, #1919) - Unused variable warning (AATTxzyfer, #1918) - Segfaulting when AATTextending an undefined selector (AATTmgreter, [#1916]) - Incorrectly erring when AATTextending inside a mixin (AATTxzyfer, [#1915]) - Handle signed char when considering AATTcharset (AATTasottile, [#1914]) - New link to sassc-ruby in documentation (AATTitkrt2y, #1910) - Incorrectly quoting interpolated strings join with + (AATTmgreter, #1907) - Incorrectly erring when using & and interpolation together (AATTxzyfer, #1904) - Incorrectly duplicating nested pseudo selectors (AATTmgreter, [#1901]) - Unused function breaking breaking unity builds (AATTdrewwells, [#1896]) - Segfaulting when url() is empty (AATTxzyfer, #1886) - Should error when & is used without a parent selector (AATTxzyfer, #1644) Version 3.3.3 - ------------
* Parser and rendering refactorings LibSass is now able to use stringification functions for its internal AST objects whenever its needed. Previously this was only possible when we had access to a context instance, which sometimes made it impossible to invoke the right code path. This tight coupling has been factored out and we can now use these more freely to get our output even closer to ruby sass. Parser now supports multiple operations without parentheses (a > b == c) correctly and an extensive generated test suite for > this feature was added to sass-spec.
* Full support for variable arguments Since the introduction variable arguments in Sass 3.3 LibSass has been playing whack-a-mole with bug fixes. As of this release we should have argument handling compatible with the latest stable Ruby Sass. Thanks to AATTdavidkpiano for his many detailed bug reports and his fantastic sassdash library whose extensive test suite helped make this possible.
* Lots of bug-fixes There were two weeks of ongoing bug slaughtering by AATTmgreter after new-years eve, which resulted in over 80 closed issues (there are 117 closed github issues in total for this release). AATTxzyfer also had a good streak with 14 closed issues. Special thanks to AATTksmadsen for his c++11 random_device fix. Also a big thanks for our continuing contributors AATTam11 and AATTsaper for their inputs, feedback and pull requests. - Ensure we keep around memory for parser source (AATTmgreter, [#1884]) - Avoid wrong error due to misused map object in At_Rule (AATTmgreter, #1881) - Implement css linefeed \\a handling better (AATTmgreter, #1880) - Improve parsing for complex number units (AATTmgreter, #1879) - Fix potential issue with wrong std container usage (AATTmgreter, [#1878]) - Improve parsing for complex number units (AATTmgreter, #1877) - Improve operating on numbers with complex units (AATTmgreter, [#1876]) - Make generating source excerpt on error unicode aware (AATTmgreter, #1875) - Improve error handling API (always return formatted json) (AATTmgreter, #1874) - Improve identifier schema to include variables (AATTmgreter, [#1872]) - Disable error check for extend placement check (AATTmgreter, [#1870]) - Improve pseudo selector parsing (AATTmgreter, #1864) - Fix each iteration over selector lists (AATTmgreter, #1863) - Use to_sass for AATTdebug, AATTwarn and AATTerror message (AATTmgreter, [#1862]) - Improve lower/upper boundary check error in for loop (AATTmgreter, #1861) - Implement incompatible unit test for interpolation in eval (AATTmgreter, #1860) - Implement correct empty list to_sass output (AATTmgreter, #1859) - Remove To_String by using AST->to_string and inspect (AATTmgreter, #1858) - Update license year range to 2016 (AATTpra85, #1857) - Incorrect \'Invalid UTF-8\' error with a specific input length (AATTmgreter, #1856) - Adds include headers to VS meta files on windows (AATTam11, [#1850]) - Implement missing error checks (AATTmgreter, #1848) - Fix SmartOS compilation once and for all (AATTmgreter, #1847) - Relative imports fail when outside working directory (AATTmgreter, #1846) - Disable error for empty source string on context (AATTmgreter, [#1845]) - Fix expression parsing with comment between factors (AATTmgreter, #1844) - Refactor/milestone 3.4 (AATTmgreter, #1841) - AATTcustom-media throws error (AATTmgreter, #1839) - Fix iterating over parent selector list with AATTeach (AATTmgreter, [#1837]) - Include unconditionally (AATTsaper, #1835) - No file information for empty source string (AATTmgreter, #1834) - Improve parsing of media queries with comments (AATTmgreter, [#1833]) - Prevent segfault with nested properties edge case (AATTmgreter, [#1832]) - Implement extend for wrapped selectors (AATTmgreter, #1831) - Only parse interpolations in kept block comments (AATTmgreter, [#1830]) - Implement import recursion check (AATTmgreter, #1829) - Error on invalid parent selector placements (AATTmgreter, #1828) - Fix look-ahead of parent selector with trailing BEM separator (AATTmgreter, #1827) - Fix join_paths when left path is not canonical (AATTmgreter, [#1826]) - Error incorrectly thrown for &__ selector (AATTmgreter, #1825) - Update .editorconfig (AATTnumeraltwo, #1824) - Ampersand glued to the selector should be rejected (AATTmgreter, [#1822]) - Selector-unify should return null instead of an empty list (AATTxzyfer, #1819, #1820) - Fix interpolations returning quoted string in selectors (AATTxzyfer, #1818) - Adds CRLF awareness to Util::quote() (AATTam11, #1817) - Fix multiple issues with function parameter binding (AATTxzyfer, [#1815]) - While loops should release their local env when exiting early (AATTxzyfer, #1814) - Regression in variable scoping causing segfault (AATTxzyfer, [#1813]) - Incorrect output for unknown at-rules (AATTmgreter, #1812) - Emit DLL which exports symbols on windows VS (AATTam11, #1811) - Add exit code for explicit test (AATTam11, #1810) - Support multiline url declarations (AATTxzyfer, #1809) - Incompatible units error in interpolations (AATTmgreter, #1804) - Segfault on missing semicolon (AATTmgreter, #1803) - Infinite import loop results in a stack overflow (AATTmgreter, [#1801]) - Segmentation fault for interpolations in certain comments (AATTmgreter, #1798) - Placeholder selector inside :not() (AATTmgreter, #1797) - Append function doesn\'t appear to append correctly inside loops (AATTmgreter, #1796) - Media queries fail to parse when comment is present (AATTmgreter, #1794) - Incompatible units error for expressions in media queries (AATTmgreter, #1793) - Incorrectly building dynamic library on Windows (AATTmgreter, [#1790]) - Fix libsass build for SmartOS (AATTmgreter, #1782) - Fix-up some docs on importers (undefined variables) (AATTasottile, #1780) - Using \'calc\' shoes an Error: Incompatible units: \'px\' and \'%\' (AATTmgreter, #1776) - Converts wchar_t
* to UTF-8 std::string on windows (AATTam11, [#1774]) - String Interpolation incorrectly quotes parent selectors (AATTxzyfer, #1770) - AATTdebug on an empty list should produce () (AATTmgreter, #1768) - Removing duplicated content from c api example (AATTrodneyrehm, [#1767]) - Comments between binary operands prevents evaluation (AATTmgreter, #1765) - Add crutch to help browsers interpreting source-maps (AATTmgreter, #1759) - bug with & (parent-selector) and AATTeach directive in 3.3.2 (AATTmgreter, #1757) - Fix possible segfault in Each expansion (AATTmgreter, #1756) - Remove sixtuplet flag on Colors and fix edge case (AATTmgreter, [#1755]) - Refactor to remove Context dependency from To_String (AATTmgreter, #1754) - Segmentation fault AATTeach with argslist node-sass 3.4.2 (AATTmgreter, #1752) - Wrong line reported in invalid operands for multiplication (AATTmgreter, #1751) - Implement variable shadow scoping (AATTmgreter, #1748) - Nested styles refer to top-level parent in source-map line number (AATTmgreter, #1747) - Variables in control flow should not be accessible in outer scopes (AATTmgreter, #1746) - Fix #1742 - same expression on both sides of && (AATTsaper, [#1744]) - Don\'t allocate std::random_device statically (AATTksmadsen, [#1743]) - Ampersands in :not selector (AATTmgreter, #1741) - Improve binary expressions to preserve white-space at operands (AATTmgreter, #1739) - Defer creation of hash maps into eval stage (AATTmgreter, #1736) - Fix edge-case for extend with Wrapped_Selector (AATTmgreter, [#1735]) - Interpolated, double-quoted vars can produce an empty output (AATTmgreter, #1734) - Fix error messages for min and max (AATTxzyfer, #1731) - Multiple nth-child selector with AATTextend compiles wrong (AATTmgreter, #1729) - Fix Binary operators adjacent to interpolations (AATTmgreter, [#1728]) - Allow multiple unparenthesized expressions for operators (AATTmgreter, #1727) - Error: Import may not be used within controls or mixins. $100 - Different results with AATTeach and AATTfor loop (AATTmgreter, #1723) - Extra white-space after \"#{}\" interpolation (AATTmgreter, #1722) - Fixes for Windows version (AATTTaritsyn, #1721) - AATTeach on nested lists assigns the wrong value. (AATTmgreter, [#1709]) - Avoid some clang compiler warnings (AATTmgreter, #1707) - Implement rounding precision (AATTmgreter, #1704) - No error for AATTextend %an-undefined-placeholder (AATTmgreter, [#1670]) - Error on AATTdebug, AATTwarn or AATTerror in properties (AATTmgreter, [#1653]) - Improve selector look-ahead for \"negative\" binomials (AATTmgreter, #1652) - AATTextend inside AATTat-root doesn\'t work (AATTmgreter, #1651) - Space in argument for :nth-of-type(2n - 1) results in error (AATTmgreter, #1650) - All interpolation is unquoted (AATTxzyfer, #1647) - Arglist as single arg for varargs improperly gets destructed (AATTxzyfer, #1645) - Use the correct parsing semantics for AATTimport url() (AATTxzyfer, [#1597]) - Single comma separated must be surrounded by () on inspect. (AATTmgreter, #1583) - Error message mismatch for empty interpolation as an argument (AATTmgreter, #1564) - Error message mismatch for min (AATTxzyfer, #1559) - Disallow functions to be defined in control directives or mixins (AATTmgreter, #1550) - Minor issue parsing number units after double dash (AATTmgreter, [#1526]) - Fixes some clang warnings (AATTmgreter, #1523) - Better support for AATT-moz-document (AATTmgreter, #1401) - Quoted colors in maps produces \'Duplicate key \"transparent\" in map\' (AATTmgreter, #1169) - Permit multiline in URL (AATTxzyfer, #1096) - No error for missing imported base class in AATTextend (AATTmgreter, #871)
* Improved spec tests With this release we have a bit more than 275 new spec tests. We started to include error tests too, which was quite difficult at the beginning, since we need to get the output 100% correct to really pass a spec test, although we really only test the first line for error specs so far. None the less, with this release a lot more error messages are matching the ones of ruby sass and we also catch more cases. But we still let a lot more syntax silently pass than ruby sass does.
* Fri Jul 15 2016 jengelhAATTinai.de- Add libsass-am.diff, libsass-vers.diff to do proper versioning on shared library.- Drop useless with-pic (only for — unbuilt — static libs)
* Wed Jul 13 2016 psimonsAATTsuse.com- Remove redundant \"Obsoletes\" attribute from spec file. New versions implicitly obsolete older versions of the same package; this doesn\'t need to be stated explicitly.
* Sun Jul 03 2016 psimonsAATTsuse.com- Build a shared library instead of a static one.- Rename the main package to match the shared library\'s SONAME.- Enable \"make check\" test suite.- Run the spec file through spec-cleaner.
* Tue Jan 05 2016 dmuellerAATTsuse.com- add license
* Mon Jan 04 2016 cbosdonnatAATTsuse.com- Release 3.3.2
 
ICM