Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: gohugoio/hugo
base: v0.86.0
head repository: gohugoio/hugo
compare: v0.86.1
  • 4 commits
  • 4 files changed
  • 0 comments
  • 2 contributors
Commits on Jul 30, 2021
Note that the deadlock has not been seen earlier, in tests on in real Hugo sites.

Fixes #8791
@@ -17,6 +17,6 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Number: 0.86,
PatchLevel: 0,
PatchLevel: 1,
Suffix: "",
}
@@ -89,6 +89,7 @@ func (c *defaultConfigProvider) Get(k string) interface{} {
c.mu.RLock()
key, m := c.getNestedKeyAndMap(strings.ToLower(k), false)
if m == nil {
c.mu.RUnlock()
return nil
}
v := m[key]
@@ -0,0 +1,19 @@

---
date: 2021-07-30
title: "Hugo 0.86.1: A couple of Bug Fixes"
description: "This version fixes a couple of bugs introduced in 0.86.0."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png

---



This is a bug-fix release with one important fix.

* config: Fix a potential deadlock in config reading [94b616bd](https://github.com/gohugoio/hugo/commit/94b616bdfad177daa99f5e87535943f509198f6f) [@bep](https://github.com/bep) [#8791](https://github.com/gohugoio/hugo/issues/8791)



@@ -0,0 +1,8 @@


This is a bug-fix release with one important fix.

* config: Fix a potential deadlock in config reading [94b616bd](https://github.com/gohugoio/hugo/commit/94b616bdfad177daa99f5e87535943f509198f6f) [@bep](https://github.com/bep) [#8791](https://github.com/gohugoio/hugo/issues/8791)



No commit comments for this range