From dbf9c3c067c548c2d6e9f7024d4a3ac625e10e7f Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 29 Apr 2023 17:12:55 +0200 Subject: Get files ready for 1.6 release --- NEWS | 10 ++++++++++ README.md | 2 +- setup.cfg | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ce231bc..1a2f1e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +changes from 1.5 to 1.6 +----------------------- + +* Various NPM package updates (includes fixes for a number of CVEs, none of + which should affect munin-plot because we don't supply untrusted content to + the affected components or don't use affected functionality) +* Show a more helpful error if static files need to be built + + changes from 1.4 to 1.5 ----------------------- @@ -7,6 +16,7 @@ changes from 1.4 to 1.5 * Various NPM package updates (this includes a fix for CVE-2021-44906 in the minimist package which might end up in the built JavaScript code) + changes from 1.3 to 1.4 ----------------------- diff --git a/README.md b/README.md index 8fdd0ed..debc1f9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ exported from munin-plot and be manually copied to this directory. Copyright --------- -Copyright (C) 2018-2022 Arthur de Jong +Copyright (C) 2018-2023 Arthur de Jong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/setup.cfg b/setup.cfg index fa88eee..012f0bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = munin-plot -version = 1.5 +version = 1.6 description = Alternative web front-end for Munin long_description = file: README.md long_description_content_type = text/markdown -- cgit v1.2.3