Changes between Version 220 and Version 221 of WikiStart
- Timestamp:
- Jun 9, 2025, 9:07:22 AM (8 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v220 v221 13 13 {{{ 14 14 #!div class="wikipage" 15 * {{{2025-04-30}}}: **We released [[https:// sourceforge.net/projects/smartmontools/files/smartmontools/7.5/|version 7.5 of Smartmontools]]. See the [[/browser/tags/RELEASE_7_5/smartmontools/NEWS|NEWS]] file and the [[/query?milestone=Release+7.5|ticket report]] to get a summary of the changes and new features.**15 * {{{2025-04-30}}}: **We released [[https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_5|version 7.5 of Smartmontools]]. See the [[/browser/smartmontools/NEWS?rev=RELEASE_7_5|NEWS]] file and the [[/query?milestone=Release+7.5|ticket report]] to get a summary of the changes and new features.** 16 16 * {{{2025-02-24}}}: **[[https://shaduri.dev/|Alexander Shaduri]] released [[https://github.com/ashaduri/gsmartcontrol/releases/tag/v2.0.2|version 2.0.2 of GSmartControl]] (a graphical user interface for smartctl).** 17 17 * {{{2024-11-26}}}: [[https://shaduri.dev/|Alexander Shaduri]] released [[https://github.com/ashaduri/gsmartcontrol/releases/tag/v2.0.1|version 2.0.1 of GSmartControl]] (a graphical user interface for smartctl). … … 78 78 ==== Device Information ==== 79 79 80 If your drive is not in the [source:/ trunk/smartmontools/drivedb.h current version of smartmontools drive database], you can help to improve smartmontools information by [wiki:FAQ#MyATASATAdriveisnotinthesmartctlsmartddatabase sending a report about your drive] to our mailinglist [https://listi.jpberlin.de/mailman/listinfo/smartmontools-database smartmontools-database].80 If your drive is not in the [source:/smartmontools/src/drivedb.h current version of smartmontools drive database], you can help to improve smartmontools information by [wiki:FAQ#MyATASATAdriveisnotinthesmartctlsmartddatabase sending a report about your drive] to our mailing list [https://listi.jpberlin.de/mailman/listinfo/smartmontools-database smartmontools-database]. 81 81 82 82 We collect info about [wiki:Supported_USB-Devices USB devices that have been successfully or unsuccessfully tested with smartmontools]. If you have a device not listed there, please tell us the test result, by editing the wiki page, and/or by sending an email to the [https://listi.jpberlin.de/mailman/listinfo/smartmontools-database smartmontools-database mailinglist]. … … 88 88 ==== Patches ==== 89 89 90 Patches are welcome! '''The most convenient way for us is , when you attach them to a [//newticket new ticket here in trac]'''. But it's also possible to submit patches for code review to [https://listi.jpberlin.de/mailman/listinfo/smartmontools-devel developers mailinglist]. You don't need to be member of the mailinglist for it. Our list moderator will approve posting requests in these cases. Your patches should refer to our recent code base in [wiki:Download#InstalllatestunreleasedcodefromSVNrepository SVN]. You should also have a look at the documents in the [wiki:TocDeveloper developers area here in the wiki]. You will find info about smartmontools software architecture and tutorialsand guidelines from our developers there.90 Patches are welcome! '''The most convenient way for us is when you attach them to a [//newticket new ticket here in trac]'''. But it's also possible to submit patches for code review to [https://listi.jpberlin.de/mailman/listinfo/smartmontools-devel developers mailing list]. You don't need to be a member of the mailing list for it. Our list moderator will approve posting requests in these cases. Your patches should refer to our recent code base in [wiki:Download#InstalllatestunreleasedcodefromtheGitrepository Git]. You should also have a look at the documents in the [wiki:TocDeveloper developers area here in the wiki]. You will find info about the smartmontools software architecture, tutorials, and guidelines from our developers there. 91 91 92 ==== !GitHub mirror and Circle CI integration92 ==== !GitHub PR-s and Issues 93 93 94 For those who prefer to use git and !GitHub we maintain an [https://github.com/smartmontools/smartmontools/ official mirror] of the smartmontools project. Feel free to fork, submit PR -s and issues. The mirror is updated every 15 minutes from our sourceforge SVN. Also a Circle CI Continuous Integration and Delivery system has been setup, see [https://circleci.com/gh/smartmontools/smartmontools builds page] for the details. Every commit to the !GitHub triggers a new build and provides [https://builds.smartmontools.orga source tarball and various binaries] as artifacts.94 For those who prefer to use git and !GitHub we maintain an [https://github.com/smartmontools/smartmontools/ official mirror] of the smartmontools project. Feel free to fork, submit PRs and issues. Additionally, a GitHub Action CI/CD (Continuous Integration and Deployment) system has been set up; see [https://github.com/smartmontools/smartmontools/blob/main/.github/workflows/build.yml workflow] for details. Every commit to the !GitHub triggers a new build and provides [https://github.com/smartmontools/smartmontools-builds/releases a source tarball and various binaries] as artifacts. 95 95 96 96 - !GitHub: ,,[[Image(https://img.shields.io/github/issues/smartmontools/smartmontools?logo=github&label=issues, link=https://github.com/smartmontools/smartmontools/issues, alt="...", title="Open Issues")]] [[Image(https://img.shields.io/github/issues-closed/smartmontools/smartmontools?label=, link=https://github.com/smartmontools/smartmontools/issues?q=is%3Aclosed, alt="...", title="Closed Issues")]] [[Image(https://img.shields.io/github/issues-pr/smartmontools/smartmontools?logo=github&label=pull%20requests, link=https://github.com/smartmontools/smartmontools/pulls, alt="...", title="Open PRs")]] [[Image(https://img.shields.io/github/issues-pr-closed/smartmontools/smartmontools?label=, link=https://github.com/smartmontools/smartmontools/pulls?q=is%3Aclosed, alt="...", title="Closed PRs")]],, 97 98 - Trunk build status: [[Image(https://circleci.com/gh/smartmontools/smartmontools.svg?style=svg, link=https://circleci.com/gh/smartmontools/smartmontools, width=66, height=18, alt="Build Status", title="Build Status")]]99 97 100 98 - CodeQL scanning: [[Image(/smartmontools/smartmontools/actions/workflows/codeql.yml/badge.svg, link=https://github.com/smartmontools/smartmontools/security/code-scanning, alt="...", title="CodeQL scanning")]],,