Files | Admin

Notes:

Release Name: 0.4.1

Notes:
Raindrops is a real time stats package to show statistics for Rack HTTP
servers.  It is designed for preforking servers such as Rainbows! and
Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and
possibly Rubinius (untested) on platforms supporting POSIX shared memory.

* http://raindrops.bogomips.org/
* raindrops@librelist.com
* git://git.bogomips.org/raindrops.git

Changes:

Rubinius 1.1.0 support is complete.  Atomic operations
are now available under FreeBSD 7.0.

Full changelog below:

    commit 8a2a725a4ad074af493e5aa075155eda8b1d6be7
    Author: Eric Wong 
    Date:   Sat Sep 25 00:14:48 2010 -0700

    force -march=i486 where GCC is targeted for i386

    Nobody uses i386 anymore (especially not with Ruby!),
    but some systems like FreeBSD 7.0 still target GCC at
    i386 by default, so we force GCC to use a slightly
    more modern instruction set and allow it to use
    atomic builtins.

    commit 256cc7c8ffb441dcf2d2a2da3bbbcc82546962d9
    Author: Eric Wong 
    Date:   Sat Sep 25 00:01:46 2010 -0700

    disable Linux-only code on non-Linux

    This allows us to build and link correctly on FreeBSD 7.0

    commit 22a5a39d75faa890048d07ae4ea0d494acd414ce
    Author: Eric Wong 
    Date:   Sat Sep 25 06:25:42 2010 +0000

    linux: workaround missing RSTRUCT* macros in rbx

    Rubinius does not include macros for accessing
    Struct members in the C API.

    ref: http://github.com/evanphx/rubinius/issues/494



Changes: GIT-VERSION-GEN | 2 +- GNUmakefile | 1 + Rakefile | 17 +++++++++++++++-- ext/raindrops/extconf.rb | 8 +++++++- ext/raindrops/linux_inet_diag.c | 28 +++++++++++++++++++--------- lib/raindrops.rb | 4 ++-- 6 files changed, 45 insertions(+), 15 deletions(-) commit 9736c2e991bc695b53b995ee2ecb44b58f88d0af Author: Eric Wong Date: Sun Sep 26 06:44:45 2010 +0000 raindrops 0.4.1 - more portability! Rubinius 1.1.0 support is complete. Atomic operations are now available under FreeBSD 7.0 now. Full changelog below: commit 8a2a725a4ad074af493e5aa075155eda8b1d6be7 Author: Eric Wong Date: Sat Sep 25 00:14:48 2010 -0700 force -march=i486 where GCC is targeted for i386 Nobody uses i386 anymore (especially not with Ruby!), but some systems like FreeBSD 7.0 still target GCC at i386 by default, so we force GCC to use a slightly more modern instruction set and allow it to use atomic builtins. commit 256cc7c8ffb441dcf2d2a2da3bbbcc82546962d9 Author: Eric Wong Date: Sat Sep 25 00:01:46 2010 -0700 disable Linux-only code on non-Linux This allows us to build and link correctly on FreeBSD 7.0 commit 22a5a39d75faa890048d07ae4ea0d494acd414ce Author: Eric Wong Date: Sat Sep 25 06:25:42 2010 +0000 linux: workaround missing RSTRUCT* macros in rbx Rubinius does not include macros for accessing Struct members in the C API. ref: http://github.com/evanphx/rubinius/issues/494 commit 8a2a725a4ad074af493e5aa075155eda8b1d6be7 Author: Eric Wong Date: Sat Sep 25 00:14:48 2010 -0700 force -march=i486 where GCC is targeted for i386 Nobody uses i386 anymore (especially not with Ruby!), but some systems like FreeBSD 7.0 still target GCC at i386 by default, so we force GCC to use a slightly more modern instruction set and allow it to use atomic builtins. commit 256cc7c8ffb441dcf2d2a2da3bbbcc82546962d9 Author: Eric Wong Date: Sat Sep 25 00:01:46 2010 -0700 disable Linux-only code on non-Linux This allows us to build and link correctly on FreeBSD 7.0 commit 22a5a39d75faa890048d07ae4ea0d494acd414ce Author: Eric Wong Date: Sat Sep 25 06:25:42 2010 +0000 linux: workaround missing RSTRUCT* macros in rbx Rubinius does not include macros for accessing Struct members in the C API. ref: http://github.com/evanphx/rubinius/issues/494 commit 663111480d8222763e5f553a71166442ef9990cc Author: Eric Wong Date: Tue Sep 21 22:40:16 2010 +0000 release: publish rubyforge news post Otherwise we'd keep forgetting and users would not know about us.