libatasmart/libatasmart.changes

114 lines
4.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Jan 4 15:53:10 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Modernize spec file
- Use pkgconfig(libudev) instead of libudev-devel, allows shortcut
via systemd-mini package.
-------------------------------------------------------------------
Wed Sep 13 18:45:50 UTC 2017 - zaitor@opensuse.org
- Add libatasmart-0.19-wd-fix.patch: Fix issue with WD drives.
Fixes fdo#61998.
-------------------------------------------------------------------
Fri Apr 29 12:59:30 UTC 2016 - perry.werneck@gmail.com
- Adding "xz" as BuildRequires since it's not default on SLES11 and
using a bigger description.
-------------------------------------------------------------------
Fri Sep 14 18:11:09 UTC 2012 - vuntz@opensuse.org
- Update to version 0.19:
+ Add quirks for Intel SSD Serie 320
+ Add S.M.A.R.T attributes for Samsung SSD
-------------------------------------------------------------------
Tue Nov 15 16:52:14 UTC 2011 - vuntz@opensuse.org
- Update to version 0.18:
+ Add support for end-to-end-error, command-timeout,
available-reserved-space, program-fail-count, erase-fail-count
attributes.
+ Display endurance-remaining as percentage decreasing from 100
to 0.
+ Show MB, GB or TB depending on the value.
+ Ignore sector count if it is -1.
+ Speed up get_overall() and get_bad().
+ Restrict the list of exported symbols to sk_.*
+ Use quirks for more Apple SSD firmware versions
+ Blacklist an Oxford Semiconductor bridge.
+ Add INTEL SSD 320 120GB blob and several quirks for Intel SSD
G3 (Available Reserved Space, Media Wearout Indicator, Total
LBAs Written, Timed Workload Media Wear, Timed Workload Host
Reads, Workload Timer, etc.)
+ Several small bug fixes and other code changes.
+ Build system improvements.
- Drop libatasmart-initialize.patch: fixed upstream.
-------------------------------------------------------------------
Sun Oct 31 10:41:33 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Tue Mar 16 10:35:41 CET 2010 - ro@suse.de
- fix build by initializing member suffix_of in strpool.c
-------------------------------------------------------------------
Fri Nov 13 12:54:33 CET 2009 - vuntz@opensuse.org
- Update to version 0.17:
+ Add various blobs
+ Ignore attributes 5 and 190 on some Apple SSD
+ Check the right boolean when calculating blob size
+ Delay smart initialization until the first SMART call is done
- Changes from version 0.16:
+ Disable jmicron access mode for some more jmicron bridges
- Changes from version 0.15:
+ Support some ssd smart attrs
+ Add various blobs.
+ Blacklist 152d:2329 jmicron usb bridges
+ Add vala vapi files.
- Drop libatasmart-jmicron.patch: fixed upstream.
-------------------------------------------------------------------
Fri Oct 2 15:08:43 CEST 2009 - vuntz@opensuse.org
- Add libatasmart-jmicron.patch to fix issues with some bridges not
working well. See rh#515881 for details.
-------------------------------------------------------------------
Wed Sep 9 18:32:00 CEST 2009 - vuntz@opensuse.org
- Update to version 0.14:
+ Get rid of qurik 9_UNKNOWN again
+ add missing 'else'
+ add another sunplus bridge to the list of supported sunplus
bridges
+ look at lower 32 bit of current-pending-sector raw data only,
similar to reallocated-sector-count
+ black list a few attributes on FUJITSU MHY2120BH/0085000B
+ rename SK_DISK_TYPE_ATA to SK_DISK_TYPE_LINUX_IDE
+ allow prefixing device strings with access methods
+ show full device string when dumping status
+ if the ID_ATA_SMART_ACCESS udev env var is set for a device
read the access method from it
+ blacklist attribute 5 of an hitachi drive
+ verify parsing of all attributes
+ add MHY2250B/0085000B to quirk db
+ rename failed to bad
+ rework logic that determines verdict of drive
+ bump soname due to ABI change
+ add entries to database
+ fix parsing of power-on-minutes
+ highlight if smart status is bad
- Rename libatasmart0 to libatasmart4 because of soname change.
-------------------------------------------------------------------
Sun May 10 02:22:38 CET 2009 - mboman@suse.de
- First checkin