James Moger
2013-05-07 0b086146ffd70574b1069056e35bb11a1d782407
releases.moxie
@@ -12,6 +12,7 @@
    - Added more error checking to blob page and blame page
    - Disable SNI extensions for client SSL connections
    - Fixed prettify language extension loading
    - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has bene filtered
    - Use bash instead of sh in Linux/OSX shell scripts (issue 154)
    - Fix NPE when getting user's fork without repository list caching (issue 182)
    - Fix internal error on folder history links (issue 192)
@@ -26,6 +27,7 @@
    - 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,6 +35,8 @@
    - Updated Japanese translation
    
    additions: 
    - 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
@@ -80,7 +84,9 @@
   - { 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 }
}
#