Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2023-04-29 17:12:55 +0200
committerArthur de Jong <arthur@arthurdejong.org>2023-04-29 17:27:33 +0200
commitdbf9c3c067c548c2d6e9f7024d4a3ac625e10e7f (patch)
tree2ee3447331db7e5bb495d7b093a331237c2601eb
parentdbbedef5c2bbab6be280b09ac1ba8bfec919ef82 (diff)
Get files ready for 1.6 release1.6
-rw-r--r--NEWS10
-rw-r--r--README.md2
-rw-r--r--setup.cfg2
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