CHANGELOG in thin-1.2.4 vs CHANGELOG in thin-1.2.5
- old
+ new
@@ -1,4 +1,9 @@
+== 1.2.5 This Is Not A Web Server
+ * Add rolling restart support (--onebyone option) [sikachu]
+ * Force external_encoding of request's body to ASCII_8BIT [jeremyz]
+ * Ensure Rack base API is used in Rails adapter only if version >= 2.3.2 [#111 state:resolved]
+
== 1.2.4 Flaming Astroboy
* Fix a few issues in thin to make it a better "gem citizen" [josh]
* Fix test for rack based Rails in adapter under Ruby >= 1.8.7 [#109 state:resolved]
* Fix Remote address spoofing vulnerability in Connection#remote_address [Alexey Borzenkov]
* Fix uninitialized constant ActionController::Dispatcher error with Rails 1.2.3 [Chris Anderton] [#103 state:resolved]