File rubygem-rack-1_3.changes of Package rubygem-rack-1_3
-------------------------------------------------------------------
Sat Nov 1 23:18:30 UTC 2014 - tboerger@suse.com
- Added new ruby macros
- Fixed all rpmlintrc errors to prevent failing builds with
multiple ruby versions
-------------------------------------------------------------------
Mon May 13 11:26:57 UTC 2013 - coolo@suse.com
- add license link
-------------------------------------------------------------------
Sat Mar 23 08:00:33 UTC 2013 - coolo@suse.com
- updated to version 1.3.10
-------------------------------------------------------------------
Fri Mar 23 10:35:09 UTC 2012 - saschpe@suse.de
- Spec file cleanup:
* Prepare for Factory
-------------------------------------------------------------------
Thu Nov 3 16:32:15 UTC 2011 - mrueckert@suse.de
- Update to 1.3.5 (bnc#727772)
- Fix annoying warnings caused by the backport in 1.3.4
-------------------------------------------------------------------
Thu Oct 6 16:09:59 UTC 2011 - fcastelli@suse.com
- Update to 1.3.4
- Fix bug with broken query parameters in Rack::ShowExceptions
- Rack::Request#cookies no longer swallows exceptions on broken input
- Prevents XSS attacks enabled by bug in Ruby 1.8’s regexp engine
- Rack::ConditionalGet handles broken If-Modified-Since helpers
- Fix a bug with MRI regex engine to prevent XSS by malformed unicode
- Backport security fix from 1.9.3, also fixes some roundtrip issues in URI
- Small documentation update
- Fix an issue where BodyProxy could cause an infinite recursion
- Add some supporting files for travis-ci
-------------------------------------------------------------------
Mon Sep 12 13:53:34 UTC 2011 - mrueckert@suse.de
- provide the single digit versioned named aswell
-------------------------------------------------------------------
Mon Aug 1 16:40:15 UTC 2011 - mrueckert@suse.de
- update to 1.3.2
- fix whitespace errors
- Add .rdoc extension so GitHub can apply formatting
- Restore Ruby 1.9.1 compatibility
- Fix a regression caused by [82]f043f32
- Fix Rack::Utils.escape in the case when $KCODE='U'
- Sigh, thinking backports was a bad idea
- fix Rack::Lock, use same logic for Rack::CommonLogger
- allow passing in rack.session in tests (used to work
previously)
- nicer method_missings
- fix typo
- BasicObject does not define respond_to?
- fix BodyProxy#close
- let Rack::BodyProxy raise an IOError (like IO and StringIO do)
when ca...
- more tests for Rack::BodyProxy
- block should not be called if IOError raised
- update core team list
- simpler, dry implementation for HeaderHash#to_hash, fixes
[122]#177
- fix typo
- make sure the Cache-Control header can never be nil
- Minor error in documentation regarding the order of parameters
in HTTP...
- call #close on body in mock responses
- test for Rack::Response#close
- Have MockRequest call close on the body rather than
MockResponse.
- prepare readme for 1.3.1
- update changes
- Edited lib/rack/sendfile.rb via GitHub
- Fixed a Regexp bug that can DoS your box.
- Merge pull request [156]#206 from
brendan/19451fc0463ec424fa368cac05be15c75...
- Update readme pending patch release
- Rack::Utils.escape should work with symbols in Ruby 1.8.7
-------------------------------------------------------------------
Fri Jun 17 14:11:39 UTC 2011 - mrueckert@suse.de
- initial package of the 1.3 branch (1.3.0)