SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.4-rubygem-sinatra-2.0.4-lp150.19.2.x86_64.rpm :

* Mon Jan 14 2019 Tim Hardeck - removed CVE-2018-11627.patch because it is merged since version 2.0.2- updated to version 2.0.4 see installed CHANGELOG.md [#]# 2.0.4 / 2018-09-15
* Don\'t blow up when passing frozen string to `send_file` disposition [#1137](https://github.com/sinatra/sinatra/pull/1137) by Andrew Selder
* Fix ubygems LoadError [#1436](https://github.com/sinatra/sinatra/pull/1436) by Pavel Rosický
* Unescape regex captures [#1446](https://github.com/sinatra/sinatra/pull/1446) by Jordan Owens
* Slight performance improvements for IndifferentHash [#1427](https://github.com/sinatra/sinatra/pull/1427) by Mike Pastore
* Improve development support and documentation and source code by Will Yang, Jake Craige, Grey Baker and Guilherme Goettems Schneider
* Sat Jul 14 2018 factory-autoAATTkulow.org- updated to version 2.0.3 see installed CHANGELOG.md [#]# 2.0.3 / 2018-06-09
* Fix the backports gem regression [#1442](ttps://github.com/sinatra/sinatra/issues/1442) by Marc-André Lafortune [#]# 2.0.2 / 2018-06-05
* Escape invalid query parameters [#1432](https://github.com/sinatra/sinatra/issues/1432) by Kunpei Sakai
* The patch fixes [CVE-2018-11627](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11627).
* Fix undefined method error for `Sinatra::RequiredParams` with hash key [#1431](https://github.com/sinatra/sinatra/issues/1431) by Arpit Chauhan
* Add xml content-types to valid html_types for Rack::Protection [#1413](https://github.com/sinatra/sinatra/issues/1413) by Reenan Arbitrario
* Encode route parameters using :default_encoding setting [#1412](https://github.com/sinatra/sinatra/issues/1412) by Brian m. Carlson
* Fix unpredictable behaviour from Sinatra::ConfigFile [#1244](https://github.com/sinatra/sinatra/issues/1244) by John Hope
* Add Sinatra::IndifferentHash#slice [#1405](https://github.com/sinatra/sinatra/issues/1405) by Shota Iguchi
* Remove status code 205 from drop body response [#1398](https://github.com/sinatra/sinatra/issues/1398) by Shota Iguchi
* Ignore empty captures from params [#1390](https://github.com/sinatra/sinatra/issues/1390) by Shota Iguchi
* Improve development support and documentation and source code by Zp Yuan, Andreas Finger, Olle Jonsson, Shota Iguchi, Nikita Bulai and Joshua O\'Brien
* Fri Jun 01 2018 kbabiochAATTsuse.com- Added CVE-2018-11627.patch: Fixed an XSS issue in base.rb via 400 Bad Request page (bsc#1095529 CVE-2018-11627)
* Wed Feb 21 2018 thardeckAATTsuse.com- update to version 2.0.1 see installed CHANGELOG.md
* Tue May 23 2017 cooloAATTsuse.com- updated to version 2.0.0 see installed CHANGELOG.md
* Mon Jan 30 2017 cooloAATTsuse.com- updated to version 1.4.8 see installed CHANGELOG.md
* Mon Jan 25 2016 cooloAATTsuse.com- updated to version 1.4.7 CHANGES removed upstream
* Tue Mar 24 2015 cooloAATTsuse.com- updated to version 1.4.6
* Mon Sep 29 2014 mrueckertAATTsuse.de- regenerate with new template
* Sun May 18 2014 cooloAATTsuse.com- updated to version 1.4.5
* Improve tests and documentation. (Seiichi Yonezawa, Mike Gehard, Andrew Deitrick, Matthew Nicholas Bradley, GoGo tanaka, Carlos Lazo, Shim Tw, kyoendo, Roman Kuznietsov, Stanislav Chistenko, Ryunosuke SATO, Ben Lewis, wuleicanada, Patricio Mac Adden, Thais Camilo)
* Fix Ruby warnings. (Vipul A M, Piotr Szotkowski)
* Fix template cache memory leak. (Scott Holden)
* Work around UTF-8 bug in JRuby. (namusyaka)
* Don\'t set charset for JSON mime-type (Sebastian Borrazas)
* Fix bug in request.accept? that might trigger a NoMethodError. (sbonami)
* Thu Oct 31 2013 cooloAATTsuse.com- updated to version 1.4.4
* Allow setting layout to false in specifically for a singe rendering engine. (Matt Wildig)
* Allow using wildcard in argument passed to `request.accept?`. (wilkie)
* Treat missing Accept header like wild card. (Patricio Mac Adden)
* Improve tests and documentation. (Darío Javier Cravero, Armen P., michelc, Patricio Mac Adden, Matt Wildig, Vipul A M, utenmiki, George Timoschenko, Diogo Scudelletti)
* Fix Ruby warnings. (Vipul A M, Patricio Mac Adden)
* Improve self-hosted server started by `run!` method or in classic mode. (Tobias Bühlmann)
* Reduce objects allocated per request. (Vipul A M)
* Drop unused, undocumented options hash from Sinatra.new. (George Timoschenko)
* Keep Content-Length header when response is a `Rack::File` or when streaming. (Patricio Mac Adden, George Timoschenko)
* Use reel if it\'s the only server available besides webrick. (Tobias Bühlmann)
* Add `disable :traps` so setting up signal traps for self hosted server can be skipped. (George Timoschenko)
* The `status` option passed to `send_file` may now be a string. (George Timoschenko)
* Reduce file size of dev mode images for 404 and 500 pages. (Francis Go)
* Sat Jun 08 2013 cooloAATTsuse.com- updated to version 1.4.3
* Running a Sinatra file directly or via `run!` it will now ignore an empty $PORT env variable. (noxqsgit)
* Improve documentation. (burningTyger, Patricio Mac Adden, Konstantin Haase, Diogo Scudelletti, Dominic Imhof)
* Expose matched pattern as env[\"sinatra.route\"]. (Aman Gupta)
* Fix warning on Ruby 2.0. (Craig Little)
* Improve running subset of tests in isolation. (Viliam Pucik)
* Reorder private/public methods. (Patricio Mac Adden)
* Loosen version dependency for rack, so it runs with Rails 3.2. (Konstantin Haase)
* Request#accept? now returns true instead of a truthy value. (Alan Harris)
* Mon May 13 2013 cooloAATTsuse.com- updated to version 1.4.2
* Fix parsing error for case where both the pattern and the captured part contain a dot. (Florian Hanke, Konstantin Haase)
* Missing Accept header is treated like
*/
*. (Greg Denton)
* Improve documentation. (Patricio Mac Adden, Joe Bottigliero) = 1.4.1 / 2013-03-15
* Make delegated methods available in config.ru (Konstantin Haase) = 1.4.0 / 2013-03-15
* Add support for LINK and UNLINK requests. (Konstantin Haase)
* Add support for Yajl templates. (Jamie Hodge)
* Add support for Rabl templates. (Jesse Cooke)
* Add support for Wlang templates. (Bernard Lambeau)
* Add support for Stylus templates. (Juan David Pastas, Konstantin Haase)
* You can now pass a block to ERb, Haml, Slim, Liquid and Wlang templates, which will be used when calling `yield` in the template. (Alexey Muranov)
* When running in classic mode, no longer include Sinatra::Delegator in Object, instead extend the main object only. (Konstantin Haase)
* Improved route parsing: \"/:name.?:format?\" with \"/foo.png\" now matches to {name: \"foo\", format: \"png\"} instead of {name: \"foo.png\"}. (Florian Hanke)
* Add :status option support to send_file. (Konstantin Haase)
* The `provides` condition now respects an earlier set content type. (Konstantin Haase)
* Exception#code is only used when :use_code is enabled. Moreover, it will be ignored if the value is not between 400 and 599. You should use Exception#http_status instead. (Konstantin Haase)
* Status, headers and body will be set correctly in an after filter when using halt in a before filter or route. (Konstantin Haase)
* Tue Jan 29 2013 cooloAATTsuse.com- updated to version 1.3.4
* Improve documentation. (Kashyap, Stanislav Chistenko, Konstantin Haase, ymmtmsys, Anurag Priyam)
* Adjustments to template system to work with Tilt edge. (Konstantin Haase)
* Fix streaming with latest Rack release. (Konstantin Haase)
* Fix default content type for Sinatra::Response with latest Rack release. (Konstantin Haase)
* Fix regression where + was no longer treated like space. (Ross Boucher)
* Status, headers and body will be set correctly in an after filter when using halt in a before filter or route. (Konstantin Haase)
* Mon Aug 27 2012 cooloAATTsuse.com- updated to version 1.3.3
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 1.3.2
* Thu Oct 06 2011 fcastelliAATTsuse.com- Update to version 1.3.1
* Mon Aug 22 2011 fcastelliAATTnovell.com- Update to version 1.2.6- Fix building.
* Fri Mar 04 2011 fcastelliAATTnovell.com- Updated to version 1.2
* Wed Dec 01 2010 saschpeAATTgmx.de- update to version 1.1 - allows to render \'slim\' templates - Tilt as a seperate dependency - translation updates
* Mon Jun 14 2010 mrueckertAATTsuse.de- update to version 1.0 Sinatra reached 1.0, breaking backward compatibility for the first time in two years. For more see http://www.sinatrarb.com/one-oh-faq and /usr/lib
*/ruby/gems/1.8/gems/sinatra-1.0/CHANGES
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Fri Dec 25 2009 prusnakAATTsuse.cz- updated to 0.9.4
 
ICM