From 8d62b2b8fa9a2b4171ad3bab1f665cf1917cd1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 29 Nov 2015 13:50:55 +0100 Subject: [PATCH] nixos/release notes: explain removal of tidy-html5 This belongs to 81b9cc6f54. --- nixos/doc/manual/release-notes/rl-unstable.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml index bed47a63a95..c9b31afdfcf 100644 --- a/nixos/doc/manual/release-notes/rl-unstable.xml +++ b/nixos/doc/manual/release-notes/rl-unstable.xml @@ -96,6 +96,14 @@ nginx.override { + + tidy-html5 package is removed. + Upstream only provided (lib)tidy5 during development, + and now they went back to (lib)tidy to work as a drop-in + replacement of the original package that has been unmaintained for years. + You can (still) use the html-tidy package, which got updated + to a stable release from this new upstream. +