Accepting request 253874 from home:dsterba:branches:filesystems

- version 3.16.2
  - fsck: handle bad extent mapping
  - image: make it work on a balanced fs
  - btrfs-show-super: print flags in human readable way
  - documentation updates

OBS-URL: https://build.opensuse.org/request/show/253874
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=174
This commit is contained in:
David Sterba 2014-10-03 22:04:19 +00:00 committed by Git OBS Bridge
parent d82effe4c0
commit c0774a4e0b
5 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 4 00:00:03 CEST 2014 - dsterba@suse.cz
- version 3.16.2
- fsck: handle bad extent mapping
- image: make it work on a balanced fs
- btrfs-show-super: print flags in human readable way
- documentation updates
-------------------------------------------------------------------
Mon Sep 22 23:01:01 CEST 2014 - dsterba@suse.cz

View File

@ -16,9 +16,9 @@
#
%define tar_version v3.16.1
%define tar_version v3.16.2
Name: btrfsprogs
Version: 3.16.1
Version: 3.16.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.16.1"
+v="v3.16.1+20140922"
-v="v3.16.2"
+v="v3.16.2+20141003"
lib_major=0
lib_minor=1