diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2018-02-12 13:58:57 +0200 |
---|---|---|
committer | Shlomi Fish <shlomif@shlomifish.org> | 2018-02-12 13:58:57 +0200 |
commit | 8cac773d0c47ddcbfc6071e8b70a7b35811d7f15 (patch) | |
tree | b99919e5a85c847590a42814266616740aad5658 | |
parent | 35f31019faa82c705ec9ef5ca33c4681d55d0d23 (diff) | |
download | monitor-edid-8cac773d0c47ddcbfc6071e8b70a7b35811d7f15.tar monitor-edid-8cac773d0c47ddcbfc6071e8b70a7b35811d7f15.tar.gz monitor-edid-8cac773d0c47ddcbfc6071e8b70a7b35811d7f15.tar.bz2 monitor-edid-8cac773d0c47ddcbfc6071e8b70a7b35811d7f15.tar.xz monitor-edid-8cac773d0c47ddcbfc6071e8b70a7b35811d7f15.zip |
update NEWS and version for release.v3.2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = monitor-edid -VERSION = 3.1 +VERSION = 3.2 FILES = $(shell ls | grep -v CVS | grep -vF .tar) SVNPATH = svn+ssh://svn.mageia.org/svn/soft/monitor-edid @@ -1,3 +1,11 @@ +Version 3.2 - 12 February 2018, by Shlomi Fish + +- monitor-parse-edid + o fix warning on unescaped left brace in recent perls. + +- monitor-get-edid-using-vbe: + o fix compile-time warning - MGA#22575 + Version 3.1 - 4 June 2012, by Guillaume Rousse - monitor-parse-edid: |