summaryrefslogtreecommitdiffstats
path: root/NOTICE
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-06-28 20:12:51 -0400
committerJames Moger <james.moger@gitblit.com>2011-06-28 20:12:51 -0400
commitd39680e9f54322ddcb40b00503a8ee30aee6c99c (patch)
treed3cc3883fd44e0547663ff8c45ae6c5b69f3ab6b /NOTICE
parentd0e26353e62d17a1f6b765a71e9bb45b54806d70 (diff)
downloadgitblit-d39680e9f54322ddcb40b00503a8ee30aee6c99c.tar.gz
gitblit-d39680e9f54322ddcb40b00503a8ee30aee6c99c.zip
Changes for minor 0.5.1 release.v0.5.1
* 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.
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE8
1 files changed, 4 insertions, 4 deletions
diff --git a/NOTICE b/NOTICE
index bb9aa12c..2b617541 100644
--- a/NOTICE
+++ b/NOTICE
@@ -16,12 +16,12 @@ google-code-prettify
http://code.google.com/p/google-code-prettify
---------------------------------------------------------------------------
-JavaService
+Commons Daemon
---------------------------------------------------------------------------
- JavaService, released under the
- BSD License and the Lesser GNU Public License.
+ Commons Daemon, released under the
+ Apache Software License, Version 2.0.
- http://forge.ow2.org/projects/javaservice
+ http://commons.apache.org/daemon
---------------------------------------------------------------------------
JGit