Release 0.32.4

This commit is contained in:
Bjørn Erik Pedersen 2018-01-11 09:52:32 +01:00
parent f7d0b05f93
commit 4aaf27dc55
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 12 additions and 29 deletions

View File

@ -0,0 +1,12 @@
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)

View File

@ -1,29 +0,0 @@
This is a bug-fix release with a couple of important fixes.
Hugo now has:
* 22349+ [stars](https://github.com/gohugoio/hugo/stargazers)
* 448+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
* 196+ [themes](http://themes.gohugo.io/)
## Enhancements
### Other
* Remove superflous comment [50fb49c3](https://github.com/gohugoio/hugo/commit/50fb49c3d979b1e590d1e4f49258506f447e3318) [@bep](https://github.com/bep)
* Remove the --cleanDestinationDir flag [768ec5df](https://github.com/gohugoio/hugo/commit/768ec5df9fa8f91610ee80a9e6194f94a7dbe117) [@bep](https://github.com/bep) [#4246](https://github.com/gohugoio/hugo/issues/4246)
## Fixes
### Other
* Correct fix for --cleanDestinationDir flag [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)
* 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)