Releases: ianka/xfs_undelete
Releases · ianka/xfs_undelete
v15.0
- added support for the XFSv5 bigtime feature
v14.0
- added support for version 2 inodes. This makes xfs_undelete find deleted files on older XFS filesystems. Kudos to Vladimir Serbinenko phcoder@gmail.com
- small fixes
v13.2
- bugfix: listing the supported filetypes did not work with Tcl-8.5
- manpage fixes
v13.1
- bugfix: newly introduced private lmap function for Tcl-8.5 compatibility introduced in commit dd5ec53 was too naive for the newly introduced -S option introduced in commit 43fec30. This only ever affected running xfs_undelete with Tcl-8.5.
- manpage and README fixes
v13.0
- added the -S option to ignore files larger than the specified size
- added the -x option to ignore the specified inode numbers
- define our own version of lmap if Tcl does not supply it. This adds compatibility with Tcl-8.5, it seems.
v12.1
- bugfix: set UTC timezone when not timezone is set
v12.0
- added time range function to the -t and -T options
- bugfix: be less picky about the magic string of deleted inodes
v11.0
- added the -T option to limit the files recovered to those modified since a given date.
- bugfix: script failed if LANG was unset
- added openSUSE and Arch Linux packages link to README
- markdown and manpage fixes in README
- manpage fixes
v10.0
- added -added --no-remount-readonly option
v9.1
- bugfix: be less picky about mount error messages