From 1f96f65aa759a4d4be2be4066dc745f45d81dd62 Mon Sep 17 00:00:00 2001 From: Jiang Wenyuan Date: Tue, 9 Jun 2020 21:12:42 +0900 Subject: [PATCH] Released nuster v5.0.12.21 --- CHANGELOG.md | 14 ++++++++++++++ Download.md | 5 +++-- include/nuster/nuster.h | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333593467..7f8f6162e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # nuster Changelog +## 5.0.12.21 - 2020-06-09 + +### Changed + +* Add missing macro and function +* Use clock_gettime instead of gettimeofday, rename now +* Move nst_debug from nuster to misc +* Support inactive #78 +* Add inactive parser +* Support automatically set ttl from header, #77 +* Check max time in time parser +* Add bypass count to stats +* Backport v2.1.7 + ## 5.0.11.21 - 2020-05-30 backported HAProxy v2.1.5 diff --git a/Download.md b/Download.md index 95f1c6575..056568db4 100644 --- a/Download.md +++ b/Download.md @@ -4,7 +4,7 @@ Branch | nuster version | Released | Status | Download ------ | -------------- | -------- | ------ | -------- master | | | HAProxy v2.2-dev8 | -H2.1 | 5.0.11.21 | 2020-05-30 | Stable version | [nuster-5.0.11.21.tar.gz][4] +H2.1 | 5.0.12.21 | 2020-06-09 | Stable version | [nuster-5.0.12.21.tar.gz][4] H2.0 | 4.0.1.20 | 2020-04-11 | Unmaintained | ~nuster-4.0.1.20.tar.gz~ H1.9 | 3.2.5.19 | 2020-04-13 | Stable version | [nuster-3.2.5.19.tar.gz][3] H1.8 | 2.0.16.18 | 2020-04-13 | Stable version | [nuster-2.0.16.18.tar.gz][2] @@ -13,7 +13,7 @@ H1.7 | 1.0.3.17 | 2019-11-02 | Unmaintained | [nuster-1.0.3.17.tar. [1]:https://github.com/jiangwenyuan/nuster/releases/download/v1.0.3.17/nuster-1.0.3.17.tar.gz [2]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.16.18/nuster-2.0.16.18.tar.gz [3]:https://github.com/jiangwenyuan/nuster/releases/download/v3.2.5.19/nuster-3.2.5.19.tar.gz -[4]:https://github.com/jiangwenyuan/nuster/releases/download/v5.0.11.21/nuster-5.0.11.21.tar.gz +[4]:https://github.com/jiangwenyuan/nuster/releases/download/v5.0.12.21/nuster-5.0.12.21.tar.gz ## Versioning @@ -30,6 +30,7 @@ https://github.com/jiangwenyuan/nuster/releases | nuster version | Base HAProxy version | -------------- | --------------- +| [5.0.12.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.12.21) | 2.1.7 | [5.0.11.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.11.21) | 2.1.5 | [5.0.10.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.10.21) | 2.1.4 | [5.0.9.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.9.21) | 2.1.4 diff --git a/include/nuster/nuster.h b/include/nuster/nuster.h index 0a7273330..3ec6922bd 100644 --- a/include/nuster/nuster.h +++ b/include/nuster/nuster.h @@ -22,7 +22,7 @@ #ifndef _NUSTER_H #define _NUSTER_H -#define NUSTER_VERSION "5.0.11.21" +#define NUSTER_VERSION "5.0.12.21" #define NUSTER_COPYRIGHT "2017-present, Jiang Wenyuan, " #include