Gsmartcontrol Versions Save

GSmartControl - Hard disk drive and SSD health inspection tool

v0.8.0rc4

3 years ago
  • FreeBSD support (tested with DesktopBSD 1.6 (FreeBSD 6.3) / x86).
  • NetBSD support (tested with NetBSD 4.0.1 / x86).
  • OpenBSD support (tested with OpenBSD 4.3 / x86-64 / gcc-3.3.5).
  • Solaris/gcc support (tested with Solaris 10 / x86 / gcc-3.4.3 / blastwave).
  • Solaris/sunstudio support (tested with Solaris 10 / x86 / sunstudio12 / sunfreeware).
  • Code to support Windows, Mac OS X, QNX.
  • Support of older pcre versions (at least 4.5, maybe older too).
  • Added gsmartcontrol_root.sh script to easily run gsmartcontrol as root.
  • Improved .desktop files.
  • License for tests and examples is legally more correct now.
  • Minor bugfixes.

v0.8.0rc3

3 years ago
  • Added support for udevless Linux distributions by providing a fallback /proc/partitions-based drive detection method. The new method adds support for Linux 2.4 and older systems. Thanks to Paul Marwick for reporting and testing.
  • Fixed invalid error messages with directory-related operations.
  • Fixed invalid verbosity levels of console output of debug messages in non-debug builds.
  • Improved rpm spec file - now supports building on OpenSUSE build service with various distributions as targets.

v0.8.0rc2

3 years ago
  • Fixed compilation under gcc 4.3. Thanks to Peter Linnell for reporting.
  • Removed unnecessary test data.

v0.8.0rc1

3 years ago
  • Initial public release.

v0.8.5.1

3 years ago
  • Blacklisted linux device mapper devices (annoying in LVM setups).
  • Added beesu support and generally improved gsmartcontrol-root script (this is needed for Fedora 14 which doesn't have any old supported su mechanisms).

v0.8.5

3 years ago
  • GSmartControl now uses XDG config directory for per-user configuration on UNIX and CSIDL_PROFILE directory on Windows. Existing configuration is migrated automatically.
  • The names are shown correctly for unsupported devices even with the latest smartctl snapshots now.
  • Smartctl SVN revision is shown (if available).
  • The progress bars update properly when parallel tests are run.
  • Windows: GSmartControl should be able to operate on any valid filesystem path (not just locale-representable ones).
  • Windows: GSmartControl is now officially compilable on x86_64 via mingw64.
  • Fixed compilation under very old gtkmm/libglademm, and with gcc 4.4.
  • Fixed parsing of multiple error types in SMART error log.
  • Added minor features and fixed miscellaneous bugs.

v0.8.4

3 years ago
  • Linux Software RAID devices are blacklisted now (backported from Debian).
  • Attributes tab is before the capabilities tab now.
  • A man page has been generously contributed by Giuseppe Iuculano.
  • Smartctl version now includes the CVS snapshot date (if available).
  • Windows: Look for "smartctl-nc.exe" instead of "smartctl.exe" by default.
  • Windows: Use smartmontools-supplied smartctl-nc.exe by default (if found).
  • Other minor changes (mainly Debian backports).

v0.8.3

3 years ago
  • A random "Smartctl returned an empty output" error on Windows was fixed; thanks to Zurab Khetsuriani for testing.
  • Fixed a parser issue which prevented running self-tests in Windows.
  • The supplied icon (hopefully) shows correctly in Windows 2000 now.
  • This release adds an official support for Windows 2000 SP4.
  • Added scripts to allow GSmartControl to read smartctl data from cron-generated files. This allows users to read somewhat recent smartctl information without having to run GSmartControl as root. Generously contributed by Alex Butcher.
  • Configure script correctly aborts instead of printing a warning if gtkmm or libglademm (if needed) is not found.
  • Configure script now accepts --enable-windows-console, --disable-abort-if-no-gtkmm, --disable-abort-if-no-glade-reader, as well as Windows-supporting "auto" for --enable-nsis-wine and --with-nsis.
  • Configure's --with-win32-env has been renamed to --with-windows-dlls.
  • The "About" dialog shows version information now.
  • Minor bugs were fixed.

v0.8.2

3 years ago
  • Fixed gsmartcontrol_root.sh script to support distributions with no /usr/sbin in their users' paths (thanks to Erwan Velu).
  • Added desktop auto-detection to gsmartcontrol_root.sh script. This allows us to use only one desktop file (thanks to Erwan Velu).
  • Added Debian package directory (named "debian.dist" for now to avoid control file conflicts with Build Service).
  • Renamed gsmartcontrol_root.sh to gsmartcontrol-root, to make Debian happy.
  • Added make targets for Windows packages (zip and NSIS).
  • Fixed Windows-related issues (Vista is fully supported now).
  • Fixed minor bugs:
    • Smartctl parser is win32-locale-aware now.
    • No more unnecessary parsing.
    • No segfault on exit under Windows and Solaris.
    • A friendlier message is displayed if smartctl was not found.
    • No highlighted labels when switching tabs in Information window.

v0.8.1

3 years ago
  • Disabled Linux "by-id" drive detection - it's unreliable on some broken systems.
  • Added some more attribute descriptions.
  • Our names for attributes override smartctls' now.
  • Added a proper "Add Device" dialog for Windows.
  • Added an icon and resource file for Windows.
  • Fixed minor bugs.