2
0
Эх сурвалжийг харах

Add LVM file descriptor warning fix to NEWS (#1068).

Dan Helfman 1 сар өмнө
parent
commit
02644c3bb6
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 3 0
      NEWS
  2. 1 1
      pyproject.toml

+ 3 - 0
NEWS

@@ -1,3 +1,6 @@
+2.0.6.dev0
+ * #1068: Fix a warning from LVM about leaked file descriptors.
+
 2.0.5
  * #1033: Add a "password_transport" option to the MariaDB and MySQL database hooks for customizing
    how borgmatic transmits passwords to the database client.

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 name = "borgmatic"
-version = "2.0.5"
+version = "2.0.6.dev0"
 authors = [
   { name="Dan Helfman", email="witten@torsion.org" },
 ]