Skip to content

Releases: Olf0/mount-sdcard

v1.3.0

27 Oct 13:36
66c9133
Compare
Choose a tag to compare

Changes:

  • Reintroducing the noexec mount option.
  • Allow for rescue.target, i.e. mount-sdcard should now also mount the SD card at the recovery console.

v1.2.8

16 Oct 02:22
921a473
Compare
Choose a tag to compare

Changes:

  • Reverted lazytime mount option, because of
    GDBus.Error:org.freedesktop.UDisks2.Error.OptionNotPermitted: Mount option 'lazytime' is not allowed
  • Reverted 1 second mount delay, because analysis has shown it to be superfluous.

v1.2.6

04 Oct 17:55
370f360
Compare
Choose a tag to compare
v1.2.6 Pre-release
Pre-release

Changes:

  • Rectifying and enhancing an incorrect comment WRT the "Icon:" tag, introduced with v1.2.5.
    (No icon path, just a pure basename makes sense in the SOURCE directory, because the dirname of an icon path is always stripped by rpmbuild.)
  • Introducing a single, fail-safer formatting, to avoid such testing mishap (resulting in a "false positive") in the future.
  • Better documenting what is really going on by enhancing the principal "icon comment".

No change in functionality compared to v1.2.5.

v1.2.5

18 Jul 01:52
6f9de17
Compare
Choose a tag to compare
v1.2.5 Pre-release
Pre-release

Changes:

  • Mounting unencrypted (partitions on) SD-cards with the option noexec seems to be a reasonable security measure. Hence following OMP's suggestion at git.sailfishos.org.
  • While at it, also set other mount options, which make sense for SD-cards and USB-sticks: lazytime

Note that the mount option async should already be set as Linux (kernel) default (as sync is deadly for FLASH-based mass storage devices), diratime should be set as Linux default (which is O.K. and reasonable), plus nosuid, nodev and relatime are set by SailfishOS for (partitions on) SD-cards (which are fine).

v1.2.3

25 Jan 19:40
31ace4e
Compare
Choose a tag to compare

Change:
Add a 1 second mount delay (as in crypto-scdard) in order to ensure reliable mounting on fast devices, although the timing constraints seem to be much more relaxed compared to crypto-sdcard (i.e. this is rather a precautions measure than a known necessity for mount-sdcard, in contrast to crypto-sdcard).

v1.2.2

09 Jan 00:39
26085a1
Compare
Choose a tag to compare

Change:

Switch embedded icon from 128 px² to 256 px² in order to accommodate modern hi-res displays.

... and embed a GIF (v89a) icon in RPMs, but never in XPM (v3) file format!
Background:
XPM is absolutely antiquated (it translates a picture in characters!), results in large file sizes (no built-in compression) and of lower image quality than GIF (though both are "8 bit colour palette plus transparency, with 24 bit colours" formats).
GIF89a is technically much more modern than XPMv3 and rpmbuild only accepts GIF and XPM icons!

v1.2.1

04 Jan 03:16
201bafd
Compare
Choose a tag to compare

Changes:

  • Added icon to spec file and consequently to the generated rpm file
  • Streamlined spec file a bit
  • Better use direct dependencies than indirect ones in a spec file (here: on udisks2 instead of sailfish-version)

v1.2.0

27 Dec 17:52
528b5e8
Compare
Choose a tag to compare

Changes:

  • Fully switch to three field semantic versioning
  • Omitting any use of %{release} in the spec file
  • Let the "Release:" field merely count up monotonically through all releases
  • Release tags strictly adhere to the format %{version} (being x.y.z with three positive, natural numbers) from now on
  • Archive file names (of TAR balls and ZIP archives) strictly adhere to the format %{name}-%{version} from now on

v1.1-1

11 Dec 19:50
5d81f70
Compare
Choose a tag to compare

v1.0-4

17 Oct 15:37
1bf9fe2
Compare
Choose a tag to compare

Change:
Omitted "Inhibit stubbornly trying to mount block devices without a filesystem recognised by the kernel / udev.", which became superfluous, because Jolla resolved this in SailfishOS 3.0.1 (see their Git commit and release changelog addressing this).
Consequently mount-sdcard 1.0-4 requires SailfishOS 3.0.1 or newer, making v1.0-3 the last release to be installable on SailfishOS 2.2.0, 2.2.1 and 3.0.0.

As there are no other changes and "double inhibiting" as much as the original "stubbornly trying" just takes time but does no harm, there is no loss or gain of functionality for any user of mount-sdcard regardless of the SailfishOS version used.
Hence "Installed files are functionally unaltered since version 0.1-2." is still valid and for the file(s) which do become installed, "Installed files are identical since version 0.1-4.", too.