]> mj.ucw.cz Git - edid.git/commitdiff
Released as v1.2 master v1.2
authorMartin Mares <mj@ucw.cz>
Tue, 16 Apr 2024 14:27:38 +0000 (16:27 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 16 Apr 2024 14:29:58 +0000 (16:29 +0200)
Makefile
debian/changelog
debian/copyright

index 4b83bde7e9cfbfb49c55925a8eca3523dae428e2..4ff2c73fad89bbc3b3eb5b8cdd2d8de1247238d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CC=gcc
 LD=gcc
 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
-VERSION=1.1
+VERSION=1.2
 ARCHIVE=edid-$(VERSION).tar.gz
 
 all: edid
@@ -13,6 +13,6 @@ release:
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=edid-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
-       scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
+       scp $(ARCHIVE) jw:~ftp/pub/mj/linux/
        ssh jw "cd web && bin/release-prog edid $(VERSION)"
        mv $(ARCHIVE) ~/archives/sw/edid/
index f354e35de34cf6365893f3c2b862d012bf868dfa..7b6cdf62ea0aaf214af1f4656ca61d9828ba025d 100644 (file)
@@ -1,6 +1,12 @@
-edid (1.1-1) UNRELEASED; urgency=medium
+edid (1.2) stable; urgency=medium
 
-  * edit-drm searches for edid in the right directory.
+  * edid-drm handles monitors in stand-by mode.
+
+ -- Martin Mares <mj@ucw.cz>  Tue, 16 Apr 2024 16:29:52 +0200
+
+edid (1.1-1) stable; urgency=medium
+
+  * edid-drm searches for edid in the right directory.
 
  -- Martin Mares <mj@ucw.cz>  Mon, 27 May 2019 15:56:48 +0200
 
index a95287ecb651c6327a3e99c93ddea2400b0f59de..ce57d9831b7fa01dc60d676e7de1c09a3eb21bb3 100644 (file)
@@ -4,7 +4,7 @@ This program including its Debian package is maintained by:
 
 Copyright:
 
-       Copyright (c) 2011-2018 Martin Mares
+       Copyright (c) 2011-2024 Martin Mares
 
 License: