Accepting request 262336 from home:dsterba:branches:filesystems

- version 3.17.2
  - check improvements
    - add ability to replace missing dir item/dir indexes
    - fix missing inode items
    - create missing root dirid
  - corrupt block: enhancements for testing fsck
  - zero-log: able to reset a fs with bogus log tree pointer (bko#72151)

OBS-URL: https://build.opensuse.org/request/show/262336
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=181
This commit is contained in:
David Sterba 2014-11-19 17:14:18 +00:00 committed by Git OBS Bridge
parent 5c8a9900f8
commit c603067694
5 changed files with 17 additions and 6 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bb12f09c13f57f2e7f7c85fcaf0677aaf076b09fed06f2d34373720f0b6e980
size 792538

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 19 00:00:01 CET 2014 - dsterba@suse.cz
- version 3.17.2
- check improvements
- add ability to replace missing dir item/dir indexes
- fix missing inode items
- create missing root dirid
- corrupt block: enhancements for testing fsck
- zero-log: able to reset a fs with bogus log tree pointer (bko#72151)
-------------------------------------------------------------------
Wed Nov 19 00:00:00 CET 2014 - dsterba@suse.cz

View File

@ -17,7 +17,7 @@
Name: btrfsprogs
Version: 3.17.1
Version: 3.17.2
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0

View File

@ -6,8 +6,8 @@ Index: btrfs-progs-v3.16.1/version.sh
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v3.17.1"
+v="v3.17.1+20141119"
-v="v3.17.2"
+v="v3.17.2+20141119"
lib_major=0
lib_minor=1