aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-04 16:43:25 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-04 16:43:25 -0400
commitbec3fe5e41aba343b4397fd897d6cb9b6c0a0463 (patch)
tree847549bdd43109a8256251719ca0408cd271b815 /debian/changelog
parentv0.0.2 improve autofs flags to handle ext4 mounts (diff)
downloadmyautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.tar.gz
myautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.tar.bz2
myautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.zip
v0.0.3 add fs_type to automount path
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 87bd9dc..4ad2a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+myautomount (0.0.3-1) obs; urgency=low
+
+ * Add filesystem type to automount destination so autofs can
+ mount both ext4 and ntfs types without having to manually
+ modify cong files.
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 04 Oct 2023 16:42:35 -0400
+
myautomount (0.0.2-1) obs; urgency=low
* New version.
bgstack15