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:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-09-06 12:18:56 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-09-06 12:18:56 +0300
commit24277b9202ff9bad575f9183213fcda97e45637a (patch)
tree1b37086a335846893aaeab808d32f07fa5f97669
parent8bc478d3f772a440aaa5a1a22006604bcf043051 (diff)
releaser: Add release notes to /docs for release of 0.58.1v0.58.1
[ci skip]
-rw-r--r--docs/content/en/news/0.58.1-relnotes/index.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/content/en/news/0.58.1-relnotes/index.md b/docs/content/en/news/0.58.1-relnotes/index.md
new file mode 100644
index 000000000..1350c0a73
--- /dev/null
+++ b/docs/content/en/news/0.58.1-relnotes/index.md
@@ -0,0 +1,23 @@
+
+---
+date: 2019-09-06
+title: "Hugo 0.58.1: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.58.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+* Avoid writing the same processed image to /public twice [9442937d](https://github.com/gohugoio/hugo/commit/9442937d82005b369780edcc557e0d15d6bf0bad) [@bep](https://github.com/bep) [#6307](https://github.com/gohugoio/hugo/issues/6307)
+* hugolib: Fix broken bundle live reload logic [901077c0](https://github.com/gohugoio/hugo/commit/901077c0364eaf3fe4f997c3026aa18cfc7781ed) [@bep](https://github.com/bep) [#6315](https://github.com/gohugoio/hugo/issues/6315)[#6308](https://github.com/gohugoio/hugo/issues/6308)
+* deps: Update github.com/bep/gitmap [24ad4295](https://github.com/gohugoio/hugo/commit/24ad4295718341dcae12b72bf52fef312d1036ed) [@bep](https://github.com/bep) [#6313](https://github.com/gohugoio/hugo/issues/6313)
+* Fix concat with fingerprint regression [3be2c253](https://github.com/gohugoio/hugo/commit/3be2c25351b421a26ee1ff2a38cbab00280c0583) [@bep](https://github.com/bep) [#6309](https://github.com/gohugoio/hugo/issues/6309)
+* tpl: Remove eq argument limitation [5e660947](https://github.com/gohugoio/hugo/commit/5e660947757023434dd7a1ec8b8239c0577fd501) [@vazrupe](https://github.com/vazrupe) [#6237](https://github.com/gohugoio/hugo/issues/6237)
+
+
+