Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2022-03-27 21:47:57 +0200
committerArthur de Jong <arthur@arthurdejong.org>2022-03-27 21:47:57 +0200
commit0dc52c40a525aa52ed3b560c59ef816488e37d91 (patch)
treeb8e776579d2e03dc0268c5c6adcd708156700220
parent61bd62e5f83858abe5d257d6c0f72294defc6177 (diff)
Get files ready for 1.5 release1.5
-rw-r--r--NEWS9
-rw-r--r--setup.cfg2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a1662fe..ce231bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+changes from 1.4 to 1.5
+-----------------------
+
+* Improve browser support for shareable link creation
+* Try to support print CSS style (not really supported)
+* Provide munin-plot source code as download from within application
+* 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/setup.cfg b/setup.cfg
index a35b281..0ee4346 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = munin-plot
-version = 1.4
+version = 1.5
description = Alternative web front-end for Munin
long_description = file: README.md
long_description_content_type = text/markdown