Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-25 11:41:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-25 11:41:51 +0300
commit4f61a926f61b490ed9ddf8de276bc355448c5a86 (patch)
treef928ce54970e79e425364905cfde36218134b75d /docs/content/en/news
parent5b4b8bb3c1ecb30e7a38ed44eb795f1d972cd320 (diff)
parentbe04ece8590f775a52ea167fbe4555753e8c5211 (diff)
Merge commit 'be04ece8590f775a52ea167fbe4555753e8c5211'
Diffstat (limited to 'docs/content/en/news')
-rw-r--r--docs/content/en/news/0.55.3-relnotes/index.md2
-rw-r--r--docs/content/en/news/0.55.5-relnotes/index.md4
-rw-r--r--docs/content/en/news/0.55.6-relnotes/index.md6
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/en/news/0.55.3-relnotes/index.md b/docs/content/en/news/0.55.3-relnotes/index.md
index ee6163a2f..d00c47d54 100644
--- a/docs/content/en/news/0.55.3-relnotes/index.md
+++ b/docs/content/en/news/0.55.3-relnotes/index.md
@@ -2,7 +2,7 @@
---
date: 2019-04-20
title: "Hugo 0.55.3: A Few More Bug Fixes!"
-description: "To wrap up this Eeaster, here is one more patch release with some important fixes."
+description: "To wrap up this Easter, here is one more patch release with some important fixes."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
diff --git a/docs/content/en/news/0.55.5-relnotes/index.md b/docs/content/en/news/0.55.5-relnotes/index.md
index eecfbe222..45a3eda54 100644
--- a/docs/content/en/news/0.55.5-relnotes/index.md
+++ b/docs/content/en/news/0.55.5-relnotes/index.md
@@ -1,8 +1,8 @@
---
date: 2019-05-02
-title: "0.55.5"
-description: "0.55.5"
+title: "Hugo 0.55.5: Take Five!"
+description: "We round up this 0.55 release with a final batch of bug fixes!"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
diff --git a/docs/content/en/news/0.55.6-relnotes/index.md b/docs/content/en/news/0.55.6-relnotes/index.md
index 4be66d556..c447aa061 100644
--- a/docs/content/en/news/0.55.6-relnotes/index.md
+++ b/docs/content/en/news/0.55.6-relnotes/index.md
@@ -1,13 +1,13 @@
---
date: 2019-05-18
-title: "0.55.6"
-description: "0.55.6"
+title: "Hugo 0.55.6: One Bug Fix!"
+description: "Fixes some reported paginator crashes in server mode."
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)
+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)