Skip to content

Commit

Permalink
Merge pull request #70 from yomimono/prepare-v0.9
Browse files Browse the repository at this point in the history
prepare the v0.9 release
  • Loading branch information
yomimono authored Aug 3, 2017
2 parents 31e4f4c + 3b8032b commit 7db704f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.9 2017-08-02
---------------

* core: re-implement UDP checksum on input (#63 @haesbaert)
* client: implement renewal logic (breaking API change) (#60 @yomimono)
* client: split mirage sublibrary into lwt sublibrary (timing logic) and mirage sublibrary (shims for MirageOS APIs) (#60 @yomimono)
* numerous test and build bugfixes (#68 #64 #61 @samoht, #67 #66 #65 @djs55)

v0.8 2017-06-12
---------------

Expand Down
4 changes: 2 additions & 2 deletions charrua-client-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ depends: [
"jbuilder" {>="1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.4"}
"charrua-client"
"charrua-core" {>= "0.9"}
"charrua-client" {>= "0.9"}
"cstruct" {>="3.0.2"}
"ipaddr"
"rresult"
Expand Down
6 changes: 3 additions & 3 deletions charrua-client-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ depends: [
"jbuilder" {>="1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.4"}
"charrua-client-lwt"
"charrua-client"
"charrua-core" {>= "0.9"}
"charrua-client-lwt" {>= "0.9"}
"charrua-client" {>= "0.9"}
"cstruct" {>="3.0.2"}
"ipaddr"
"rresult"
Expand Down
2 changes: 1 addition & 1 deletion charrua-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"jbuilder" {>="1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.8"}
"charrua-core" {>= "0.9"}
"cstruct" {>="3.0.2"}
"ipaddr"
]
Expand Down
2 changes: 1 addition & 1 deletion charrua-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
depends: [
"jbuilder" {build & >="1.0+beta9"}
"lwt" {>="3.0.0"}
"charrua-core" {>= "0.5"}
"charrua-core" {>= "0.9"}
"cstruct-unix"
"cmdliner"
"rawlink"
Expand Down

0 comments on commit 7db704f

Please sign in to comment.