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

github.com/gohugoio/hugoDocs.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>2018-01-11 12:13:48 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-11 12:16:17 +0300
commit14fa0b4edb10a045b944923ef9734642b2dccba4 (patch)
tree3976b3b7fd8c51256fbf40ee550b03c1af14e961
parent424acf02efc008fd93269f4b9b2e68720c151380 (diff)
parent18779d54ad8241289c6fde05377166adf95cd1c5 (diff)
Release 0.32.4v0.32.4
-rw-r--r--config.toml2
-rw-r--r--content/news/0.32.4-relnotes-ready.md21
-rw-r--r--netlify.toml6
3 files changed, 25 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index c39136501..93256cbf1 100644
--- a/config.toml
+++ b/config.toml
@@ -71,7 +71,7 @@ twitter = "GoHugoIO"
[params]
description = "The world’s fastest framework for building websites"
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
- release = "0.32.3"
+ release = "0.32.4"
## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false
## Gh repo for site footer (include trailing slash)
diff --git a/content/news/0.32.4-relnotes-ready.md b/content/news/0.32.4-relnotes-ready.md
new file mode 100644
index 000000000..2e1fc3757
--- /dev/null
+++ b/content/news/0.32.4-relnotes-ready.md
@@ -0,0 +1,21 @@
+
+---
+date: 2018-01-11
+title: "0.32.4: Two bugfixes"
+description: "Fixes non-ASCII path handling for Page resources."
+slug: "0.32.4-relnotes"
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+---
+
+This is a bug-fix release with two of important fixes.
+
+* Fix non-ASCII path handling for Page resources [f0eecc6a](https://github.com/gohugoio/hugo/commit/f0eecc6a4f541838e9930c98bc982546f65c7a4f) [@bep](https://github.com/bep) [#4241](https://github.com/gohugoio/hugo/issues/4241)
+* Fix `--cleanDestinationDir` [5235a5bf](https://github.com/gohugoio/hugo/commit/5235a5bf5ef44b3789341e1d25b681a7bb14771a) [@biodranik](https://github.com/biodranik) [#4246](https://github.com/gohugoio/hugo/issues/4246)[#4248](https://github.com/gohugoio/hugo/issues/4248)
+
+
+
+
+
+
diff --git a/netlify.toml b/netlify.toml
index f9b19f9e9..563f1e0a7 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.32.3"
+ HUGO_VERSION = "0.32.4"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.32.3"
+ HUGO_VERSION = "0.32.4"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.32.3"
+ HUGO_VERSION = "0.32.4"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"