Skip to content

Commit 8667dfe

Browse files
committed
Prepare for release 2.6.
1 parent 77d949f commit 8667dfe

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGES

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
==== 2.4.0+dev ====
1+
==== 2.6.0 (2015-07-21) ====
2+
3+
* Fix cryptographic-safe string generation
4+
* Fix performance bug in Deflatmod
5+
* Fix max-age cache control directive in Staticmod
6+
* Resend cache information with 304 (not modified) responses
7+
* Expose Ocsigen_request_info interface.
8+
* Wait for error message to be logged on shutdown (#81)
9+
* Lots of fixes, UTF-8-ization, cosmetics, etc.
10+
11+
==== 2.5.0 (2014-09-30) ====
12+
13+
* New "sethttpcode" option in outputfilter
14+
* Adding "continue" option in rewritemod
15+
* use Lwt_unix.fork instead of Unix.fork
16+
* Xhtml -> Html5
217

318
==== 2.4.0 (2014-04-14) ====
419

opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ depends: [
2323
"base-threads"
2424
"react"
2525
"ssl"
26-
"lwt" {>= "2.4.0"}
27-
"ocamlnet" {>= "3.6.0"}
26+
"lwt" {>= "2.4.7"}
27+
"ocamlnet" {>= "4.0.2"}
2828
"pcre"
2929
"cryptokit"
30-
"tyxml" {>= "3.3.0"}
30+
"tyxml" {>= "3.4.0"}
3131
("dbm" | "sqlite3")
3232
"ipaddr" {>= "2.1"}
3333
"camlp4"

0 commit comments

Comments
 (0)