summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-05-18 07:55:28 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-05-18 07:55:28 +0000
commita5d4c82d2f4932d4734427b83b9886253acc2d94 (patch)
tree8ddc4683d88d5a459e61c73120c322b2ceb7b507
parent32f4b38338a391d9cbd10d1a8f19635b84bde45c (diff)
releaser: Add release notes to /docs for release of 0.55.6v0.55.6
[ci skip]
-rw-r--r--docs/content/en/news/0.55.6-relnotes/index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/content/en/news/0.55.6-relnotes/index.md b/docs/content/en/news/0.55.6-relnotes/index.md
new file mode 100644
index 000000000..4be66d556
--- /dev/null
+++ b/docs/content/en/news/0.55.6-relnotes/index.md
@@ -0,0 +1,13 @@
+
+---
+date: 2019-05-18
+title: "0.55.6"
+description: "0.55.6"
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+ This is a bug-fix release with one important fix. There have been reports about infrequent paginator crashes when running the Hugo server since 0.55.0. The reason have been narrowed down to that of parallel rebuilds. This isn't a new thing, but the changes in 0.55.0 made it extra important to serialize the page initialization. This release fixes that by protecting the `Build` method with a lock when running in server mode. [95ce2a40](https://github.com/gohugoio/hugo/commit/95ce2a40e734bb82b69f9a64270faf3ed69c92cc) [@bep](https://github.com/bep) [#5885](https://github.com/gohugoio/hugo/issues/5885)[#5968](https://github.com/gohugoio/hugo/issues/5968)
+