From e0efbc362b578d78f3c7f1fa584b2f9fd518c8d0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 16 Jun 2022 16:51:29 +0000 Subject: clogger 2.4.0 Only 2 code changes, neither of which is really relevant for 99% of users using the C extension and strict HTTP parsers. escape env['REQUEST_METHOD'] for non-strict HTTP servers pure: fix time.rb incompatibility in Ruby 3.1+ doc: drop git:// URLs, use shorter domain for IMAP links --- GIT-VERSION-GEN | 2 +- clogger.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 237b11a..8fc5dc1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.1 +DEF_VER=v2.4.0 LF=' ' diff --git a/clogger.gemspec b/clogger.gemspec index 769b7ff..d461383 100644 --- a/clogger.gemspec +++ b/clogger.gemspec @@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ? Gem::Specification.new do |s| s.name = %q{clogger} - s.version = (ENV['VERSION'] || '2.1.0').dup + s.version = (ENV['VERSION'] || '2.4.0').dup s.homepage = 'https://YHBT.net/clogger/' s.authors = ["cloggers"] s.summary = 'configurable request logging for Rack' -- cgit v1.2.3-24-ge0c7