File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments