Skip to content

Commit

Permalink
Released v3.1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenyuan committed Nov 16, 2019
1 parent 62fe8ca commit 5f8cc22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nuster Changelog

## 3.1.3.19 - 2019-11-16

### Fixed

* Fix Segmentation fault on send PURGE

## 3.1.2.19 - 2019-11-03

* Enable response rule evaluation for nuster handler
Expand Down
15 changes: 8 additions & 7 deletions Download.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

## Latest versions

Branch | nuster version | Status | Download | Notes
------ | -------------- | ------ | -------- | -----
H1.9.x | 3.1.2.19 | Stable version | [nuster-3.1.2.19.tar.gz][3] | New: disk persistence
H1.8.x | 2.0.12.18 | Stable version | [nuster-2.0.12.18.tar.gz][2] | New: nosql, http2
H1.7.x | 1.0.3.17 | Stable version | [nuster-1.0.3.17.tar.gz][1] | Cache only
master | | Development version | | May be broken
Branch | nuster version | Status | Download
------ | -------------- | ------ | --------
H1.9.x | 3.1.3.19 | Stable version | [nuster-3.1.3.19.tar.gz][3]
H1.8.x | 2.0.12.18 | Stable version | [nuster-2.0.12.18.tar.gz][2]
H1.7.x | 1.0.3.17 | Stable version | [nuster-1.0.3.17.tar.gz][1]
master | | Development version |

[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.12.18/nuster-2.0.12.18.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/download/v3.1.2.19/nuster-3.1.2.19.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/download/v3.1.3.19/nuster-3.1.3.19.tar.gz

## Versioning

Expand All @@ -27,6 +27,7 @@ https://github.com/jiangwenyuan/nuster/releases

| nuster version | Base HAProxy version
| -------------- | ---------------
| [3.1.3.19](https://github.com/jiangwenyuan/nuster/releases/tag/v3.1.3.19) | 1.9.12
| [3.1.2.19](https://github.com/jiangwenyuan/nuster/releases/tag/v3.1.2.19) | 1.9.12
| [3.1.1.19](https://github.com/jiangwenyuan/nuster/releases/tag/v3.1.1.19) | 1.9.12
| [2.0.12.18](https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.12.18) | 1.8.22
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 "3.1.2.19"
#define NUSTER_VERSION "3.1.3.19"
#define NUSTER_COPYRIGHT \
"2017-present, Jiang Wenyuan, <koubunen AT gmail DOT com >"

Expand Down

0 comments on commit 5f8cc22

Please sign in to comment.