commit e0efbc362b578d78f3c7f1fa584b2f9fd518c8d0 (patch)
parent a16af82 doc: drop git:// URLs, use shorter domain for IMAP links
tree bde49969de2af2949b3cf34c834e85e22627bd6e
author Eric Wong <bofh@yhbt.net> 2022-06-16 16:51:29 +0000
committer Eric Wong <bofh@yhbt.net> 2022-06-16 16:51:29 +0000
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'
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone http://yhbt.net/clogger.git