hugo:release-0.111.2

Last commit made on 2023-03-05
Get this branch:
git clone -b release-0.111.2 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.111.2
Repository:
lp:hugo

Recent commits

32ea40a... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.112.0-DEV

[ci skip]

4164f8f... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.111.2

[ci skip]

b83050c... by Bjørn Erik Pedersen

Fix .Fragments when called cross sites on uninitialized output format

Fixes #10794

df5608f... by Bjørn Erik Pedersen

Allow page.TableOfContents on self in shortcode

Fixes #10791

f56ce01... by Bjørn Erik Pedersen

tpl/partial: Consolidate GoDoc

3bbeb56... by Bjørn Erik Pedersen

Fix "context canceled" with partial

Make sure the context used for timeouts isn't created based on the incoming
context, as we have cases where this can cancel the context prematurely.

Fixes #10789

184a67a... by Oleksandr Redko <email address hidden>

cache: Fix --gc failure on Windows

Fixes "Error: failed to prune cache" on Windows and removes
work around from ec1c97e7e9d62ce5245135e0906fdedf14af0cae.

Follows #10781.

6c798eb... by Bjørn Erik Pedersen

Page context handling in i18n

This is a workaround. We need to improve on this, but not today.

Fixes #10782

ec1c97e... by Bjørn Erik Pedersen

Work around --gc failure on Windows <= 10

This applies two related fixes/improvements:

* The --gc now keeps empty `_resources/_gen/images` etc folders, even if empty. This should have been the behaviour
from the start.
* Also, if removal of an empty dir on Windows fails with the "used by another process" error, just ignore it for now.

Fixes #10781

f10009e... by Bjørn Erik Pedersen

Update to Go 1.20.1

Fixes #10785