Hello Mongrels, Release candidates for Mongrel 1.0.2 and its dependencies are now available. Note that gems are now signed, so please add the Mongrel public certificate via: $ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem $ gem cert --add mongrel-public_cert.pem Now you can verify and install the candidates via gem install: $ sudo gem install mongrel --include-dependencies --source http://mongrel.rubyforge.org/releases/ -P HighSecurity Manual downloads are available from http://mongrel.rubyforge.org/releases/ . Please report problems on the Rubyforge tracker at http://rubyforge.org/tracker/?group_id=1306 . We will finalize the release in a week or two, barring unforeseen difficulties. Thanks, Evan, and the Mongrel Team PS. If you really don''t care about authenticity, and don''t want to install the public certificate, you can omit the ''-P HighSecurity'' option in ''gem install''. -- Evan Weaver Cloudburst, LLC
great! On 10/11/07, Evan Weaver <evan at cloudbur.st> wrote:> > Hello Mongrels, > > Release candidates for Mongrel 1.0.2 and its dependencies are now > available. Note that gems are now signed, so please add the Mongrel > public certificate via: > > $ wget > http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem > $ gem cert --add mongrel-public_cert.pem > > Now you can verify and install the candidates via gem install: > > $ sudo gem install mongrel --include-dependencies --source > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > Manual downloads are available from http://mongrel.rubyforge.org/releases/. > > Please report problems on the Rubyforge tracker at > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > release in a week or two, barring unforeseen difficulties. > > Thanks, > > Evan, and the Mongrel Team > > > PS. If you really don''t care about authenticity, and don''t want to > install the public certificate, you can omit the ''-P HighSecurity'' > option in ''gem install''. > > -- > Evan Weaver > Cloudburst, LLC > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- $B7/Ld]E4|L$M-4|!$GC;3Lk1+^}=)CS!#2?aD6&Qr@>cY?$!$RJOCGC;3Lk1+;~!#(B -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071011/8af2cbac/attachment.html
What''s the word on the changes? On Oct 10, 2007, at 11:55 PM, Evan Weaver wrote:> Hello Mongrels, > > Release candidates for Mongrel 1.0.2 and its dependencies are now > available. Note that gems are now signed, so please add the Mongrel > public certificate via: > > $ wget http://rubyforge.org/frs/download.php/25325/mongrel- > public_cert.pem > $ gem cert --add mongrel-public_cert.pem > > Now you can verify and install the candidates via gem install: > > $ sudo gem install mongrel --include-dependencies --source > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > Manual downloads are available from http://mongrel.rubyforge.org/ > releases/ . > > Please report problems on the Rubyforge tracker at > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > release in a week or two, barring unforeseen difficulties. > > Thanks, > > Evan, and the Mongrel Team > > > PS. If you really don''t care about authenticity, and don''t want to > install the public certificate, you can omit the ''-P HighSecurity'' > option in ''gem install''. > > -- > Evan Weaver > Cloudburst, LLC > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users
The CHANGELOG message for Mongrel is just: v1.0.2. Signed gem; various bugfixes and patches. There should be no breaking changes. If you''re interested in a specific bug, check the tracker and see what the resolution was. The detailed SVN log up to and including 1.0.2 is at http://mongrel.rubyforge.org/releases/Changelog . Mongrel_cluster v1.0.3 includes Capistrano 2 recipes. That''s probably the most significant new feature. Evan On 10/11/07, Hunter Hillegas <lists at lastonepicked.com> wrote:> What''s the word on the changes? > > On Oct 10, 2007, at 11:55 PM, Evan Weaver wrote: > > > Hello Mongrels, > > > > Release candidates for Mongrel 1.0.2 and its dependencies are now > > available. Note that gems are now signed, so please add the Mongrel > > public certificate via: > > > > $ wget http://rubyforge.org/frs/download.php/25325/mongrel- > > public_cert.pem > > $ gem cert --add mongrel-public_cert.pem > > > > Now you can verify and install the candidates via gem install: > > > > $ sudo gem install mongrel --include-dependencies --source > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > Manual downloads are available from http://mongrel.rubyforge.org/ > > releases/ . > > > > Please report problems on the Rubyforge tracker at > > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > > release in a week or two, barring unforeseen difficulties. > > > > Thanks, > > > > Evan, and the Mongrel Team > > > > > > PS. If you really don''t care about authenticity, and don''t want to > > install the public certificate, you can omit the ''-P HighSecurity'' > > option in ''gem install''. > > > > -- > > Evan Weaver > > Cloudburst, LLC > > _______________________________________________ > > Mongrel-users mailing list > > Mongrel-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Evan Weaver Cloudburst, LLC
Hi all, The candidates have been updated with some bugfixes. Please uninstall and reinstall. $ sudo gem install mongrel --include-dependencies --source http://mongrel.rubyforge.org/releases/ -P HighSecurity Evan On 10/11/07, Evan Weaver <evan at cloudbur.st> wrote:> The CHANGELOG message for Mongrel is just: > > v1.0.2. Signed gem; various bugfixes and patches. > > There should be no breaking changes. If you''re interested in a > specific bug, check the tracker and see what the resolution was. > > The detailed SVN log up to and including 1.0.2 is at > http://mongrel.rubyforge.org/releases/Changelog . > > Mongrel_cluster v1.0.3 includes Capistrano 2 recipes. That''s probably > the most significant new feature. > > Evan > > On 10/11/07, Hunter Hillegas <lists at lastonepicked.com> wrote: > > What''s the word on the changes? > > > > On Oct 10, 2007, at 11:55 PM, Evan Weaver wrote: > > > > > Hello Mongrels, > > > > > > Release candidates for Mongrel 1.0.2 and its dependencies are now > > > available. Note that gems are now signed, so please add the Mongrel > > > public certificate via: > > > > > > $ wget http://rubyforge.org/frs/download.php/25325/mongrel- > > > public_cert.pem > > > $ gem cert --add mongrel-public_cert.pem > > > > > > Now you can verify and install the candidates via gem install: > > > > > > $ sudo gem install mongrel --include-dependencies --source > > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > > > Manual downloads are available from http://mongrel.rubyforge.org/ > > > releases/ . > > > > > > Please report problems on the Rubyforge tracker at > > > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > > > release in a week or two, barring unforeseen difficulties. > > > > > > Thanks, > > > > > > Evan, and the Mongrel Team > > > > > > > > > PS. If you really don''t care about authenticity, and don''t want to > > > install the public certificate, you can omit the ''-P HighSecurity'' > > > option in ''gem install''. > > > > > > -- > > > Evan Weaver > > > Cloudburst, LLC > > > _______________________________________________ > > > Mongrel-users mailing list > > > Mongrel-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > _______________________________________________ > > Mongrel-users mailing list > > Mongrel-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > -- > Evan Weaver > Cloudburst, LLC >-- Evan Weaver Cloudburst, LLC
I ran into an issue with upgrading to mongrel 1.0.2. This was last Friday, so this may be fixed now. The REMOTE_ADDR environment variable comes across in IPv6 format now, instead of IPv4 (as in 1.0.1). This caused some issues in a ruby library that didn''t know how to handle IPv6 IPs. No huge deal, but thought I''d throw it out there... Ed On 10/15/07, Evan Weaver <evan at cloudbur.st> wrote:> Hi all, > > The candidates have been updated with some bugfixes. Please uninstall > and reinstall. > > $ sudo gem install mongrel --include-dependencies --source > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > Evan > > On 10/11/07, Evan Weaver <evan at cloudbur.st> wrote: > > The CHANGELOG message for Mongrel is just: > > > > v1.0.2. Signed gem; various bugfixes and patches. > > > > There should be no breaking changes. If you''re interested in a > > specific bug, check the tracker and see what the resolution was. > > > > The detailed SVN log up to and including 1.0.2 is at > > http://mongrel.rubyforge.org/releases/Changelog . > > > > Mongrel_cluster v1.0.3 includes Capistrano 2 recipes. That''s probably > > the most significant new feature. > > > > Evan > > > > On 10/11/07, Hunter Hillegas <lists at lastonepicked.com> wrote: > > > What''s the word on the changes? > > > > > > On Oct 10, 2007, at 11:55 PM, Evan Weaver wrote: > > > > > > > Hello Mongrels, > > > > > > > > Release candidates for Mongrel 1.0.2 and its dependencies are now > > > > available. Note that gems are now signed, so please add the Mongrel > > > > public certificate via: > > > > > > > > $ wget http://rubyforge.org/frs/download.php/25325/mongrel- > > > > public_cert.pem > > > > $ gem cert --add mongrel-public_cert.pem > > > > > > > > Now you can verify and install the candidates via gem install: > > > > > > > > $ sudo gem install mongrel --include-dependencies --source > > > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > > > > > Manual downloads are available from http://mongrel.rubyforge.org/ > > > > releases/ . > > > > > > > > Please report problems on the Rubyforge tracker at > > > > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > > > > release in a week or two, barring unforeseen difficulties. > > > > > > > > Thanks, > > > > > > > > Evan, and the Mongrel Team > > > > > > > > > > > > PS. If you really don''t care about authenticity, and don''t want to > > > > install the public certificate, you can omit the ''-P HighSecurity'' > > > > option in ''gem install''. > > > > > > > > -- > > > > Evan Weaver > > > > Cloudburst, LLC > > > > _______________________________________________ > > > > Mongrel-users mailing list > > > > Mongrel-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > _______________________________________________ > > > Mongrel-users mailing list > > > Mongrel-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > > > > -- > > Evan Weaver > > Cloudburst, LLC > > > > > -- > Evan Weaver > Cloudburst, LLC > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >
Sounds like a bug; can you file a ticket? Ideally with a test? Evan On 10/15/07, Ed Hickey <bassnode at gmail.com> wrote:> I ran into an issue with upgrading to mongrel 1.0.2. This was last > Friday, so this may be fixed now. The REMOTE_ADDR environment > variable comes across in IPv6 format now, instead of IPv4 (as in > 1.0.1). > > This caused some issues in a ruby library that didn''t know how to > handle IPv6 IPs. No huge deal, but thought I''d throw it out there... > > Ed > > On 10/15/07, Evan Weaver <evan at cloudbur.st> wrote: > > Hi all, > > > > The candidates have been updated with some bugfixes. Please uninstall > > and reinstall. > > > > $ sudo gem install mongrel --include-dependencies --source > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > Evan > > > > On 10/11/07, Evan Weaver <evan at cloudbur.st> wrote: > > > The CHANGELOG message for Mongrel is just: > > > > > > v1.0.2. Signed gem; various bugfixes and patches. > > > > > > There should be no breaking changes. If you''re interested in a > > > specific bug, check the tracker and see what the resolution was. > > > > > > The detailed SVN log up to and including 1.0.2 is at > > > http://mongrel.rubyforge.org/releases/Changelog . > > > > > > Mongrel_cluster v1.0.3 includes Capistrano 2 recipes. That''s probably > > > the most significant new feature. > > > > > > Evan > > > > > > On 10/11/07, Hunter Hillegas <lists at lastonepicked.com> wrote: > > > > What''s the word on the changes? > > > > > > > > On Oct 10, 2007, at 11:55 PM, Evan Weaver wrote: > > > > > > > > > Hello Mongrels, > > > > > > > > > > Release candidates for Mongrel 1.0.2 and its dependencies are now > > > > > available. Note that gems are now signed, so please add the Mongrel > > > > > public certificate via: > > > > > > > > > > $ wget http://rubyforge.org/frs/download.php/25325/mongrel- > > > > > public_cert.pem > > > > > $ gem cert --add mongrel-public_cert.pem > > > > > > > > > > Now you can verify and install the candidates via gem install: > > > > > > > > > > $ sudo gem install mongrel --include-dependencies --source > > > > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > > > > > > > Manual downloads are available from http://mongrel.rubyforge.org/ > > > > > releases/ . > > > > > > > > > > Please report problems on the Rubyforge tracker at > > > > > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > > > > > release in a week or two, barring unforeseen difficulties. > > > > > > > > > > Thanks, > > > > > > > > > > Evan, and the Mongrel Team > > > > > > > > > > > > > > > PS. If you really don''t care about authenticity, and don''t want to > > > > > install the public certificate, you can omit the ''-P HighSecurity'' > > > > > option in ''gem install''. > > > > > > > > > > -- > > > > > Evan Weaver > > > > > Cloudburst, LLC > > > > > _______________________________________________ > > > > > Mongrel-users mailing list > > > > > Mongrel-users at rubyforge.org > > > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > > > _______________________________________________ > > > > Mongrel-users mailing list > > > > Mongrel-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > > > > > > > > -- > > > Evan Weaver > > > Cloudburst, LLC > > > > > > > > > -- > > Evan Weaver > > Cloudburst, LLC > > _______________________________________________ > > Mongrel-users mailing list > > Mongrel-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Evan Weaver Cloudburst, LLC
Yeah, I can do that soon. On 10/15/07, Evan Weaver <evan at cloudbur.st> wrote:> Sounds like a bug; can you file a ticket? Ideally with a test? > > Evan > > On 10/15/07, Ed Hickey <bassnode at gmail.com> wrote: > > I ran into an issue with upgrading to mongrel 1.0.2. This was last > > Friday, so this may be fixed now. The REMOTE_ADDR environment > > variable comes across in IPv6 format now, instead of IPv4 (as in > > 1.0.1). > > > > This caused some issues in a ruby library that didn''t know how to > > handle IPv6 IPs. No huge deal, but thought I''d throw it out there... > > > > Ed > > > > On 10/15/07, Evan Weaver <evan at cloudbur.st> wrote: > > > Hi all, > > > > > > The candidates have been updated with some bugfixes. Please uninstall > > > and reinstall. > > > > > > $ sudo gem install mongrel --include-dependencies --source > > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > > > Evan > > > > > > On 10/11/07, Evan Weaver <evan at cloudbur.st> wrote: > > > > The CHANGELOG message for Mongrel is just: > > > > > > > > v1.0.2. Signed gem; various bugfixes and patches. > > > > > > > > There should be no breaking changes. If you''re interested in a > > > > specific bug, check the tracker and see what the resolution was. > > > > > > > > The detailed SVN log up to and including 1.0.2 is at > > > > http://mongrel.rubyforge.org/releases/Changelog . > > > > > > > > Mongrel_cluster v1.0.3 includes Capistrano 2 recipes. That''s probably > > > > the most significant new feature. > > > > > > > > Evan > > > > > > > > On 10/11/07, Hunter Hillegas <lists at lastonepicked.com> wrote: > > > > > What''s the word on the changes? > > > > > > > > > > On Oct 10, 2007, at 11:55 PM, Evan Weaver wrote: > > > > > > > > > > > Hello Mongrels, > > > > > > > > > > > > Release candidates for Mongrel 1.0.2 and its dependencies are now > > > > > > available. Note that gems are now signed, so please add the Mongrel > > > > > > public certificate via: > > > > > > > > > > > > $ wget http://rubyforge.org/frs/download.php/25325/mongrel- > > > > > > public_cert.pem > > > > > > $ gem cert --add mongrel-public_cert.pem > > > > > > > > > > > > Now you can verify and install the candidates via gem install: > > > > > > > > > > > > $ sudo gem install mongrel --include-dependencies --source > > > > > > http://mongrel.rubyforge.org/releases/ -P HighSecurity > > > > > > > > > > > > Manual downloads are available from http://mongrel.rubyforge.org/ > > > > > > releases/ . > > > > > > > > > > > > Please report problems on the Rubyforge tracker at > > > > > > http://rubyforge.org/tracker/?group_id=1306 . We will finalize the > > > > > > release in a week or two, barring unforeseen difficulties. > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Evan, and the Mongrel Team > > > > > > > > > > > > > > > > > > PS. If you really don''t care about authenticity, and don''t want to > > > > > > install the public certificate, you can omit the ''-P HighSecurity'' > > > > > > option in ''gem install''. > > > > > > > > > > > > -- > > > > > > Evan Weaver > > > > > > Cloudburst, LLC > > > > > > _______________________________________________ > > > > > > Mongrel-users mailing list > > > > > > Mongrel-users at rubyforge.org > > > > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > > > > > _______________________________________________ > > > > > Mongrel-users mailing list > > > > > Mongrel-users at rubyforge.org > > > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > > > > > > > > > > > > -- > > > > Evan Weaver > > > > Cloudburst, LLC > > > > > > > > > > > > > -- > > > Evan Weaver > > > Cloudburst, LLC > > > _______________________________________________ > > > Mongrel-users mailing list > > > Mongrel-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > _______________________________________________ > > Mongrel-users mailing list > > Mongrel-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > -- > Evan Weaver > Cloudburst, LLC >