diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-07 18:23:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-07 18:23:05 +0000 |
commit | f1c336f8b5d5cd0a8c6b8eb14416f68fed965dc3 (patch) | |
tree | a6be6ea03398d7d9be2d60b0bcf4bbaa9a966a92 | |
parent | a7f577ba24f314d3916cbff9a83fb33ee2d3b202 (diff) | |
download | monitor-edid-f1c336f8b5d5cd0a8c6b8eb14416f68fed965dc3.tar monitor-edid-f1c336f8b5d5cd0a8c6b8eb14416f68fed965dc3.tar.gz monitor-edid-f1c336f8b5d5cd0a8c6b8eb14416f68fed965dc3.tar.bz2 monitor-edid-f1c336f8b5d5cd0a8c6b8eb14416f68fed965dc3.tar.xz monitor-edid-f1c336f8b5d5cd0a8c6b8eb14416f68fed965dc3.zip |
2.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = monitor-edid -VERSION = 2.0 +VERSION = 2.1 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -1,3 +1,5 @@ +Version 2.1 - 7 July 2008 + - monitor-parse-edid: o compute and display the "dpi" of the preferred modelines o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log |