- update to 4.7.1

* check:
    * new optional mode: optimized for low memory usage (memory/io tradeoff)
    * --mode=lowmem, not default, still considered experimental
    * does not work with --repair yet
  * convert: regression fix, ext2_subvol/image rw permissions
  * mkfs/convert:
    * two-staged creation, partially created filesystem will not be recognized
    * improved error handling (fewer BUG_ONs)
  * convert: preparation for more filesystems to convert from
  * documentation updates: quota, qgroup
  * other
    * message updates
    * more tests
    * more build options, enhanced debugging

OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=247
This commit is contained in:
David Sterba 2016-08-29 13:29:02 +00:00 committed by Git OBS Bridge
parent fbff6ec861
commit d26204a4e9
5 changed files with 25 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c74d02bcbfcfadd79f435aa98afa4d6221f8604aeef37768e21211be341d0d4
size 1575197

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:499535e64b548ed4f6f7b870e159240b34fd96ea7ff0dcb6f29fa7ac3a978275
size 1559171

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 29 00:00:00 CEST 2016 - dsterba@suse.cz
- update to 4.7.1
* check:
* new optional mode: optimized for low memory usage (memory/io tradeoff)
* --mode=lowmem, not default, still considered experimental
* does not work with --repair yet
* convert: regression fix, ext2_subvol/image rw permissions
* mkfs/convert:
* two-staged creation, partially created filesystem will not be recognized
* improved error handling (fewer BUG_ONs)
* convert: preparation for more filesystems to convert from
* documentation updates: quota, qgroup
* other
* message updates
* more tests
* more build options, enhanced debugging
-------------------------------------------------------------------
Fri Jul 29 00:00:00 CEST 2016 - dsterba@suse.cz

View File

@ -24,7 +24,7 @@
%endif
Name: btrfsprogs
Version: 4.7
Version: 4.7.1
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0

View File

@ -6,8 +6,8 @@ Index: btrfs-progs-v4.1/version.sh
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v4.7"
+v="v4.7+20160729"
-v="v4.7.1"
+v="v4.7.1+20160829"
opt=$1