CHANGELOG in thin-1.4.1 vs CHANGELOG in thin-1.5.0

- old
+ new

@@ -1,4 +1,11 @@ +== 1.5.0 Knife + * Fix compilation under Ubuntu 12.04 with -Werror=format-security option. + * Raise an error when no PID file. + * Prevent duplicate response headers. + * Make proper response on exception [MasterLambaster]. + * Automatically close idling pipeline connections on server stop [MasterLambaster]. + == 1.4.1 Chromeo Fix * Fix error when sending USR1 signal and no log file is supplied. == 1.4.0 Chromeo * kill -USR1 $PID for log rotation [catwell].