aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b4512a..1722709 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = monitor-edid
-VERSION = 3.3
+VERSION = 3.4
FILES = $(shell ls | grep -v CVS | grep -vF .tar)
SVNPATH = svn+ssh://svn.mageia.org/svn/soft/monitor-edid
diff --git a/NEWS b/NEWS
index b730cab..8a42d65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.4 - 25 January 2021
+
- monitor-edid
o don't try to run monitor-get-edid-using-vbe when booted in UEFI mode -
it may overwrite a memory region being used by the UEFI BIOS (mga#28124)