diff options
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/releases.moxie b/releases.moxie index 7c0ec8f4..53aef4bc 100644 --- a/releases.moxie +++ b/releases.moxie @@ -26,6 +26,7 @@ r17: { - Use standard ServletRequestWrapper instead of custom wrapper (issue 224)
changes:
+ - Improved the repository url display. This display now indicates your repository access permission, per-protocol.
- Improve Gerrit change ref decoration in the refs panel (issue 206)
- Disable Gson's pretty printing which has a huge performance gain
- Properly set application/json content-type on api calls
@@ -33,7 +34,8 @@ r17: { - Updated Japanese translation
additions:
- - Added GO http/https connector thread pool size setting + - Added 3rd-party app clone links for SourceTree and SparkleShare
+ - Added GO http/https connector thread pool size setting
- Added a server setting to force a particular translation/Locale for all sessions
- Added smart Git Daemon serving. If enabled, git:// access will be offered for any repository which permits anonymous access. If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected. - Option to automatically tag branch tips on each push with an incremental revision number
@@ -81,8 +83,9 @@ r17: { - { name: 'git.daemonBindInterface', defaultValue: 'localhost' }
- { name: 'git.daemonPort', defaultValue: 0 }
- { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
+ - { name: 'web.allowAppCloneLinks', defaultValue: true }
- { name: 'web.forceDefaultLocale', defaultValue: ' ' }
- - { name: 'server.nioThreadPoolSize', defaultValue: 50 } + - { name: 'server.nioThreadPoolSize', defaultValue: 50 }
}
#
|