aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2021-01-25 22:50:05 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2021-01-25 22:50:05 +0000
commit9fea7662aa12d71dc508e5c73cd0bd16978a9042 (patch)
tree7f881035fb81ed2be9f954cdc77ce2664eddb25d
parent5094899e6bad547957861343fedd2501ac1539a8 (diff)
downloadmonitor-edid-master.tar
monitor-edid-master.tar.gz
monitor-edid-master.tar.bz2
monitor-edid-master.tar.xz
monitor-edid-master.zip
-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)