Accepting request 316624 from filesystems

SR: urgent bugfix

- version 4.1.2
  - mkfs: bugfix, previous version does not create entierly correct
    filesystem (has to be recreated) (forwarded request 316623 from dsterba)

OBS-URL: https://build.opensuse.org/request/show/316624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=59
This commit is contained in:
Stephan Kulow 2015-07-19 09:45:23 +00:00 committed by Git OBS Bridge
parent bc99ad990c
commit 8ec7c5646f
5 changed files with 34 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Jul 14 00:00:00 CEST 2015 - dsterba@suse.com
- version 4.1.2
- mkfs: bugfix, previous version does not create entierly correct
filesystem (has to be recreated)
-------------------------------------------------------------------
Fri Jul 10 00:00:00 CEST 2015 - dsterba@suse.com
- version 4.1.1
* bugfixes
- defrag: threshold overflow fix
- fsck:
- check if items fit into the leaf space
- fix wrong nbytes
- mkfs:
- create only desired block groups for single device
- preparatory work for fix on multiple devices
* enhancements
- new alias for 'device delete': 'device remove'
* other
- fix compilation on old gcc (4.3)
- documentation updates
- debug-tree: print nbytes
- test: image for corrupted nbytes
- corupt-block: let it kill nbytes
-------------------------------------------------------------------
Wed Jun 24 00:00:00 CEST 2015 - dsterba@suse.cz

View File

@ -17,7 +17,7 @@
Name: btrfsprogs
Version: 4.1
Version: 4.1.2
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.1"
+v="v4.1+20150622"
-v="v4.1.2"
+v="v4.1.2+20150714"
opt=$1