]> source.dussan.org Git - gitblit.git/tag
v0.7.0
object c2fe08bb91494d3ce9dae60ed89f29bb0057bbf8
authorJames Moger <james.moger@gitblit.com>
Fri, 11 Nov 2011 23:11:26 +0000 (18:11 -0500)
Gitblit 0.7.0\r
\r
* security: fixed security hole when cloning clone-restricted\r
  repository with TortoiseGit (issue 28)\r
* improved: updated ui with Twitter's Bootstrap CSS toolkit\r
  New: web.loginMessage = gitblit\r
* improved: repositories list performance by caching repository sizes\r
  (issue 27)\r
* improved: summary page performance by caching metric calculations\r
  (issue 25)\r
* added: authenticated JSON RPC mechanism\r
  New: web.enableRpcServlet = true\r
  New: web.enableRpcManagement = false\r
  New: web.enableRpcAdministration = false\r
* added: Gitblit API RSS/JSON RPC library\r
* added: Gitblit Manager (Java/Swing Application) for remote\r
  administration of a Gitblit server.\r
* added: per-repository setting to skip size calculation (faster\r
  repositories page loading)\r
* added: per-repository setting to skip summary metrics calculation\r
  (faster summary page loading)\r
* added: IUserService.setup(IStoredSettings) for custom user service\r
  implementations\r
* added: setting to control Gitblit GO context path for proxy setups\r
  (Github/trygvis)\r
  New: server.contextPath = /\r
* added: combined-md5 password storage option which stores the hash of\r
  username+password as the password (Github/alyandon)\r
* added: repository owners are automatically granted access for git,\r
  feeds, and zip downloads without explicitly selecting them\r
  (Github/dadalar)\r
* added: RSS feeds now include regex substitutions on commit messages\r
  for bug trackers, etc\r
* fixed: federation protocol timestamps. dates are now serialized to\r
  the iso8601 standard.\r
  This breaks 0.6.0 federation clients/servers.\r
* fixed: collision on rename for repositories and users\r
* fixed: Gitblit can now browse the Linux kernel repository (issue 25)\r
* fixed: Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7,\r
  Jetty 8) (issue 23)\r
* fixed: Set the RSS content type of syndication feeds for Firefox 4\r
  (issue 22)\r
* fixed: RSS feeds are now properly encoded to UTF-8\r
* fixed: RSS feeds now properly generate parameterized links if\r
  web.mountParameters=false\r
* fixed: Null pointer exception if did not set federation strategy\r
  (issue 20)\r
* fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22\r
  or later\r
* updated: MarkdownPapers 1.2.5\r
* updated: Wicket 1.4.19\r