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 82f104e..2a363d4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = monitor-edid
-VERSION = 2.4
+VERSION = 2.5
FILES = $(shell ls | grep -v CVS | grep -vF .tar)
ARCH := $(patsubst i%86,i386,$(shell uname -m))
diff --git a/NEWS b/NEWS
index 11200d1..a6cecb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.5 - 18 October 2009
+
- monitor-probe-using-X:
o disable glx module to speed up X startup, especially if a proprietary
glx module is in use (fixes a timeout observed by Anssi Hannula)