From fa5dfc4cb1c0e2dcb5f4467deab27df4b29004bf Mon Sep 17 00:00:00 2001 From: fdupoux Date: Sat, 27 Feb 2021 12:18:21 +0000 Subject: [PATCH] fsarchiver-0.8.6 (2021-02-27) --- ChangeLog | 2 +- configure.ac | 4 ++-- website/content/_index.md | 2 +- website/content/changelog/_index.md | 5 +++++ website/content/installation/_index.md | 16 ++++++++-------- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 327f119..39bfbda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org] ===================================================================== -* 0.8.6: +* 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) - Fix handling of compression options on the command line (Marcos Mello) diff --git a/configure.ac b/configure.ac index 4e4a919..ec838a3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ(2.59) -AC_INIT([fsarchiver], 0.8.6-git) -AC_DEFINE([PACKAGE_RELDATE], "YYYY-MM-DD", [Define the date of the release]) +AC_INIT([fsarchiver], 0.8.6) +AC_DEFINE([PACKAGE_RELDATE], "2021-02-27", [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]) diff --git a/website/content/_index.md b/website/content/_index.md index 6544abf..c506ebf 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -98,7 +98,7 @@ the whole tar is compressed with gzip. In that case, the data which are written after the corruption are lost. ## Download -* You can download either [the sources](https://github.com/fdupoux/fsarchiver/releases/download/0.8.5/fsarchiver-0.8.5.tar.gz) +* You can download either [the sources](https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6.tar.gz) or a static binary from the [github releases page](https://github.com/fdupoux/fsarchiver/releases). * You can also download [SystemRescue](https://www.system-rescue.org/) which is a livecd that provides a recent FSArchiver and all the file-system tools and diff --git a/website/content/changelog/_index.md b/website/content/changelog/_index.md index 980ee70..07ad717 100644 --- a/website/content/changelog/_index.md +++ b/website/content/changelog/_index.md @@ -5,6 +5,11 @@ nameInMenu = "ChangeLog" draft = false +++ +* **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) + - Fix handling of compression options on the command line (Marcos Mello) + - Specify device as the last argument in mkfs calls (Marcos Mello) * **0.8.5 (2018-07-10):** * Improved support for extfs filesystems (Contribution from Marcos Mello) * Fixed build issue with e2fsprogs < 1.41 (Contribution from Marcos Mello) diff --git a/website/content/installation/_index.md b/website/content/installation/_index.md index 01eb02e..3ad640f 100644 --- a/website/content/installation/_index.md +++ b/website/content/installation/_index.md @@ -44,7 +44,7 @@ To compile the sources, you have to run follow these instructions: #### Download the latest sources First, you have to download -[fsarchiver-0.8.5.tar.gz](https://github.com/fdupoux/fsarchiver/releases/download/0.8.5/fsarchiver-0.8.5.tar.gz). +[fsarchiver-0.8.6.tar.gz](https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6.tar.gz). Just save it to a temporary directory. #### Extract the sources in a temporary directory @@ -136,26 +136,26 @@ Package [information](https://www.archlinux.org/packages/extra/x86_64/fsarchiver pacman -S fsarchiver ``` -### Installation on RHEL / CentOS / Scientific Linux versions 7.x +### Installation on RHEL / CentOS 7.x You should use these RPM packages that have been built for RHEL7 based distributions, that is the recommended way for most users: -* [fsarchiver-0.8.5-1.el7.x86_64.rpm](https://github.com/fdupoux/fsarchiver/releases/download/0.8.5/fsarchiver-0.8.5-1.el7.x86_64.rpm) +* [fsarchiver-0.8.6-1.el7.x86_64.rpm](https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6-1.el7.x86_64.rpm) NOTE: Installing fsarchiver's rpm requires [EPEL](https://fedoraproject.org/wiki/EPEL) enabled. Use the following commands to install: ``` yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -yum install https://github.com/fdupoux/fsarchiver/releases/download/0.8.5/fsarchiver-0.8.5-1.el7.x86_64.rpm +yum install https://github.com/fdupoux/fsarchiver/releases/download/0.8.6/fsarchiver-0.8.6-1.el7.x86_64.rpm ``` If you want to compile fsarchiver yourself, use the following instructions: ``` -yum install zlib-devel bzip2-devel lzo-devel lz4-devel xz-devel e2fsprogs-devel libgcrypt-devel libattr-devel libblkid-devel -tar xfz fsarchiver-0.8.5.tar.gz -cd fsarchiver-0.8.5 +yum install zlib-devel bzip2-devel lzo-devel lz4-devel xz-devel libzstd-devel e2fsprogs-devel libgcrypt-devel libattr-devel libblkid-devel +tar xfz fsarchiver-0.8.6.tar.gz +cd fsarchiver-0.8.6 ./configure --prefix=/usr && make && make install ``` @@ -173,4 +173,4 @@ emerge app-backup/fsarchiver ### Installation on Guix -There is an [official fsarchiver package for Guix](https://guix.gnu.org/en/packages/fsarchiver-0.8.5/). +There is an [official fsarchiver package for Guix](https://guix.gnu.org/en/packages/F/).