Skip to content

Commit

Permalink
Released nuster v5.0.12.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenyuan committed Jun 9, 2020
1 parent e812469 commit 1f96f65
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/nuster/nuster.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, <koubunen AT gmail DOT com >"

#include <types/applet.h>
Expand Down

0 comments on commit 1f96f65

Please sign in to comment.