diff options
Diffstat (limited to 'releasenotes.html')
-rw-r--r-- | releasenotes.html | 197 |
1 files changed, 45 insertions, 152 deletions
diff --git a/releasenotes.html b/releasenotes.html index dd73efa1..0ba75a64 100644 --- a/releasenotes.html +++ b/releasenotes.html @@ -73,6 +73,7 @@ <li><a href='setup_mirrors.html'>mirrors</a></li> <li><a href='setup_scaling.html'>scaling</a></li> <li><a href='setup_fail2ban.html'>fail2ban</a></li> +<li><a href='setup_filestore.html'>filestore (Git LFS)</a></li> <li class='divider'></li> <li><a href='setup_viewer.html'>Gitblit as a viewer</a></li> </ul></li> <!-- End Submenu --> @@ -119,18 +120,18 @@ <li class='dropdown'> <!-- Menu --> <a class='dropdown-toggle' href='#' data-toggle='dropdown'>downloads<b class='caret'></b></a> <ul class='dropdown-menu'> -<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.7.1.zip'>Gitblit GO (Windows)</a></li> -<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.7.1.tar.gz'>Gitblit GO (Linux/OSX)</a></li> -<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.7.1.war'>Gitblit WAR</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.8.0.zip'>Gitblit GO (Windows)</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.8.0.tar.gz'>Gitblit GO (Linux/OSX)</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.8.0.war'>Gitblit WAR</a></li> <li class='divider'></li> <li><a href='https://registry.hub.docker.com/u/jmoger/gitblit/'>Gitblit GO (Docker)</a></li> <li class='divider'></li> <li><a href='http://plugins.gitblit.com'>Plugins Registry</a></li> <li class='divider'></li> -<li><a href='http://dl.bintray.com/gitblit/releases/manager-1.7.1.zip'>Gitblit Manager</a></li> -<li><a href='http://dl.bintray.com/gitblit/releases/fedclient-1.7.1.zip'>Federation Client</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/manager-1.8.0.zip'>Gitblit Manager</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/fedclient-1.8.0.zip'>Federation Client</a></li> <li class='divider'></li> -<li><a href='http://dl.bintray.com/gitblit/releases/gbapi-1.7.1.zip'>API Library</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gbapi-1.8.0.zip'>API Library</a></li> <li class='divider'></li> <li><a href='https://bintray.com/gitblit/releases/gitblit'>Bintray (1.4.0+)</a></li> <li><a href='https://code.google.com/p/gitblit/downloads/list?can=1'>GoogleCode (pre-1.4.0)</a></li> @@ -167,175 +168,67 @@ <!-- Begin Markdown --> <!-- CURRENT RELEASE --> - <h3 id="1.7.1" class="section"><a href="#1.7.1" class="sectionlink"><i class="icon-share-alt"> </i></a>Current Release (1.7.1) <small>this is the current stable release</small></h3>
+ <h3 id="1.8.0" class="section"><a href="#1.8.0" class="sectionlink"><i class="icon-share-alt"> </i></a>Current Release (1.8.0) <small>this is the current stable release</small></h3>
<table class="table">
<tbody>
<tr>
- <td style="background-color:inherit;width:100px">2015-11-23</td>
+ <td style="background-color:inherit;width:100px">2016-06-22</td>
<td style="background-color:inherit;">
- <div class="alert alert-info">
- <h4>Note</h4>
- This is a re-build of 1.7.0 with the fix for failed WAR deployments.
- </div>
+ <h4 style="color:red;">security</h4>
+ <ul>
+ <li>Fixed bug in My Tickets which would expose ticket metadata (title, type, etc) for private repos. (<a href='https://github.com/gitblit/gitblit/pull/1040'>pull request #1040</a>)</li>
+ </ul>
<h4>fixes</h4>
<ul>
- <li>Fix exception when viewing a ticket with a patchset where the integration branch does not exist (<a href='http://code.google.com/p/gitblit/issues/detail?id=521'>issue 521</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/212'>ticket 212</a>)</li>
- <li>Fix exception when deleting a repository using the FileTicketService (<a href='http://code.google.com/p/gitblit/issues/detail?id=522'>issue 522</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/213'>ticket 213</a>)</li>
- <li>Do not inject team repository permissions as explicit user permissions when editing a user (<a href='http://code.google.com/p/gitblit/issues/detail?id=462'>issue 462</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/214'>ticket 214</a>)</li>
- <li>Whitelist the target link attribute in the XSS filter (<a href='https://dev.gitblit.com/tickets/gitblit.git/216'>ticket 216</a>)</li>
- <li>Strip line breaks from pasted SSH keys (<a href='https://dev.gitblit.com/tickets/gitblit.git/245'>ticket 245</a>)</li>
- <li>Fix project sorting (<a href='https://github.com/gitblit/gitblit/pull/287'>pull request #287</a>)</li>
- <li>Fix Lucene indexing of tags (<a href='https://github.com/gitblit/gitblit/pull/291'>pull request #291</a>)</li>
- <li>Prevent session fixation for external authentication (<a href='https://github.com/gitblit/gitblit/pull/908'>pull request #908</a>)</li>
- <li>Encode email subject as UTF-8 (<a href='https://github.com/gitblit/gitblit/pull/929'>pull request #929</a>)</li>
- <li>Do not automatically trim passwords (<a href='https://github.com/gitblit/gitblit/pull/932'>pull request #932</a>)</li>
- <li>Fix nested repository detection in raw servlet (<a href='https://github.com/gitblit/gitblit/pull/950'>pull request #950</a>)</li>
+ <li>Fix HTML5 date input support (<a href='https://github.com/gitblit/gitblit/pull/982'>pull request #982</a>)</li>
+ <li>Honor disable ticket repository setting (<a href='https://github.com/gitblit/gitblit/pull/1045'>pull request #1045</a>)</li>
+ <li>Fix paging on filestore items (<a href='https://github.com/gitblit/gitblit/pull/1070'>pull request #1070</a>)</li>
+ <li>Fix redirects on session loss (<a href='https://github.com/gitblit/gitblit/pull/1087'>pull request #1087</a>)</li>
+ <li>Fix always searching all repositories (<a href='https://github.com/gitblit/gitblit/pull/1060'>pull request #1060</a>)</li>
+ <li>Fix RPC list branches for requests without admin powers (<a href='https://github.com/gitblit/gitblit/pull/994'>pull request #994</a>)</li>
+ <li>Fix baseURL handling when generating urls (<a href='https://github.com/gitblit/gitblit/pull/1086'>pull request #1086</a>)</li>
+ <li>Fix my tickets ignoring repo read permissions (<a href='https://github.com/gitblit/gitblit/pull/1040'>pull request #1040</a>)</li>
+ <li>Fix bug where jgit.packedGitOpenFiles was not properly set (<a href='https://github.com/gitblit/gitblit/pull/1049'>pull request #1049</a>)</li>
+ <li>Fix encoding of JavaDoc</li>
</ul>
<h4>changes</h4>
<ul>
- <li>Replaced Dagger with Guice (<a href='https://dev.gitblit.com/tickets/gitblit.git/80'>ticket 80</a>)</li>
- <li>Use release name as root directory in Gitblit GO artifacts (<a href='https://dev.gitblit.com/tickets/gitblit.git/109'>ticket 109</a>)</li>
- <li>Split gitblit.properties into gitblit.properties & defaults.properties (<a href='https://dev.gitblit.com/tickets/gitblit.git/110'>ticket 110</a>)</li>
- <li>Show team type in teams page (<a href='https://github.com/gitblit/gitblit/pull/217'>pull request #217</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/168'>ticket 168</a>)</li>
- <li>Relocate the repository Delete button (<a href='https://dev.gitblit.com/tickets/gitblit.git/225'>ticket 225</a>)</li>
- <li>Improve diff performance by gracefully limiting large diffs (<a href='https://github.com/gitblit/gitblit/pull/226'>pull request #226</a>)</li>
- <li>Add granular settings to disable display of git transport urls (<a href='https://github.com/gitblit/gitblit/pull/274'>pull request #274</a>)</li>
- <li>Use author date to be consistent with other tools (<a href='https://github.com/gitblit/gitblit/pull/919'>pull request #919</a>)</li>
+ <li>Sort filestore by most recent first (<a href='https://github.com/gitblit/gitblit/pull/1061'>pull request #1061</a>)</li>
+ <li>Improve the document editor tablet support (<a href='https://github.com/gitblit/gitblit/pull/1062'>pull request #1062</a>)</li>
+ <li>Improve HTTP header authentication (<a href='https://github.com/gitblit/gitblit/pull/980'>pull request #980</a>)</li>
+ <li>Improve authentication logging (<a href='https://github.com/gitblit/gitblit/pull/981'>pull request #981</a>)</li>
+ <li>Improve logic of handling dot files in the raw servlet (<a href='https://github.com/gitblit/gitblit/pull/983'>pull request #983</a>)</li>
+ <li>Change Jenkins Groovy script to support any protocol (<a href='https://github.com/gitblit/gitblit/pull/986'>pull request #986</a>)</li>
+ <li>Remove empty catch blocks swallowing exceptions during authentication (<a href='https://github.com/gitblit/gitblit/pull/979'>pull request #979</a>)</li>
+ <li>Various documentation improvements</li>
</ul>
<h4>additions</h4>
<ul>
- <li>Add GitHub Octicons (<a href='https://dev.gitblit.com/tickets/gitblit.git/106'>ticket 106</a>)</li>
- <li>Support for chain-loading properties files (<a href='https://dev.gitblit.com/tickets/gitblit.git/110'>ticket 110</a>)</li>
- <li>Add Priority & Severity fields for tickets (<a href='https://github.com/gitblit/gitblit/pull/220'>pull request #220</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/157'>ticket 157</a>)</li>
- <li>Add Maintenance ticket type (<a href='https://github.com/gitblit/gitblit/pull/223'>pull request #223</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/206'>ticket 206</a>)</li>
- <li>Add commitdiff option to ignore whitespace (<a href='https://dev.gitblit.com/tickets/gitblit.git/233'>ticket 233</a>)</li>
- <li>Add configurable tab length for blob views (<a href='https://dev.gitblit.com/tickets/gitblit.git/253'>ticket 253</a>)</li>
- <li>Implement image diffs (<a href='https://github.com/gitblit/gitblit/pull/229'>pull request #229</a>)</li>
- <li>Add support for configurable HTTP proxy host/port in PluginManager (<a href='https://github.com/gitblit/gitblit/pull/235'>pull request #235</a>)</li>
- <li>Implement collapsed empty folder navigation (<a href='https://github.com/gitblit/gitblit/pull/241'>pull request #241</a>)</li>
- <li>Implement hashing to detect usermodel changes and reduce users.conf file I/O (<a href='https://github.com/gitblit/gitblit/pull/246'>pull request #246</a>)</li>
- <li>Add support for Kerberos5/GSS authentication to SSH (<a href='https://github.com/gitblit/gitblit/pull/254'>pull request #254</a>)</li>
- <li>Allow extraction of additional user metadata in request headers when using external or container authentication (<a href='https://github.com/gitblit/gitblit/pull/255'>pull request #255</a>)</li>
- <li>Allow custom host & port specification for advertised SSH urls (<a href='https://github.com/gitblit/gitblit/pull/268'>pull request #268</a>)</li>
- <li>Improve logging for fail2ban usage (<a href='https://github.com/gitblit/gitblit/pull/296'>pull request #296</a>)</li>
- <li>Initial implementation of Git-LFS (<a href='https://github.com/gitblit/gitblit/pull/921'>pull request #921</a>)</li>
- <li>Add "all" repositories parameter to Search page (<a href='https://github.com/gitblit/gitblit/pull/935'>pull request #935</a>)</li>
+ <li>Delete patchset feature (<a href='https://github.com/gitblit/gitblit/pull/1039'>pull request #1039</a>)</li>
+ <li>Support ticket references from tickets and commits on other branches (<a href='https://github.com/gitblit/gitblit/pull/1048'>pull request #1048</a>)</li>
+ <li>YouTrack Groovy push hook (<a href='https://github.com/gitblit/gitblit/pull/1084'>pull request #1084</a>)</li>
</ul>
- <h4>new settings</h4>
- <table class="table">
- <tr>
- <td><em>web.displayUserPanel</em></td><td>true</td>
- </tr>
- <tr>
- <td><em>web.tabLength</em></td><td>4</td>
- </tr>
- <tr>
- <td><em>web.avatarClass</em></td><td></td>
- </tr>
- <tr>
- <td><em>web.showHttpServletUrls</em></td><td>true</td>
- </tr>
- <tr>
- <td><em>web.showGitDaemonUrls</em></td><td>true</td>
- </tr>
- <tr>
- <td><em>web.showSshDaemonUrls</em></td><td>true</td>
- </tr>
- <tr>
- <td><em>web.advertiseAccessPermissionForOtherUrls</em></td><td>false</td>
- </tr>
- <tr>
- <td><em>web.maxDiffLinesPerFile</em></td><td>4000</td>
- </tr>
- <tr>
- <td><em>web.maxDiffLines</em></td><td>20000</td>
- </tr>
- <tr>
- <td><em>ssh.advertisedHost</em></td><td></td>
- </tr>
- <tr>
- <td><em>ssh.advertisedPort</em></td><td></td>
- </tr>
- <tr>
- <td><em>git.sshWithKrb5</em></td><td></td>
- </tr>
- <tr>
- <td><em>git.sshKrb5Keytab</em></td><td></td>
- </tr>
- <tr>
- <td><em>git.sshKrb5ServicePrincipalName</em></td><td></td>
- </tr>
- <tr>
- <td><em>git.sshKrb5StripDomain</em></td><td>true</td>
- </tr>
- <tr>
- <td><em>filestore.storageFolder</em></td><td>${baseFolder}/lfs</td>
- </tr>
- <tr>
- <td><em>filestore.maxUploadSize</em></td><td>-1</td>
- </tr>
- <tr>
- <td><em>plugins.httpProxyHost</em></td><td></td>
- </tr>
- <tr>
- <td><em>plugins.httpProxyPort</em></td><td></td>
- </tr>
- <tr>
- <td><em>plugins.httpProxyAuthorization</em></td><td></td>
- </tr>
- <tr>
- <td><em>realm.container.autoAccounts.displayName</em></td><td></td>
- </tr>
- <tr>
- <td><em>realm.container.autoAccounts.emailAddress</em></td><td></td>
- </tr>
- <tr>
- <td><em>realm.container.autoAccounts.locale</em></td><td></td>
- </tr>
- <tr>
- <td><em>realm.container.autoAccounts.adminRole</em></td><td></td>
- </tr>
- </table>
<h4>dependency changes</h4>
<ul>
- <li>Guice 4.0 (<a href='https://dev.gitblit.com/tickets/gitblit.git/80'>ticket 80</a>, <a href='https://dev.gitblit.com/tickets/gitblit.git/219'>ticket 219</a>)</li>
- <li>SLF4j 1.7.12</li>
- <li>gson 2.3.1</li>
- <li>Freemarker 2.3.22</li>
- <li>Lucene 4.10.0 (<a href='https://dev.gitblit.com/tickets/gitblit.git/159'>ticket 159</a>)</li>
- <li>SSHD 1.0.0</li>
- <li>JGit 4.1.1</li>
- <li>Groovy 2.4.4</li>
- <li>Wicket 1.4.22</li>
- <li>BouncyCastle 1.52</li>
- <li>Pegdown 1.5.0</li>
- <li>Jetty 9.2.13</li>
+ <li>Prosemirror 0.6.1</li>
</ul>
<h4>contributors</h4>
<ul>
- <li>Alexander Zabluda</li>
- <li>Alex Lewis</li>
- <li>Dariusz Bywalec</li>
- <li>David Ostrovsky</li>
- <li>enrico204</li>
- <li>Fabrice Bacchella</li>
- <li>Florian Zschocke</li>
+ <li>dbywalec</li>
+ <li>dsteinkopf</li>
<li>James Moger</li>
- <li>Jan Šmucr</li>
- <li>Marcin Cieślak</li>
- <li>Milos Cubrilo</li>
- <li>Morten Bøgeskov</li>
+ <li>mereth</li>
+ <li>metasim</li>
<li>mrjoel</li>
<li>Paul Martin</li>
- <li>Rainer W</li>
- <li>razzard</li>
- <li>Steven Oliver</li>
- <li>Thomas Wolf</li>
- <li>Vitaliy Filippov</li>
- <li>willyann</li>
+ <li>pingunaut</li>
+ <li>RedShift1</li>
+ <li>rgroux</li>
+ <li>stummb</li>
+ <li>yyjdelete</li>
</ul>
</td>
</tr>
@@ -351,7 +244,7 @@ </div> <!-- End Markdown --> -<footer class="footer"><p class="pull-right">generated 2015-11-23</p>
+<footer class="footer"><p class="pull-right">generated 2016-06-22</p>
<p>The content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License</a>.</p> </footer> </div> |