Skip to content

Commit

Permalink
Merge pull request #155 from fdupoux/release088
Browse files Browse the repository at this point in the history
fsarchiver-0.8.8 (2024-12-14)
  • Loading branch information
fdupoux authored Dec 14, 2024
2 parents e276b0a + efcc93d commit 2bf291c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
=====================================================================
* 0.8.8 (2024-12-14):
- Provide compatibility with e2fsprogs >= 1.47.2 (#154)
- Accept -j arguments greater than FSA_MAX_COMPJOBS (#146)
* 0.8.7 (2023-03-19):
- Implement support for option "uuid=" for vfat (Marcos Mello)
- Update list of btrfs supported features (Marcos Mello)
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

AC_PREREQ(2.59)

AC_INIT([fsarchiver], 0.8.8-git)
AC_DEFINE([PACKAGE_RELDATE], "YYYY-MM-DD", [Define the date of the release])
AC_INIT([fsarchiver], 0.8.8)
AC_DEFINE([PACKAGE_RELDATE], "2024-12-14", [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])
AC_DEFINE([PACKAGE_VERSION_C], 6, [Minor version number])
AC_DEFINE([PACKAGE_VERSION_C], 8, [Minor version number])
AC_DEFINE([PACKAGE_VERSION_D], 0, [Patch version number])

AC_CANONICAL_HOST([])
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-archlinux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM archlinux:latest
FROM archlinux/archlinux:latest
RUN mkdir -p /workspace
RUN pacman -Syyu --noconfirm autoconf automake gcc git make patch pkgconf && rm -rf /var/cache/pacman/pkg/*
RUN pacman -Syyu --noconfirm bzip2 e2fsprogs lzo xz libgcrypt zlib lz4 zstd && rm -rf /var/cache/pacman/pkg/*
Expand Down

0 comments on commit 2bf291c

Please sign in to comment.