Changelog for
ruby2.5-rubygem-sprockets-3.7-3.7.3-150400.5.2.x86_64.rpm :
* Fri Jun 21 2024 dan.cermakAATTposteo.net-
*
*3.7.3
*
* (March 28, 2024)
* Various compatibility fixes for newer Ruby versions.
* Tue Jun 19 2018 factory-autoAATTkulow.org- updated to version 3.7.2 see installed CHANGELOG.md
*
*3.7.2
*
* (June 19, 2018)
* Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760). (bsc#1098369)
* Tue Dec 20 2016 cooloAATTsuse.com- updated to version 3.7.1 see installed CHANGELOG.md
* Sat Jul 23 2016 cooloAATTsuse.com- updated to version 3.7.0 see installed CHANGELOG.md
*
* 3.7.0
*
* (July 21, 2016)
* Deprecated interfaces now emit deprecation warnings #345
* Mon Jul 04 2016 cooloAATTsuse.com- updated to version 3.6.3 see installed CHANGELOG.md
*
*3.6.3
*
* (July 1, 2016)
* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313
* Wed Jun 29 2016 cooloAATTsuse.com- updated to version 3.6.2 see installed CHANGELOG.md
*
*3.6.2
*
* (June 21, 2016)
* More performance improvements.
* Sat Jun 18 2016 cooloAATTsuse.com- updated to version 3.6.1 see installed CHANGELOG.md
*
*3.6.1
*
* (June 17, 2016)
* Some performance improvements.
* Thu Apr 07 2016 cooloAATTsuse.com- updated to version 3.6.0 see installed CHANGELOG.md
* Sat Dec 12 2015 cooloAATTsuse.com- updated to version 3.5.2 see installed CHANGELOG.md
*
*3.5.2
*
* (December 8, 2015)
* Fix JRuby bug with concurrent-ruby.
* Fix disabling gzip generation in cached environments.
* Tue Dec 08 2015 cooloAATTsuse.com- updated to version 3.5.1 see installed CHANGELOG.md
*
*3.5.1
*
* (December 5, 2015)
* Fix gzip asset generation for assets already on disk.
* Fri Dec 04 2015 cooloAATTsuse.com- updated to version 3.5.0 see installed CHANGELOG.md
*
*Master
*
*
*
*3.5.0
*
* (December 3, 2015)
* Reintroduce Gzip file generation for non-binary assets.
* Thu Nov 26 2015 cooloAATTsuse.com- updated to version 3.4.1 see installed CHANGELOG.md
*
*3.4.1
*
* (November 25, 2015)
* PathUtils::Entries will no longer error on an empty directory.
* Tue Oct 06 2015 cooloAATTsuse.com- updated to version 3.4.0 see installed CHANGELOG.md
*
*3.4.0
*
* (October 5, 2015)
* Expose method to override the sass cache in the SassProcessor.
* Sat Sep 26 2015 cooloAATTsuse.com- updated to version 3.3.5 see installed CHANGELOG.md
*
*3.3.5
*
* (September 25, 2015)
* Fix bug related to absolute path being reintroduced into history cache #141.
* Wed Sep 02 2015 cooloAATTsuse.com- updated to version 3.3.4 see installed CHANGELOG.md
*
*3.3.4
*
* (September 1, 2015)
* Relative cache contents now work with windows.
* Mon Aug 24 2015 cooloAATTsuse.com- updated to version 3.3.3 see installed CHANGELOG.md
*
*3.3.3
*
* (August 21, 2015)
* Remove more absolute paths from cache contents.
*
*3.3.2
*
* (August 19, 2015)
* Fix cache contents to use relative paths instead of absolute paths.
*
*3.3.1
*
* (August 15, 2015)
* Fix legacy Tilt integration when locals is required argument.
* Thu Aug 13 2015 cooloAATTsuse.com- updated to version 3.3.0 no changelog found
* Wed Jun 03 2015 cooloAATTsuse.com- updated to version 3.2.0 no changelog found
* Mon May 11 2015 cooloAATTsuse.com- updated to version 3.1.0 no changelog found
* Tue Apr 28 2015 cooloAATTsuse.com- updated to version 3.0.3 no changelog found
* Thu Apr 23 2015 cooloAATTsuse.com- updated to version 3.0.2 no changelog found
* Wed Apr 15 2015 cooloAATTsuse.com- updated to version 3.0.1
* Mon Apr 13 2015 cooloAATTsuse.com- updated to version 3.0.0
* New processor API. Tilt interface is deprecated.
* Improved file store caching backend.
* MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files.
* Environment#version no longer affects asset digests. Only used for busting the asset cache.
* Removed builtin support for LESS.
* Removed `//= include` directive support.
* Deprecated `BundledAsset#to_a`. Use `BundledAsset#included` to access debugging subcomponents.
* Support circular dependencies. For parity with ES6 modules.
* Manifest compilation will no longer generate .gz files by default. [Mixing Content-Encoding and ETags is just a bad idea](https://issues.apache.org/bugzilla/show_bug.cgi?id=39727)
* Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well.
* Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation.
* Add Asset integrity attribute for Subresource Integrity
* Default digest changed to SHA256. Configuring `digest_class` is deprecated.
* Rename `Asset#digest` to `Asset#hexdigest`. `Asset#digest` is deprecated and will return a raw byte String in 4.x.
* Added transitional compatibility flag to `Environment#resolve(path, compat: true)`. 2.x mode operates with `compat: true` and 4.x with `compat: false`
* `manifest-abc123.json` renamed to `.sprockets-abc123.json`
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.12.3
* Security: Fix directory traversal bug in development mode server.