Skip to content

Releases: ianka/xfs_undelete

v15.0

21 Jul 15:39
Compare
Choose a tag to compare
  • added support for the XFSv5 bigtime feature

v14.0

18 Mar 20:04
Compare
Choose a tag to compare
  • 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

27 Jan 14:06
Compare
Choose a tag to compare
  • bugfix: listing the supported filetypes did not work with Tcl-8.5
  • manpage fixes

v13.1

10 Jan 16:49
Compare
Choose a tag to compare
  • 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

07 Jan 00:01
Compare
Choose a tag to compare
  • 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

11 Apr 23:30
Compare
Choose a tag to compare
  • bugfix: set UTC timezone when not timezone is set

v12.0

02 Oct 21:45
Compare
Choose a tag to compare
  • added time range function to the -t and -T options
  • bugfix: be less picky about the magic string of deleted inodes

v11.0

11 Nov 21:01
Compare
Choose a tag to compare
  • 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

14 Jul 00:15
Compare
Choose a tag to compare
  • added -added --no-remount-readonly option

v9.1

14 Jul 00:15
Compare
Choose a tag to compare
  • bugfix: be less picky about mount error messages