James Moger
2013-05-03 b58492239c4c3acc3b4434625d08827450fde078
releases.moxie
@@ -33,6 +33,7 @@
    - Updated Japanese translation
    
    additions: 
    - 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,6 +82,7 @@
   - { name: 'git.daemonPort', defaultValue: 0 }
    - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
   - { name: 'web.forceDefaultLocale', defaultValue: ' ' }
   - { name: 'server.nioThreadPoolSize', defaultValue: 50 }
}
#