Skip to content

Commit

Permalink
Released v3.2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenyuan committed Dec 18, 2019
1 parent fc28606 commit 1f72d9d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# nuster Changelog

## 3.2.0.19 - 2019-12-18

Upgrade to HAProxy v1.9.13

### Fixed

* Fix segfault when memory is full

### Added

* Last-Modified and ETAG
* Conditional request handling

## 3.1.3.19 - 2019-11-16

### Fixed
Expand Down
5 changes: 3 additions & 2 deletions Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

Branch | nuster version | Status | Download
------ | -------------- | ------ | --------
H1.9.x | 3.1.3.19 | Stable version | [nuster-3.1.3.19.tar.gz][3]
H1.9.x | 3.2.0.19 | Stable version | [nuster-3.2.0.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.3.19/nuster-3.1.3.19.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/download/v3.2.0.19/nuster-3.2.0.19.tar.gz

## Versioning

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

| nuster version | Base HAProxy version
| -------------- | ---------------
| [3.2.0.19](https://github.com/jiangwenyuan/nuster/releases/tag/v3.2.0.19) | 1.9.14
| [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
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.3.19"
#define NUSTER_VERSION "3.2.0.19"
#define NUSTER_COPYRIGHT \
"2017-present, Jiang Wenyuan, <koubunen AT gmail DOT com >"

Expand Down

0 comments on commit 1f72d9d

Please sign in to comment.