You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
02 / 05 / 2016
2
+
* fixed iso files mounting. Now works fine and reliably.
3
+
* removed is_mounted and relying on mntent function (get_mount_points)
4
+
* fixed check_cwd function and moved those checks to mount_fs (only when unmounting), to make them useful even when unmounting an iso.
5
+
* fixed is_iso_mounted check: it will now perform check to see if a loop device with the same backingfile is unmounted (but already present...created by user or another program), and mount the iso on this loop dev, instead of creating another loop dev.
6
+
* moved SetAutoclear on loopdevices to its own function: it has to be called after add_device mounts the loop_dev.
7
+
* fixed a bug if compiled with clang ( uint8_t bytes = '\0' was const, with gcc worked fine, but not with clang)
8
+
* fixed add_device: relying on some udev dev property values instead of is_mounted function.
9
+
* fixed print_info: if info_win is not present, it won't do anything.
10
+
* helper_string (helper_win) content will now change together with compile time options, hiding the useless ones.
11
+
* libudev is now mandatory
12
+
* fixes in add_device: checking if a "size" property is really available for current dev.
13
+
1
14
02 / 02 / 2016
2
15
* using basename() and dirname() functions instead of manually strrchr path strings. Way cleaner and probably more reliable.
3
16
* using change_dir when creating new_tab to check for chdir errors and reuse more code.
0 commit comments