Skip to content

Commit

Permalink
Released v2.0.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenyuan committed Oct 3, 2019
1 parent b399ff5 commit d6c3a9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nuster Changelog

## 2.0.11.18 - 2019-10-03

Upgrade to HAProxy v1.8.21

### Fixed

* Fix segfault when tune.bufsize is not 16k

## 2.0.10.18 - 2019-04-26

### Fixed
Expand Down
9 changes: 4 additions & 5 deletions Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Branch | nuster version | Released | Download | Notes
------ | -------------- | -------- | -------- | -----
master | | | | maybe broken
H1.8.x | 2.0.10.18 | [2019-04-26][3] | [nuster-2.0.10.18.tar.gz][4] | stable: cache, nosql, http2
H1.8.x | 2.0.11.18 | [2019-10-03][3] | [nuster-2.0.11.18.tar.gz][4] | stable: cache, nosql, http2
H1.7.x | 1.0.2.17 | [2018-10-05][5] | [nuster-1.0.2.17.tar.gz][6] | stable: cache only
disk | | | | disk persistence
sync | | | | replication

[1]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.10.18
[2]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.10.18/nuster-2.0.10.18.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.10.18
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.10.18/nuster-2.0.10.18.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.11.18
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.11.18/nuster-2.0.11.18.tar.gz
[5]:https://github.com/jiangwenyuan/nuster/releases/tag/v1.0.2.17
[6]:https://github.com/jiangwenyuan/nuster/releases/download/v1.0.2.17/nuster-1.0.2.17.tar.gz

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

| nuster version | HAProxy version
| -------------- | ---------------
| 2.0.11.18 | 1.8.21
| 2.0.10.18 | 1.8.19
| 2.0.9.18 | 1.8.19
| 2.0.8.18 | 1.8.19
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 "2.0.10.18"
#define NUSTER_VERSION "2.0.11.18"
#define NUSTER_COPYRIGHT "2017-2019, Jiang Wenyuan, <koubunen AT gmail DOT com >"

#include <nuster/cache.h>
Expand Down

0 comments on commit d6c3a9a

Please sign in to comment.