- 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:
parent
fbff6ec861
commit
d26204a4e9
3
btrfs-progs-v4.7.1.tar.gz
Normal file
3
btrfs-progs-v4.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c74d02bcbfcfadd79f435aa98afa4d6221f8604aeef37768e21211be341d0d4
|
||||
size 1575197
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:499535e64b548ed4f6f7b870e159240b34fd96ea7ff0dcb6f29fa7ac3a978275
|
||||
size 1559171
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user