Skip to content

Commit

Permalink
Update ChangeLog and set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Feb 21, 2017
1 parent 5a07725 commit b4e6bb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2017.052
- Fix time windowing when TimeWindowLimit is set by fixing RingAfterRev().
- Check for and echo WebSocket sub-protocols:
SeedLink: 'SeedLink3.1'
DataLink: 'Datalink1.0'

2017.012:
- Properly consume receive buffer and cleanly close client connection
on errors to avoid TCP connection resets on shutdown.
Expand Down
2 changes: 1 addition & 1 deletion src/ringserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C" {
#endif

#define PACKAGE "ringserver"
#define VERSION "2017.012"
#define VERSION "2017.052"

/* Thread data flags */
#define TDF_SPAWNING (1<<0) /* Thread is now spawning */
Expand Down

0 comments on commit b4e6bb5

Please sign in to comment.