librelist archives

« back to archive

Mongrel2 v1.3 Is Out, FreeBSD Support

Mongrel2 v1.3 Is Out, FreeBSD Support

From:
Zed A. Shaw
Date:
2010-09-29 @ 08:06
Just put up the goods for v1.3:

http://mongrel2.org/home#download

This release features FreeBSD support, but you have to build it a little
differently.  Once you get the source, do this:

1. install gmake
2. gmake freebsd && sudo gmake install

This is thanks to clee who helped get it working, and I think I can get
netbsd and openbsd going next, as soon as I write a sendfile replacement
for them.

This release also fixes the following:

* Error in how proxying was managing connection:close from backends, so
fossil should work through proxying.
* http://mongrel2.org/wiki?name=ContributorInstructions
* Renamed the "mac_specific" stuff to "bsd_specific".
* Put the m2sh uuid command back, via a clever trick.
* Brought back file:line in the mongrel2 error messages, but took them
out of m2sh.

That's it for now.  I think a few more little bugs and that's the end of
the 1.x release work, next will be 2.0.

If you have freebsd try it and let us know if it works.

-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] Mongrel2 v1.3 Is Out, FreeBSD Support

From:
Pasha
Date:
2010-09-29 @ 08:36
Kudos!

On Wed, Sep 29, 2010 at 2:06 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:
> Just put up the goods for v1.3:
>
> http://mongrel2.org/home#download
>
> This release features FreeBSD support, but you have to build it a little
> differently.  Once you get the source, do this:
>
> 1. install gmake
> 2. gmake freebsd && sudo gmake install
>
> This is thanks to clee who helped get it working, and I think I can get
> netbsd and openbsd going next, as soon as I write a sendfile replacement
> for them.
>
> This release also fixes the following:
>
> * Error in how proxying was managing connection:close from backends, so
> fossil should work through proxying.
> * http://mongrel2.org/wiki?name=ContributorInstructions
> * Renamed the "mac_specific" stuff to "bsd_specific".
> * Put the m2sh uuid command back, via a clever trick.
> * Brought back file:line in the mongrel2 error messages, but took them
> out of m2sh.
>
> That's it for now.  I think a few more little bugs and that's the end of
> the 1.x release work, next will be 2.0.
>
> If you have freebsd try it and let us know if it works.
>
> --
> Zed A. Shaw
> http://zedshaw.com/
>



-- 
Good luck,

Pasha Bastov