Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2021-09-04 10:16:59 +0200
committerArthur de Jong <arthur@arthurdejong.org>2021-09-04 10:16:59 +0200
commit8166028a54e5f0f858b396df90e72182af8254b2 (patch)
tree6207f18ff57ba6748c788d4a0f30eaf00cb74dd2
parentcdd68f1d0133c162e53e955888c406416f137db8 (diff)
Get files ready for 1.2 release1.2
-rw-r--r--NEWS10
-rw-r--r--setup.cfg2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f38dee3..9ad2a18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+changes from 1.1 to 1.2
+-----------------------
+
+* Improve the way data is fetched from the RRD files (use rrdtool xport)
+* Simplify data handling before being plotted
+* Improve handling gaps in graphs
+* Upgrade to Bootstrap 5
+* Various NPM package updates
+
+
changes from 1.0 to 1.1
-----------------------
diff --git a/setup.cfg b/setup.cfg
index 1e2e068..34cfdce 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = munin-plot
-version = 1.1
+version = 1.2
description = Alternative web front-end for Munin
long_description = file: README
author = Arthur de Jong