]> source.dussan.org Git - gitblit.git/commit
Changes for minor 0.5.1 release. v0.5.1
authorJames Moger <james.moger@gitblit.com>
Wed, 29 Jun 2011 00:12:51 +0000 (20:12 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 29 Jun 2011 00:12:51 +0000 (20:12 -0400)
commitd39680e9f54322ddcb40b00503a8ee30aee6c99c
treed3cc3883fd44e0547663ff8c45ae6c5b69f3ab6b
parentd0e26353e62d17a1f6b765a71e9bb45b54806d70
Changes for minor 0.5.1 release.

* Clarified SSL certificate generation and configuration in light of the
hostname verificiation that JGit currently does despite
the http.sslVerify=false setting.

* Added some troubleshooting information related to filesystem
permissions and reading repositories.

* Switched from JavaService to Apache Commons Daemon.  Not sure what
happened to JavaService as it stopped working for me on Windows 7 with
Java 1.6.0_26.  Commons Daemon accomplishes the same thing and offers a
nice service control utility.
22 files changed:
NOTICE
build.xml
distrib/JavaService.exe [deleted file]
distrib/JavaService64.exe [deleted file]
distrib/amd64/prunsrv.exe [new file with mode: 0644]
distrib/gitblit.properties
distrib/gitblitw.exe [new file with mode: 0644]
distrib/ia64/prunsrv.exe [new file with mode: 0644]
distrib/installService.cmd
distrib/installService64.cmd [deleted file]
distrib/makekeystore.cmd
distrib/makekeystore_jdk.cmd
distrib/uninstallService.cmd
distrib/uninstallService64.cmd [deleted file]
distrib/x86/prunsrv.exe [new file with mode: 0644]
docs/01_features.mkd
docs/01_setup.mkd
docs/02_faq.mkd
docs/04_design.mkd
docs/04_releases.mkd
src/com/gitblit/Constants.java
src/com/gitblit/MakeCertificate.java