From 1133eba398261f80b4f7766d25f7fc13be341078 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 28 Feb 2022 16:34:26 +0000 Subject: [PATCH] Release 7.3 RELEASE_7_3 git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5338 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/ChangeLog | 4 ++++ smartmontools/NEWS | 2 +- smartmontools/configure.ac | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/smartmontools/ChangeLog b/smartmontools/ChangeLog index 65fcf940a..dc134bc61 100644 --- a/smartmontools/ChangeLog +++ b/smartmontools/ChangeLog @@ -1,5 +1,9 @@ $Id$ +2022-02-28 Christian Franke <franke@computer.org> + + smartmontools 7.3 + 2022-02-27 Douglas Gilbert <dgilbert@interlog.com> scsicmds.cpp scsiprint.cpp and others: route all SCSI pass diff --git a/smartmontools/NEWS b/smartmontools/NEWS index 8ab3f5ed0..b8d47a5d9 100644 --- a/smartmontools/NEWS +++ b/smartmontools/NEWS @@ -5,7 +5,7 @@ $Id$ The most up-to-date version of this file is: https://www.smartmontools.org/browser/trunk/smartmontools/NEWS -Date <Not released yet, please try current SVN or a recent CI build> +Date 2022-02-28 Summary: smartmontools release 7.3 ----------------------------------------------------------- - smartctl '-j': Many additions to the JSON output for SCSI/SAS devices. diff --git a/smartmontools/configure.ac b/smartmontools/configure.ac index 8279e0a71..de95db0bc 100644 --- a/smartmontools/configure.ac +++ b/smartmontools/configure.ac @@ -10,8 +10,8 @@ AM_INIT_AUTOMAKE([1.10 foreign]) smartmontools_drivedb_version=7.3 smartmontools_cvs_tag=`echo '$Id$'` -smartmontools_release_date=2020-12-30 -smartmontools_release_time="16:48:30 UTC" +smartmontools_release_date=2022-02-28 +smartmontools_release_time="16:33:40 UTC" AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments]) AC_DEFINE_UNQUOTED(SMARTMONTOOLS_RELEASE_DATE, "$smartmontools_release_date", [smartmontools Release Date]) -- GitLab