Skip to content

Commit

Permalink
fsarchiver-0.6.24 (2016-08-07)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdupoux committed Aug 7, 2016
1 parent d01475b commit 08f6a51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
=====================================================================
* 0.6.24 (2016-08-07):
- Updated man page and description of the commands and options
- Support for sparse inode chunks on XFS v5
- Avoid internationalization when running commands so mkfs output can be parsed properly
* 0.6.23 (2016-06-16):
- Added micro-seconds to timestamp used in the name of the temporary directory
- Fixed memory leaks on failure scenarios and protect against buffer overflows in scanf
Expand Down
3 changes: 2 additions & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ than 65535 bytes in the header. It has been fixed in fsarchiver-0.6.4.
Many thanks to Marcos Mello who helped a lot improve the XFS support
in fsarchiver-0.6.20. He found unexpected fsarchiver behaviors with new
versions of the kernel and xfsprogs, did a lot of research regarding these
components, and tested the XFS fixes in fsarchiver.
components, and tested the XFS fixes in fsarchiver. He also provided fixes
and documentation updates in fsarchiver-0.6.24.
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.6.24-git)
AC_DEFINE([PACKAGE_RELDATE], "2016-MM-DD", [Define the date of the release])
AC_INIT([fsarchiver], 0.6.24)
AC_DEFINE([PACKAGE_RELDATE], "2016-08-07", [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], 6, [Medium version number])
Expand Down

0 comments on commit 08f6a51

Please sign in to comment.