Skip to content

Commit

Permalink
Updated version (log2timeline#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Nov 7, 2021
1 parent 837ee3c commit 76c6602
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dfvfs (20211017-1) unstable; urgency=low
dfvfs (20211107-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Sun, 17 Oct 2021 18:27:40 +0200
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Sun, 07 Nov 2021 14:27:00 +0100
2 changes: 1 addition & 1 deletion dfvfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
storage media types and file formats.
"""

__version__ = '20211017'
__version__ = '20211107'
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docutils
recommonmark
sphinx >= 2.0.1,< 4.1.0
sphinx >= 4.1.0
sphinx-markdown-tables
sphinx-rtd-theme >= 0.5.1
10 changes: 8 additions & 2 deletions docs/sources/developer/Internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,17 @@ faster access to the file within the TSK virtual file system implementation.
The path specification resolver is used to resolve a path specification to a
file-like object or virtual file system object.

**TODO**
The path specification resolver uses a resolver context to cache previously
resolved file-like object or virtual file system object. This cache uses a
weak reference so code interacting with the resolver should maintain a reference
if such an object is still used.

## The mount point manager

**TODO**
The mount point manager can be used to globally (within the same process space)
define mount points used by path specifications of type MOUNT. The same can be
accomplished with a resolver context, but note that specified mount points are
local to the specific context.

## The credentials manager

Expand Down

0 comments on commit 76c6602

Please sign in to comment.