sassc/sassc.changes
Ronan Chagas 0270a70be7 Accepting request 539657 from home:z1trus:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/539657
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sassc?expand=0&rev=5
2017-11-07 18:58:54 +00:00

107 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Nov 7 17:50:20 UTC 2017 - gutaper@gmail.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 11:41:32 UTC 2017 - ronisbr@gmail.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
(@mgreter, #2243)
* Fixes
- Test bootstrap ignoring SASS_SPEC_PATH and SASS_SASSC_PATH
environment variables (@xzyfer, #2265)
- Incorrect equality of interpolated values (@mgreter, #2261)
- Incorrect error when @content is inside @at-root (@mgreter,
#2260)
- C-API copy_options function losing some options (@mgreter,
#2257)
- Segfault with calling calc (@mgreter, @xzyfer)
Version 3.4.1
-------------
* Features
- Add --sass flag for indented syntax support from stdin
(@docteurklein, #204)
* Fixes
- Ability to static compile VCR libs (@am11, #199)
- Sourcemap file not being written (@am11, #202)
Version 3.4.0
-------------
* Features
- Change output to binary mode (@mgreter, #170)
- Add .editorconfig (@nschonni, #184)
- Add Windows CI (@am11, #189)
- Remove -ldl flag for OpenBSD (@parhs, #197)
- Update CLA to match LibSass (@nschonni, #186)
* Fixes
- Automake compile on msys2 and mingw64 (@mgreter @aroig, #174)
- Hanging when called with no args or STDIN piped data (@uizfb,
#179)
- Misc fixes to build scripts (@nschonni, #184 #183)
- Remove old unreferenced files (@nschonni, #185)
- Memory leak by freeing options we allocated (@mgreter, #196)
- Clang warning (-Warray-bounds) (@mgreter, #198)
-------------------------------------------------------------------
Thu Nov 24 11:55:29 UTC 2016 - ronisbr@gmail.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 16:56:49 UTC 2016 - ronisbr@gmail.com
- Initial version