commit 1861fdaaea0acd06d460bf0a78149e237f5438c7 Author: Eric Wong Date: Wed Mar 26 14:19:02 2008 -0700 CHANGELOG: v0.3.7 commit 0163ff62630162b4e0ad29d83ec5704537d0936e Author: Eric Wong Date: Wed Mar 26 14:18:43 2008 -0700 fix dependency on gem_plugin when only current version is installed commit d8c6f2c48dcc70ac17dca48a215d4c6beada345c Author: Eric Wong Date: Sun Feb 24 17:22:46 2008 -0800 mongrel_cow_cluster v0.3.6 * fix dependencies * really fix num_procs support for mongrel_cluster compatibility commit e7b3335b4ae0b38efcb390b35491008241a2b965 Author: Eric Wong Date: Sun Feb 24 17:22:26 2008 -0800 Really add support for "num_procs" for mongrel_cluster compat commit 0e2175fc5d8254729439cdae074a486add99e4aa Author: Eric Wong Date: Sun Feb 24 00:23:08 2008 -0800 Version 0.3.5, switch to Echoe commit 338f0f800ce976f7862c046aa7210cf372375559 Author: Eric Wong Date: Sun Feb 24 00:10:21 2008 -0800 Fix timeout and documentation for timeout commit 8bf8ffaa912e041491ec4c46fda5f07ac4e6e432 Author: Eric Wong Date: Mon Nov 19 11:49:05 2007 -0800 Version bump to 0.3.4 commit 29e085cd7789a91038509c1758f88df76dce1abf Author: Eric Wong Date: Mon Nov 19 11:48:27 2007 -0800 Load configuration file before validation I was previously always running mongrel_rails inside the directory specified as the :cwd, so it was never an issue before. commit 74206ab488d94ebfe6e3e773c2f6dce52838a893 Author: Eric Wong Date: Mon Nov 5 16:48:47 2007 -0800 Version bump to 0.3.3 commit d4d0cc7739be2e1e8c7a7da1fc14a7165b074edc Author: Eric Wong Date: Mon Nov 5 16:48:06 2007 -0800 Respect 'address' in config for mongrel_cluster compatibility Mongrel itself uses 'host' instead of 'address' as the config key for binding. However, we want our config file to be compatible with mongrel_cluster as much as possible, so we'll support 'address' if 'host' is not specified. commit 43f07f4a20da2798e0ec358c7ee4d7fd0e84f64f Author: Eric Wong Date: Mon Jul 23 18:46:23 2007 -0700 Update Manifest git ls-files > Manifest.txt commit 870dadb9657d71f7aa063a758e961deee46894fb Author: Eric Wong Date: Mon Jul 23 18:45:20 2007 -0700 Rakefile: hoe and History cleanups commit b0ae9c35539a30d168c282bd29a1da6b0c1b43f2 Author: Eric Wong Date: Mon Jul 23 18:34:36 2007 -0700 rename mongrel-cow gem to mongrel_cow_cluster commit 57cc5d15ac6c064ef3d52558aae1ea5f8e8a0847 Author: Damon Petta Date: Tue Jul 17 12:46:57 2007 -0700 Added hoe task to rake to publish files to rubyforge. commit 4b858f7a08701330b1aaffc082cf4461110419a8 Author: Damon Petta Date: Tue Jul 17 12:26:20 2007 -0700 infrastructure updates Migrated README to README.txt, added Manifest and History documents to support automated build and deployment to rubyforge. commit 46de91cdef0015910140b7c6c7b67135efe2cc91 Author: Eric Wong Date: Tue Jul 17 12:32:19 2007 -0700 Rakefile: renaming "release" task to "eric_release" To avoid conflicting with any standard tasks included by Hoe. commit 7095fbc1ff6d89b1374dec0098fe31d31d25aeef Author: Eric Wong Date: Tue Jul 17 12:27:52 2007 -0700 Version bump to 0.3.1 commit 2c2f98c63a9873bd4ce430be52815a47c543ef31 Author: Eric Wong Date: Tue Jul 17 12:27:18 2007 -0700 Bind to a random temporary port on 127.0.0.1 to preload Rails This is more reliable and automatically retries another random port. The previous method of binding to base_port - 1 caused conflicts on systems that already had that port bound. Random port selection only happens on ports over 32768 since they're less likely to be used on most systems. commit bca56e27b2dc3a0c266c8000a916ee25395701df Author: Eric Wong Date: Sun Jul 15 18:18:18 2007 -0700 version 0.3.0, all releases will now be signed commit 6ec51661f66b7522d06c189926c42d8c3d5ae179 Author: Eric Wong Date: Sun Jul 15 18:16:03 2007 -0700 Rakefile: add "release" task commit 9d4d8723fecea960bc1b33428c6869807cf7165d Author: Eric Wong Date: Sun Jul 15 17:58:22 2007 -0700 Add --rolling-interval option when doing restarts Sometimes load balancers mark backends as dead for too long and do not re-add the newly restarted Mongrel back into the pool soon enough. This rolling interval option (in seconds) may be specified to add a delay between the restarts of each member. commit 137a21379b8a71015f0faa3910cffb0187981c80 Author: Eric Wong Date: Sun Jul 15 17:25:02 2007 -0700 version 0.2.1 commit 60de475e6b14863008571ea3d937ec6da0f66cf2 Author: Eric Wong Date: Sun Jul 15 17:23:53 2007 -0700 port, pid_file, and servers can be specified on the command-line for stop Not everybody uses the config file for those options. commit 9443765681700a9d3da1b8bfe92354017e214fca Author: Eric Wong Date: Sun Jul 15 16:45:32 2007 -0700 Make --port and --only accept only int parameters Whatever option parse mongrel/gem_plugin needs the word "INT" to know it's an integer :x While we're at it, remove the daemonize option, clusters always daemonize. commit 64c9349828e457094b533247d16dd0e33d313b2a Author: Eric Wong Date: Sun Jul 15 14:09:57 2007 -0700 version 0.2.0 commit 9a5139829d609b34c056c8737db5b45585eecdfb Author: Eric Wong Date: Sun Jul 15 14:07:52 2007 -0700 Make specifying a config file optional commit 29a7651e60272f3e68a71689f172e5d2b1d6a208 Author: Eric Wong Date: Sat Jul 14 05:41:49 2007 -0700 mongrel_cow_cluster: initial import (0.1.1)