From f1d0a0aa8dcc6453a86a3a99ccf12a1d9326fc5b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 16 Apr 2024 16:27:38 +0200 Subject: [PATCH] Released as v1.2 --- Makefile | 4 ++-- debian/changelog | 10 ++++++++-- debian/copyright | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4b83bde..4ff2c73 100644 --- 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/ diff --git a/debian/changelog b/debian/changelog index f354e35..7b6cdf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Mon, 27 May 2019 15:56:48 +0200 diff --git a/debian/copyright b/debian/copyright index a95287e..ce57d98 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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: -- 2.39.2