about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-16 19:53:59 -0700
committerEric Wong <normalperson@yhbt.net>2011-03-16 20:13:33 -0700
commit744c4c11c58f40c925c0d36eefb2287095a2f127 (patch)
tree23565a0ad9e44df0fe248d4790b6e31f05a02bf8
parentf1b45e2f44f45122313abc88e139d49c0e39c7b7 (diff)
downloadraindrops-744c4c11c58f40c925c0d36eefb2287095a2f127.tar.gz
Portable changes:
* Raindrops are now resizable within the limits of system page size
* Raindrops::Middleware proxies +to_path+ in response bodies
* More documentation

Linux-only changes:
* Raindrops::LastDataRecv[1] Rack application
* Raindrops::Watcher[2] Rack application
* Raindrops::TCP_Info[3] class for capturing TCP connection stats
* IPv6 support for inet_diag
* faster inet_diag stats for multiple sockets

There is also a demo server running the Watcher and Middleware
components.  It's capped to 30 concurrent users, so go easy on
it:

  Raindrops::Watcher: http://raindrops-demo.bogomips.org/
  Raindrops::Middleware: http://raindrops-demo.bogomips.org/_raindrops

[1] http://raindrops.bogomips.org/Raindrops/LastDataRecv.html
[2] http://raindrops.bogomips.org/Raindrops/Watcher.html
[3] http://raindrops.bogomips.org/Raindrops/TCP_Info.html
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 46784d6..9ae4282 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.4.1.GIT
+DEF_VER=v0.5.0.GIT
 
 LF='
 '