Explorar o código

Add ZFS snapshot unmount error fix to NEWS (#950).

Dan Helfman hai 6 meses
pai
achega
51a7f50e3a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      NEWS

+ 2 - 1
NEWS

@@ -5,7 +5,8 @@
  * #251 (beta): Add a Btrfs hook for snapshotting and backing up Btrfs subvolumes. See the
    documentation for more information:
    https://torsion.org/borgmatic/docs/how-to/snapshot-your-filesystems/
- * #926: Fix library error when running within a PyInstaller bundle.
+ * #926: Fix a library error when running within a PyInstaller bundle.
+ * #950: Fix a snapshot unmount error in the ZFS hook when using nested datasets.
  * Update the ZFS hook to discover and snapshot ZFS datasets even if they are parent/grandparent
    directories of your source directories.
  * Reorganize data source and monitoring hooks to make developing new hooks easier.