Skip to content

Releases: Olf0/mount-sdcard

v1.6.0-1.sfos301

07 Apr 15:50
416fefc

Choose a tag to compare

v1.6.0-1.sfos220

07 Apr 15:50
89c4f7a

Choose a tag to compare

v1.6.0-1.sfos340

07 Apr 15:51
9112300

Choose a tag to compare

v1.6.0-1.sfos340 Pre-release
Pre-release

Changes

  • Add a set of udev rules, which ...
    • ... allows for mounting many more USB-attached devices: SD-card readers, multiple storage devices at the same time etc.
    • ... supports plugging and unplugging of devices and media better (than before and SailfishOS' original).
    • ... sets a fundament for further enhancements.
  • A few, minor enhancements of comments and documentation

v1.6.0-1.sfos321

07 Apr 15:51
414e258

Choose a tag to compare

v1.6.0-1.sfos321 Pre-release
Pre-release

v1.5.1-1.sfos321

22 Mar 12:30
655c714

Choose a tag to compare

Changes

v1.5.1-1.sfos301

22 Mar 12:28
18cae16

Choose a tag to compare

v1.5.1-1.sfos220

22 Mar 12:28
6af06be

Choose a tag to compare

v1.5.0-1.sfos321

16 Mar 14:59
2a1d3ff

Choose a tag to compare

Changes

  • Further downgrade the device dependency, this time from Requires= to Requisite=.
    Because all devices usable by mount-sdcard shall already exist and have a corresponding device unit spawned by Systemd, there is no need to let Systemd spawn new device units here (i.e., this is only relevant error cases, anyway).
    Plus, this may allow for intermittent, brief failures of a device to be ignored.
  • Change license from MIT to LGPL-2.1-only.
  • Add Before=umount.target to fully comply with Systemd's default dependencies for device, mount and path units.
    Note that this mimicry of a "standard" mount unit's behaviour by Conflicts=umount.target and Before=umount.target statements happens in addition to the (implicit) default dependencies of a "standard" service unit: Conflicts=shutdown.target, Before=shutdown.target, plus Requires=sysinit.target, After=sysinit.target and After=basic.target.

v1.5.0-1.sfos301

16 Mar 14:58
b5b911a

Choose a tag to compare

v1.5.0-1.sfos220

16 Mar 14:58
ba3ef99

Choose a tag to compare