Skip to content

Commit

Permalink
Update NEWS and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 12, 2017
1 parent ded12c0 commit 6e956ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: httpuv
Type: Package
Title: HTTP and WebSocket Server Library
Version: 1.3.5.9001
Version: 1.3.5.9002
Author: Joe Cheng, Hector Corrada Bravo [ctb], Jeroen Ooms [ctb],
Winston Chang [ctb]
Copyright: RStudio, Inc.; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels Provos;
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
httpuv 1.3.5.9001
httpuv 1.3.5.9002
=================

* Upgraded to libuv 1.15.0. ([#91](https://github.com/rstudio/httpuv/pull/91))

* httpuv can now handle request callbacks asynchronously. ([#80](https://github.com/rstudio/httpuv/pull/80))

* Let Rcpp handle symbol registration. ([#85](https://github.com/rstudio/httpuv/pull/85))
Expand Down

0 comments on commit 6e956ac

Please sign in to comment.