commit 4ee4e61d9bbbae0883bf51888239ffabd045d8d5 (patch)
parent c7d2e5d pkg.mk: remove index.html and created.rid from homepage
tree 84f5a87150fc8e3fa9b343262eae8e179da5b7da
author Eric Wong <bofh@yhbt.net> 2021-05-25 23:38:37 +0000
committer Eric Wong <bofh@yhbt.net> 2021-05-25 23:38:37 +0000
clogger 2.3.1
This release fixes compatibility with GC.compact on Ruby 3.x.
Thanks to Ngan Pham for the patch and Aaron Patterson for the
feedback for the (obsolete) kgio RubyGem:
https://yhbt.net/kgio-public/CAAvYYt5Z5f2rMuXO5DMpR1-6uRvu_gXKDvqcyoZ+oNcLiTH39g@mail.gmail.com/T/
---
GIT-VERSION-GEN | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 93f6f65..237b11a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.0
+DEF_VER=v2.3.1
LF='
'
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 https://yhbt.net/clogger.git