about summary refs log tree commit homepage
path: root/doc/site/src/news.page
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-12-20 03:22:39 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-12-20 03:22:39 +0000
commit099bfcae2b15b4ac0ff64842a5d6853d07d83d10 (patch)
tree875205ef96a716c541a5a167dd6f18cab43906d3 /doc/site/src/news.page
parent7d3f925cd83104d9c7b1e828ad5ad80281f912d0 (diff)
downloadunicorn-099bfcae2b15b4ac0ff64842a5d6853d07d83d10.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@486 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'doc/site/src/news.page')
-rw-r--r--doc/site/src/news.page50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/site/src/news.page b/doc/site/src/news.page
index 6913728..1ab795c 100644
--- a/doc/site/src/news.page
+++ b/doc/site/src/news.page
@@ -7,6 +7,56 @@ ordering: 2
 
 h1. Latest News
 
+h2. Dec 19: Mongrel 1.0 RC1 Full Win32 Build
+
+It's *finally* here.  Mongrel 1.0 RC1 for everyone to test, even the win32 folks.
+I managed to get everything to build on windows, including fastthread, and even
+cleaned up the "releases source":http://mongrel.rubyforge.org/releases/ so that
+it should install cleaner.  Win32 will have to try and report problems, as it
+seems rubygems is real finicky on win32.
+
+UNIX Install with:
+
+ $ gem install mongrel --source=http://mongrel.rubyforge.org/releases
+
+WIN32 Install with:
+
+ $ gem uninstall mongrel
+ $ gem uninstall gem_plugin
+ $ gem uninstall fastthread
+ $ gem install fastthread --source=http://mongrel.rubyforge.org/releases
+ $ gem install mongrel --source=http://mongrel.rubyforge.org/releases
+ $ gem install mongrel_service --source=http://mongrel.rubyforge.org/releases
+
+If you have problems with fastthread then skip it, it's optional on Win32.  The
+win32 process is more involved because there hasn't been a stable release of it
+for a while now.  That's why you have to remove everything you can and then
+re-install.
+
+  Make sure that gem_plugin is version 0.2.2 or the whole thing dies.
+
+If you have problems installing any of this then add a / to the end of the source:
+
+ $ gem install mongrel --source=http://mongrel.rubyforge.org/releases/
+
+Yes, that's retarded, blame the rubygems folks.
+
+You can view the ChangeLog for this latest release
+"in the releases":http://mongrel.rubyforge.org/releases/ChangeLog directory
+like normal.  This ChangeLog covers everything done since 0.3.18 but it's
+in svn log format so only read it if you're really uptight.
+
+And as usual, report any bugs.  I'll be posting instructions on using the
+new mongrel_service when I get them from Luis.
+
+h3. IT'S RC1 FOR A REASON
+
+Before you go off installing this thing in your production servers because you
+missed the RC1 identifier, remember that RC means "Release Candidate".  Test
+it to death, use it, report bugs, but only a fool installs it in mission
+critical situations without fully testing it.
+
+
 h2. Dec 15: 0.3.20 5 Hour Deadline
 
 Another fancy release with just a few little changes from yesterday: