91d7339157
- version 4.0 * resize: * don't accept file as an argument (it's confusing) * print better error message in case of an error * restore: optionally restore metadata (time, mode, uid/gid) * receive: optionally enforce chroot * new rescue subcommand 'zero-log', same as btrfs-zero-log, but now also part of the main utility * check: * free space checks match kernel, fixes incorrect reports * convert: fix setting of checksum bit if --no-datasum is used * fsck.btrfs: don't print messages * fix quota rescan on PPC64 (mangled ioctl number) * test updates * documentation: files renamed to .asciidoc, misc fixups OBS-URL: https://build.opensuse.org/request/show/304719 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=196
14 lines
293 B
Diff
14 lines
293 B
Diff
Index: btrfs-progs-v3.19/version.sh
|
|
===================================================================
|
|
--- btrfs-progs-v3.19.orig/version.sh
|
|
+++ btrfs-progs-v3.19/version.sh
|
|
@@ -6,7 +6,7 @@
|
|
# Copyright 2008, Oracle
|
|
# Released under the GNU GPLv2
|
|
|
|
-v="v4.0"
|
|
+v="v4.0+20150429"
|
|
|
|
opt=$1
|
|
|