Preparing release.

This commit is contained in:
Lars Jung 2014-04-09 18:12:14 +02:00
parent cbbefe19d2
commit cdc0ac535f
3 changed files with 11 additions and 9 deletions

View File

@ -54,9 +54,11 @@ It profits from these great projects:
**h5ai** uses [semantic versioning](http://semver.org/).
### develop branch
### v0.24.1 - *2014-04-09*
* ...
* security fixes! (issues #268, #269)
* language updates (`fi`, `fr`, `hi`, `it`, `zh-tw`)
* fixes WinOS command detection
### v0.24.0 - *2013-09-04*

View File

@ -1,6 +1,6 @@
{
"name": "h5ai",
"version": "0.24.0+",
"version": "0.24.1",
"description": "a modern HTTP web server index",
"url": "http://larsjung.de/h5ai/",
"author": "Lars Jung",

View File

@ -103,7 +103,7 @@ Options
- maxfilesize: number, file size is in MB
*/
"dropbox": {
"enabled": true,
"enabled": false,
"maxfiles": 10,
"maxfilesize": 1000
},
@ -115,7 +115,7 @@ Options
- packageName: basename of the download package, null for current foldername
*/
"download": {
"enabled": true,
"enabled": false,
"type": "php-tar",
"packageName": null
},
@ -137,7 +137,7 @@ Options
Calc the size of folders.
*/
"foldersize": {
"enabled": true
"enabled": false
},
/*
@ -159,9 +159,9 @@ Options
},
/*
Localization, for example "en", "de" etc. - see "langs" below for
possible values. Adjust it to your needs. If lang is not found in
"langs" it defaults to "en".
Localization, for example "en", "de" etc. - see "_h5ai/conf/l10n" folder for
possible values. Adjust it to your needs. If lang is not found
it defaults to "en".
- lang: default language
- useBroserLang: boolean, try to use browser language