diff --git a/UPGRADING.adoc b/UPGRADING.adoc index d840bee5c0..c5b379c046 100644 --- a/UPGRADING.adoc +++ b/UPGRADING.adoc @@ -63,7 +63,9 @@ Changes from 2.8.4 to 2.8.5 - Source directory `data/html` was renamed to `data/htmlcgi` in order to better reflect its contents and purpose, compared to documentation-oriented `html*` directories (and recipe variable names). This may impact some packaging - recipes which do not rely on `make install` alone. [#3049] + recipes which do not rely on `make install` alone. Note that more files + feature in the installation, e.g. a NUT logo rendition to use as favicon. + [#3049, #3249] - Some fixes were applied to HTML templates for NUT CGI clients. It can be useful for NUT deployments being upgraded to compare the files they have diff --git a/data/htmlcgi/Makefile.am b/data/htmlcgi/Makefile.am index 29649c404a..fa307b202b 100644 --- a/data/htmlcgi/Makefile.am +++ b/data/htmlcgi/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = README.adoc if WITH_CGI dist_htmlcgi_DATA = index.html bottom.html nut-banner.png # Note: logo is not really generated, just nodist for THIS directory: - nodist_htmlcgi_DATA = header.html $(top_srcdir)/docs/images/nut-logo.png + nodist_htmlcgi_DATA = header.html $(top_srcdir)/docs/images/nut-logo-60x60.png else EXTRA_DIST += index.html bottom.html nut-banner.png header.html.in endif diff --git a/data/htmlcgi/index.html b/data/htmlcgi/index.html index eb68a2927c..56d3fb935c 100644 --- a/data/htmlcgi/index.html +++ b/data/htmlcgi/index.html @@ -2,7 +2,7 @@
- +