Skip to content

Commit

Permalink
Release 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmithr committed Mar 1, 2017
1 parent e5c14b7 commit 4c4de71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES
@@ -1,5 +1,8 @@
2.7 (2017-02-21)
2.8 (2017-03-01)
* drop dependency to ppx_deriving
* bugfix: fix corrupted received frame (@zoggy)

2.7 (2017-02-21)
* new websocket.cohttp package to upgrade to websocket from cohttp (@SimonJF)
* lwt: function `source' now covers all conduit cases
* async: refactoring and fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
PKG=websocket
PREFIX=`opam config var prefix`
BUILDOPTS=native=true native-dynlink=true lwt=true async=true async_ssl=true nocrypto=true cryptokit=true test=true
BUILDOPTS=native=true native-dynlink=true lwt=false async=true async_ssl=true nocrypto=true cryptokit=false test=true

all: build

Expand Down
2 changes: 1 addition & 1 deletion opam
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "websocket"
version: "2.7"
version: "2.8"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "https://github.com/vbmithr/ocaml-websocket"
Expand Down
2 changes: 1 addition & 1 deletion pkg/build.ml
Expand Up @@ -13,7 +13,7 @@ let cryptokit = Env.bool "cryptokit"
let test = Env.bool "test"

let ocamlbuild = "ocamlbuild -use-ocamlfind -classic-display -plugin-tag 'package(cppo_ocamlbuild)'"
let version = "2.7"
let version = "2.8"

let generate_meta () =
(* add in any deps *)
Expand Down

0 comments on commit 4c4de71

Please sign in to comment.