diff options
-rw-r--r-- | docs/01_features.mkd | 1 | ||||
-rw-r--r-- | docs/04_releases.mkd | 16 |
2 files changed, 13 insertions, 4 deletions
diff --git a/docs/01_features.mkd b/docs/01_features.mkd index fa3efea4..b99aa52e 100644 --- a/docs/01_features.mkd +++ b/docs/01_features.mkd @@ -61,6 +61,7 @@ - Korean
- Brazilian Portuguese
- Dutch
+ - Chinese (zh_CN)
## Gitblit GO Features
- Out-of-the-box integrated stack requiring minimal configuration
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index ea71d413..6f6fd752 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -2,6 +2,18 @@ ### Current Release
+**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%) | [war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%) | [express](http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%) | [fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) | [api](http://code.google.com/p/gitblit/downloads/detail?name=%API%)) based on [%JGIT%][jgit] *released %BUILDDATE%*
+
+#### fixes
+
+- Can't set reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
+
+#### additions
+
+ - Chinese translation (github/dapengme)
+
+### Older Releases
+
<div class="alert alert-info">
<h4>Update Note 1.2.1</h4>
Because there are now several types of files and folders that must be considered Gitblit data, the default location for data has changed.
@@ -10,8 +22,6 @@ Because there are now several types of files and folders that must be considered <b>Express Users</b> make sure to update your web.xml file with the ${baseFolder} values!
</div>
-**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%) | [war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%) | [express](http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%) | [fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) | [api](http://code.google.com/p/gitblit/downloads/detail?name=%API%)) based on [%JGIT%][jgit] *released %BUILDDATE%*
-
#### fixes
- Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
@@ -47,8 +57,6 @@ However, Express for OpenShift continues to be configured by `web.xml`. - Updated Korean translation (github/ds5apn)
- Updated checkstyle definition (github/mystygage)
-### Older Releases
-
<div class="alert alert-info">
<h4>Update Note 1.2.0</h4>
The permissions model has changed in the 1.2.0 release.
|