Konstantin Haase
unread,Mar 21, 2013, 5:14:04 AM3/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sina...@googlegroups.com
I've just released Sinatra 1.4.2.
This is a bug fix release. Specifically, it fixes a nasty route parsing regression introduced in 1.4.0 where the pattern "/a.b/:c" would no longer match "/a.b/c.d". Thanks to Florian Hanke, this is working again.
Another bug fix comes from Greg Denton. As specified in RFC2616, a missing Accept header is now treated like "Accept: */*". This is relevant for the "provides" condition and whenever you use "request.preferred_type".
Patricio Mac Adden and Joe Bottigliero helped improve the English and Spanish documentation.
Thanks guys, you rock, we couldn't do this without you.
Konstantin