Files | Admin

Notes:

Release Name: 1.0.1

Notes:
clogger 1.0.1 - portability fixes

\Clogger is Rack middleware for logging HTTP requests.  The log format
is customizable so you can specify exactly which fields to log.

* http://clogger.rubyforge.org/
* clogger@librelist.org
* git://bogomips.org/clogger.git

Changes:

Minor portability fixes noticed on some systems.

There is a minor license change, it is now explicitly LGPLv2.1
and LGPLv3 and later versions at the project leader's
discretion.  It is no longer LGPLv2.1+, so it doesn't give a
blank check to the FSF to change the license on us.



Changes: COPYING | 657 +++++++++++--------------------------------- GIT-VERSION-GEN | 2 +- LICENSE | 10 +- clogger.gemspec | 3 +- ext/clogger_ext/clogger.c | 8 +- ext/clogger_ext/extconf.rb | 2 + test/test_clogger.rb | 13 + 7 files changed, 191 insertions(+), 504 deletions(-) commit d6328a6f31f97bded75a4e2aba73f85366215924 Author: Eric Wong Date: Wed Jun 22 14:43:16 2011 -0700 clogger 1.0.1 - portability fixes Minor portability fixes noticed on some systems. There is a minor license change, it is now explicitly LGPLv2.1 and LGPLv3 and later versions at the project leader's discretion. It is no longer LGPLv2.1+, so it doesn't give a blank check to the FSF to change the license on us. commit 7e3694c6de13fc3d635473d3150412cbda287e75 Author: Eric Wong Date: Wed Jun 22 13:55:25 2011 -0700 ext: fix portability defines for some installs Some Ruby installs muck up headers/#defines and cause weirdness. We now explicitly define _BSD_SOURCE and include #stdio.h commit 5979a9b113815721140058d021ecfffc5c529de4 Author: Eric Wong Date: Wed May 11 18:54:47 2011 -0700 tests: add full URL example Could be useful for some folks. commit bcb9fb819a8753863952302d71215152cc715935 Author: Eric Wong Date: Tue Apr 26 16:24:18 2011 -0700 change from LGPLv2.1+ to LGPLv2.1 + LGPLv3 LGPLv4 could be completely different, so we won't give the FSF a blank check to force it upon us.