Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grobian committed Sep 11, 2016
1 parent 5ed3384 commit 2e76c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.2 (unreleased master branch)
# 2.3 (unreleased master branch)


# 2.2 (2016-09-11)

### New Features

Expand Down Expand Up @@ -28,6 +31,8 @@
change default connection listen backlog
* [Issue #208](https://github.com/grobian/carbon-c-relay/issues/208)
TCP\_NODELAY should be off for connections relaying data
* [Issue #199](https://github.com/grobian/carbon-c-relay/issues/199)
Various race conditions reported by TSAN


# 2.1 (16-06-2016)
Expand Down
2 changes: 1 addition & 1 deletion relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef HAVE_RELAY_H
#define HAVE_RELAY_H 1

#define VERSION "2.1"
#define VERSION "2.2"

#define METRIC_BUFSIZ 8192

Expand Down

0 comments on commit 2e76c18

Please sign in to comment.