Skip to content

Releases: dell/dkms

v3.1.7

03 Apr 12:00
Compare
Choose a tag to compare

What's Changed

  • Update tests.yml for Red Hat based distributions by @scaronni in #504
  • Add codeSigning EKU to generated MOK by @GabeNI in #506
  • Update COPYING by @scaronni in #509
  • Update README.md by @scaronni in #508
  • various fixes by @anbe42 in #507
    • record location of archived original modules and restore them there (#480)
    • support AUTOINSTALL="no" (#491)
    • do not clean the clean build tree before building the module (#495)
    • error out on dkms.conf containing duplicate module definitions
    • common.postinst: run with the same verbosity as autoinstall
    • internal code refactoring and cleanup
    • simplify development of new tests
    • add more tests
    • add more sanity checks
    • make some error messages more informative
    • coding style consistency

New Contributors

Full Changelog: v3.1.6...v3.1.7

v3.1.6

10 Mar 11:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.5...v3.1.6

v3.1.5

30 Jan 13:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

v3.1.4

19 Dec 13:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

01 Dec 10:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

26 Nov 10:53
Compare
Choose a tag to compare

What's Changed

  • dkms: fix building nvidia open kernel modules against clang and thin/full lto compiled kernel by @ltsdw in #417
  • Fix issue with stripped vmlinux and re-introduce Gentoo tests by @Nowa-Ammerlaan in #454
  • allow configuring compression settings by @skwerlman in #456
  • Improve output, add additional tests and lots of small fixes by @anbe42 in #457

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1 - Small fixes and improvements

21 Oct 16:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0 - New output & small improvements

03 Oct 08:24
Compare
Choose a tag to compare

User visible changes:

  • New more condensed output for most of the tasks.
  • Allow running the MOK certificate generation as a standalone command (Nvidia / Gnome Software integration).
  • Install kernel-install drop-in to /usr/lib instead of /etc.
  • Remove modules.weakdep as part of the cleanup.
  • Allow setting the maximum number of parallel jobs in /etc/dkms/framework.conf.

What's Changed

New Contributors

Full Changelog: v3.0.13...v3.1.0

v3.0.13 - Broken adjective, modules dir selection, compression fixes

06 Mar 13:13
Compare
Choose a tag to compare

Highlights

This release includes a large amount of work, where the most notable parts are:

  • New dkms status adjective broken - see #357
  • Allow overriding the /lib/modules directory - see #389
  • Adjust kernel module compression, compatible with the in-kernel decompressors - see #390
  • Ton of CI improvements and new distributions into the matrix
  • The zsh shell completion has been imported in-tree - see #395

What's Changed

New Contributors

Full Changelog: v3.0.12...v3.0.13

v3.0.12 - fix CC detection, rework makefile directory handling

24 Sep 12:55
Compare
Choose a tag to compare

What's Changed

  • Fix CC detection by @anbe42 in #334
  • Makefile: fix extension of kernel-install plugin by @AndrewAmmerlaan in #335
  • Fix grammatical error by @yunginnanet in #341
  • Remove embedded DESTDIR in make variables, honour them by @evelikov in #339

New Contributors

  • @AndrewAmmerlaan made their first contribution in #335
  • @yunginnanet made their first contribution in #341

Full Changelog: v3.0.11...v3.0.12