Bump version to 1.1.2 for the maintenance-page deployment
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
ed89911871
commit
6521c47092
+1
-1
@@ -13,7 +13,7 @@ group = "de.hoennig"
|
|||||||
// so the UI footer (BuildProperties), --version and the release notes identify what is
|
// so the UI footer (BuildProperties), --version and the release notes identify what is
|
||||||
// actually running; a deployment bundles whatever was committed since the last one.
|
// actually running; a deployment bundles whatever was committed since the last one.
|
||||||
// ReleaseVersionConsistencyTest fails the build if this and the top releases.html entry disagree.
|
// ReleaseVersionConsistencyTest fails the build if this and the top releases.html entry disagree.
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
toolchain {
|
||||||
|
|||||||
@@ -7,6 +7,16 @@
|
|||||||
<div th:replace="~{fragments :: nav(${view})}"></div>
|
<div th:replace="~{fragments :: nav(${view})}"></div>
|
||||||
<div class="panel release-notes">
|
<div class="panel release-notes">
|
||||||
|
|
||||||
|
<h2>v1.1.2 <span class="muted">— 2026-09-03</span></h2>
|
||||||
|
<ul>
|
||||||
|
<li>On a Hostsharing Managed Webspace, an <code>instance-update</code> restart no longer looks
|
||||||
|
dead while nothing is listening on the port for a moment: the generated
|
||||||
|
<code>.htaccess</code> (PR#17) now maps a refused connection to a static
|
||||||
|
"Werkator is restarting — please retry in a few minutes" page instead of Apache's default
|
||||||
|
error page. Generated only where a <code>server.publicBaseUrl</code> is configured, next to
|
||||||
|
the existing <code>.htaccess</code>; nothing changes for a Docker-host deployment.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>v1.1.1 <span class="muted">— 2026-09-03</span></h2>
|
<h2>v1.1.1 <span class="muted">— 2026-09-03</span></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The system page's disk metric is now quota-aware (PR#16): it shows the tightest of the
|
<li>The system page's disk metric is now quota-aware (PR#16): it shows the tightest of the
|
||||||
|
|||||||
Reference in New Issue
Block a user