From c85a1294b287dc7cee0f176112c9c807996f030f Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 26 May 2022 15:29:17 +0000 Subject: [PATCH] Update NEWS. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5391 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/smartmontools/NEWS b/smartmontools/NEWS index b8d47a5d9..109d4deb5 100644 --- a/smartmontools/NEWS +++ b/smartmontools/NEWS @@ -5,6 +5,28 @@ $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> +Summary: smartmontools release 7.4 +----------------------------------------------------------- +- smartctl '-g security': Added 'ata_security.master_password_id' + to JSON output. Plaintext output shows Master Password ID if set + to a non-default value. +- ATA: Enhanced LBA range for device types '-d jmb39x-q,...' and + '-d jms56x,...' from 33-62 to 1-255. +- HDD, SSD and USB additions to drive database. +- update-smart-drivedb: Fixed syntax for 'sed' versions which require + ';' before '}' or do not support ';' at all. +- update-smart-drivedb: Replaced a usually not executed bashism. +- Pre-releases from SVN snapshots now show "pre-VERSION" in version + information and 'smartctl.pre_release=true' in JSON output. +- Linux: The generic SCSI code now defaults to SG_IO_V3 and does no + longer fall back to the deprecated SCSI_IOCTL_SEND_COMMAND + (but this ioctl is still used for '-d 3ware' and '-d marvell'). +- Solaris SPARC: Dropped legacy ATA support. Dropped configure option + '--with-solaris-sparc-ata'. +- Windows: Workaround to keep backward compatibility with old versions + of Windows if some versions of MinGW-w64 are used. + Date 2022-02-28 Summary: smartmontools release 7.3 ----------------------------------------------------------- -- GitLab