tag name | v0.5.2 (509c5e5e703a32c7f7e1bf117992aa9aacec1e55) |
tag date | 2011-07-27 08:20:31 -0400 |
tagged by | James Moger <james.moger@gitblit.com> |
tagged object | commit 85e8b6b097... |
download | gitblit-0.5.2.tar.gz gitblit-0.5.2.zip |
---|
Gitblit 0.5.2
* fixed: active repositories with a HEAD that pointed to an empty
branch caused internal errors (issue 14)
* fixed: bare-cloned repositories were listed as (empty) and were not
clickable (issue 13)
* fixed: default port for Gitblit GO is now 8443 to be more linux/osx
friendly (issue 12)
* fixed: repositories can now be reliably deleted and renamed (issue 10)
* fixed: users can now change their passwords (issue 1)
* fixed: always show root repository group first, i.e. don't sort root
group with other groups
* fixed: tone-down repository group header color
* added: optionally display repository on-disk size on repositories
page
* added: forward-slashes ('/', %2F) can be encoded using a custom
character to workaround some servlet container default security
measures for proxy servers
* updated: MarkdownPapers 1.1.0
* updated: Jetty 7.4.3