Accepting request 293176 from home:dsterba:branches:filesystems
- version 3.19.1 - convert: - new option to specify metadata block size - --no-progress actually works - restore: properly handle the page boundary corner case - build fixes: - missing macro from public header, BTRFS_BUILD_VERSION - wrong handling of --enable-convert - fi usage: reports correct space for degraded mounts - other: - mkfs: help string updates - completion: added 'usage' subcommands - cleanups in qgroup code, preparatory work OBS-URL: https://build.opensuse.org/request/show/293176 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=194
This commit is contained in:
parent
1e605498e8
commit
6f79b4f5ad
3
btrfs-progs-v3.19.1.tar.gz
Normal file
3
btrfs-progs-v3.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97acc9b1b410817249c52cd260faee65ed0caa662ad7975bb7f59708a8ae1d6b
|
||||||
|
size 1333967
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63b0f2f14888bcece26bca33d33da5e38b716b37df1bdfe7ba9077cb152bf866
|
|
||||||
size 1332550
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 25 00:00:00 CET 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- version 3.19.1
|
||||||
|
- convert:
|
||||||
|
- new option to specify metadata block size
|
||||||
|
- --no-progress actually works
|
||||||
|
- restore: properly handle the page boundary corner case
|
||||||
|
- build fixes:
|
||||||
|
- missing macro from public header, BTRFS_BUILD_VERSION
|
||||||
|
- wrong handling of --enable-convert
|
||||||
|
- fi usage: reports correct space for degraded mounts
|
||||||
|
- other:
|
||||||
|
- mkfs: help string updates
|
||||||
|
- completion: added 'usage' subcommands
|
||||||
|
- cleanups in qgroup code, preparatory work
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 11 00:00:00 CET 2015 - dsterba@suse.cz
|
Wed Mar 11 00:00:00 CET 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 3.19
|
Version: 3.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Btrfs filesystem
|
Summary: Utilities for the Btrfs filesystem
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
@ -6,8 +6,8 @@ Index: btrfs-progs-v3.19/version.sh
|
|||||||
# Copyright 2008, Oracle
|
# Copyright 2008, Oracle
|
||||||
# Released under the GNU GPLv2
|
# Released under the GNU GPLv2
|
||||||
|
|
||||||
-v="v3.19"
|
-v="v3.19.1"
|
||||||
+v="v3.19+20150311"
|
+v="v3.19.1+20150325"
|
||||||
|
|
||||||
opt=$1
|
opt=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user