Skip to content

Commit

Permalink
Merge pull request #137 from fdupoux/release-087
Browse files Browse the repository at this point in the history
fsarchiver-0.8.7 (2023-03-19)
  • Loading branch information
fdupoux authored Mar 19, 2023
2 parents 51e3dad + fda0c82 commit b9b99b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
=====================================================================
* 0.8.7 (2023-03-19):
- Implement support for option "uuid=" for vfat (Marcos Mello)
- Update list of btrfs supported features (Marcos Mello)
- Add support for the "nrext64" feature on XFS (Marcos Mello)
- Do not error out on deleted files when option -A is used (Marcos Mello)
- Handle termination by signal in exec_command() (Marcos Mello)
- Add support for the "orphan_file" feature in EXT4 (Marcos Mello)
- Do not try to save xattrs if not supported by the filesystem (Marcos Mello)
* 0.8.6 (2021-02-27):
- Add support for EXT4 fast_commit feature (Marcos Mello)
- Add support for XFS features inobtcount and bigtime (Marcos Mello)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

AC_PREREQ(2.59)

AC_INIT([fsarchiver], 0.8.7-git)
AC_DEFINE([PACKAGE_RELDATE], "YYYY-MM-DD", [Define the date of the release])
AC_INIT([fsarchiver], 0.8.7)
AC_DEFINE([PACKAGE_RELDATE], "2023-03-19", [Define the date of the release])
AC_DEFINE([PACKAGE_FILEFMT], "FsArCh_002", [Define the version of the file format])
AC_DEFINE([PACKAGE_VERSION_A], 0, [Major version number])
AC_DEFINE([PACKAGE_VERSION_B], 8, [Medium version number])
Expand Down
2 changes: 1 addition & 1 deletion distrib/rpm/fsarchiver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: fsarchiver
Version: 0.8.6
Version: 0.8.7
Release: 1%{?dist}
Summary: Safe and flexible file-system backup/deployment tool

Expand Down

0 comments on commit b9b99b8

Please sign in to comment.