about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-08-10 22:55:52 +0000
committerEric Wong <bofh@yhbt.net>2020-08-10 22:55:52 +0000
commit7a24e31fb709f913e6b8a0eaedc885c96b1a7938 (patch)
tree2033879f3af33628d9f06751237320c095385b60
parent24ea2b29600f6c2e2a7180eb58b5256f961b7c3f (diff)
downloadclogger-2.3.0.tar.gz
The $request_time can now be multiplied by a power-of-10,
allowing up to nanosecond resolution without decimals.

Thanks to Josh Natanson for contributing this feature:

https://yhbt.net/clogger-public/CAPdx2swO4eaOWaqL4-rMLq1H7pH6w-i760vPJTb92tyKfcc01Q@mail.gmail.com/
https://yhbt.net/clogger-public/CAPdx2szjqUuFjUtrgoeXXwmz0HzfdnWe+2h2Sp_ywDkTDVL0-g@mail.gmail.com/T/

There's also some minor fixes and doc updates:

      clogger: fix _BSD_SOURCE and _SVID_SOURCE deprecation warnings
      doc: update with IMAPS, NNTPS, and .onion mail archive URLs
      doc: document Fiber.current
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 8101b3b..93f6f65 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.2.1
+DEF_VER=v2.3.0
 
 LF='
 '