File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ v2.4.0 - 2021-07-17
2+ ===================
3+
4+ * Add ` -request-path-prefix ` option to remove prefix from request path
5+ (e.g. when reverse-proxied under a path)
6+ * Get remote address from ` X-Forwarded-For ` header if set, for request logging
7+ * Add ` -disable-index ` option to disable directory indexes
8+ * [ snap] Rework daemon wrapper
9+
10+
111v2.3.3 - 2021-06-05
212===================
313
@@ -9,7 +19,7 @@ v2.3.3 - 2021-06-05
919v2.3.2 - 2021-04-10
1020===================
1121
12- * Change licence to EUPL-1.2
22+ * Change license to EUPL-1.2
1323* [ gh] Fix action to build release binaries
1424
1525
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ type Version struct {
1010// App defines The application version.
1111var App = Version {
1212 Name : "h2static" ,
13- Version : "2.3.3 " ,
13+ Version : "2.4.0 " ,
1414}
You can’t perform that action at this time.
0 commit comments