From afdb51638602fdf0562d55ebc6042d07ae20ea71 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Thu, 11 May 2017 08:42:23 +0000 Subject: [PATCH] Updated copyright years. --- gsmartcontrol/NEWS | 19 +++++++++++++++++++ gsmartcontrol/TODO | 2 -- .../data/nsis/distribution-nogtk.txt.in | 2 +- gsmartcontrol/data/nsis/distribution.txt.in | 2 +- gsmartcontrol/gsmartcontrol.spec.in | 1 + gsmartcontrol/src/gsc_about_dialog.cpp | 2 +- gsmartcontrol/src/gsc_winres.rc.in | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/gsmartcontrol/NEWS b/gsmartcontrol/NEWS index 266e53e..a2b1e0a 100644 --- a/gsmartcontrol/NEWS +++ b/gsmartcontrol/NEWS @@ -1,4 +1,23 @@ +Version 0.9.0, released on 2017-05-11 + Implemented (untested) support for Linux-based Areca controllers with + enclosures. + Implemented (untested) support for Windows-based Areca controllers (thanks + to Richard Kagerer). + Implemented (untested) support for Linux-based HP controllers with cciss + and hpsa/hpahcisr drivers (thanks to Fabrice Bacchella). + Changes in Preferences no longer fail silently until rescan/restart. + Better drive detection under Windows after removable drives are detached. + Windows version is no longer marked as "dpi aware" since it's not + supported that well. + Drive attribute descriptions have been updated (including clarifications + for SSDs). + Added support for SSD-only and HDD-only vendor attributes. + Devices having only basic info can be displayed now in the info window. + Fixed BDRW drive detection (it was detected as a HDD). + Other minor improvements. + A number of issues have been fixed (including a crash). + Version 0.8.7, released on 2012-08-11 Implemented support for Adaptec RAID 5805 controller and possibly other Adaptec models as well (Linux). diff --git a/gsmartcontrol/TODO b/gsmartcontrol/TODO index 8c6237e..ab4d8ba 100644 --- a/gsmartcontrol/TODO +++ b/gsmartcontrol/TODO @@ -31,8 +31,6 @@ TODO: Don't rely on smartctl return code (2), parse the output instead. This will allow us to show the Info page. -Update to latest drivedb. - ?Fix not being able to quit while executing commands. Cannot reproduce. https://www.google.com/search?client=opera&q=IA__gtk_main_quit:+assertion+%60main_loops+!=+NULL'+failed&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest diff --git a/gsmartcontrol/data/nsis/distribution-nogtk.txt.in b/gsmartcontrol/data/nsis/distribution-nogtk.txt.in index 4420c47..bd6a9c2 100644 --- a/gsmartcontrol/data/nsis/distribution-nogtk.txt.in +++ b/gsmartcontrol/data/nsis/distribution-nogtk.txt.in @@ -20,7 +20,7 @@ binary was compiled for 32-bit Windows, and should work on both 32-bit and 64-bit Windows. The binary was statically compiled against Gtkmm (http://www.gtkmm.org/) and related libraries, and PCRE (http://www.pcre.org/). -* Smartctl binaries (from smartmontools 5.43, http://smartmontools.sf.net/) +* Smartctl binaries (from smartmontools 6.5, http://smartmontools.sf.net/) - smartctl-nc.exe (compiled without console output), smartctl.exe (compiled with console output), update-smart-drivedb.exe (drive database updater). diff --git a/gsmartcontrol/data/nsis/distribution.txt.in b/gsmartcontrol/data/nsis/distribution.txt.in index 785c23b..433a1be 100644 --- a/gsmartcontrol/data/nsis/distribution.txt.in +++ b/gsmartcontrol/data/nsis/distribution.txt.in @@ -16,7 +16,7 @@ binary was compiled for 32-bit Windows, and should work on both 32-bit and 64-bit Windows. The binary was statically compiled against Gtkmm (http://www.gtkmm.org/) and related libraries, and PCRE (http://www.pcre.org/). -* Smartctl binaries (from smartmontools 5.43, http://smartmontools.sf.net/) +* Smartctl binaries (from smartmontools 6.5, http://smartmontools.sf.net/) - smartctl-nc.exe (compiled without console output), smartctl.exe (compiled with console output), update-smart-drivedb.exe (drive database updater). diff --git a/gsmartcontrol/gsmartcontrol.spec.in b/gsmartcontrol/gsmartcontrol.spec.in index 7263d16..6d4261c 100644 --- a/gsmartcontrol/gsmartcontrol.spec.in +++ b/gsmartcontrol/gsmartcontrol.spec.in @@ -204,6 +204,7 @@ rm -rf %buildroot %{_datadir}/gsmartcontrol # %%{_datadir}/gsmartcontrol/* %{_datadir}/applications/*.desktop +%{_datadir}/metainfo %{_datadir}/metainfo/*.appdata.xml %{_datadir}/icons/* %{_datadir}/pixmaps/* diff --git a/gsmartcontrol/src/gsc_about_dialog.cpp b/gsmartcontrol/src/gsc_about_dialog.cpp index f1ec2db..32fdb80 100644 --- a/gsmartcontrol/src/gsc_about_dialog.cpp +++ b/gsmartcontrol/src/gsc_about_dialog.cpp @@ -52,7 +52,7 @@ GscAboutDialog::GscAboutDialog(BaseObjectType* gtkcobj, const app_ui_res_ref_t& set_license(LicenseTextResData().get_string()); // spammers go away - set_copyright("Copyright (C) 2008 - 2014 Alexander Shaduri " ""); + set_copyright("Copyright (C) 2008 - 2017 Alexander Shaduri " ""); std::string authors_str = AuthorsTextResData().get_string(); diff --git a/gsmartcontrol/src/gsc_winres.rc.in b/gsmartcontrol/src/gsc_winres.rc.in index a0259d6..cd6dc62 100644 --- a/gsmartcontrol/src/gsc_winres.rc.in +++ b/gsmartcontrol/src/gsc_winres.rc.in @@ -14,7 +14,7 @@ BEGIN VALUE "FileDescription", "GSmartControl - Hard disk drive and SSD health inspection tool" VALUE "FileVersion", "@VERSION@" VALUE "InternalName", "gsmartcontrol.exe" - VALUE "LegalCopyright", "Copyright (C) 2008 - 2014 Alexander Shaduri" + VALUE "LegalCopyright", "Copyright (C) 2008 - 2017 Alexander Shaduri" VALUE "OriginalFilename", "gsmartcontrol.exe" VALUE "ProductName", "GSmartControl" VALUE "ProductVersion", "@VERSION@"