aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--monitor-edid.spec6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c79df3f..8a4a82e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = monitor-edid
-VERSION = 1.3
+VERSION = 1.4
FILES = $(shell ls | grep -v CVS | grep -vF .tar)
ARCH := $(patsubst i%86,i386,$(shell uname -m))
diff --git a/monitor-edid.spec b/monitor-edid.spec
index 0f24148..5ada419 100644
--- a/monitor-edid.spec
+++ b/monitor-edid.spec
@@ -1,5 +1,5 @@
%define name monitor-edid
-%define version 1.3
+%define version 1.4
%define release 1mdk
Summary: Get monitor details
@@ -40,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT
%_sbindir/*
%changelog
+* Wed Apr 6 2005 Pixel <pixel@mandrakesoft.com> 1.4-1mdk
+- default on old lrmi code to get ddc via int10
+- fix build on vesa-cvt
+
* Fri Mar 25 2005 Pixel <pixel@mandrakesoft.com> 1.3-1mdk
- added vesa-cvt (allowing to compute reduced-blanking timings)