Version bump

This commit is contained in:
Chris Boden 2013-03-09 09:06:25 -05:00
parent 7bca257703
commit e037c00e0c
3 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,11 @@ CHANGELOG
--- ---
* 0.2.4 (2013-03-09)
* Support for Symfony 2.2 and Guzzle 2.3
* Minor bug fixes when handling errors
* 0.2.3 (2012-11-21) * 0.2.3 (2012-11-21)
* Bumped dep: Guzzle to v3, React to v0.2.4 * Bumped dep: Guzzle to v3, React to v0.2.4

View File

@ -1,4 +1,4 @@
Copyright (c) 2011-2012 Chris Boden Copyright (c) 2011-2013 Chris Boden
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application
##WebSocket Compliance ##WebSocket Compliance
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time) * Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
* Tested on Chrome 13 - 24, Firefox 6 - 18, Safari 5.0.1 - 6, iOS 4.2 - 6 * Tested on Chrome 13 - 25, Firefox 6 - 19, Safari 5.0.1 - 6, iOS 4.2 - 6
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages) * Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
##Requirements ##Requirements