Accepting request 231096 from home:tabraham1:branches:filesystems
upgrade to stable version 2014.2.15 OBS-URL: https://build.opensuse.org/request/show/231096 OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=19
This commit is contained in:
parent
d2580765a0
commit
c64b0c4d13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27
|
||||
size 1176304
|
3
ntfs-3g_ntfsprogs-2014.2.15.tgz
Normal file
3
ntfs-3g_ntfsprogs-2014.2.15.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56
|
||||
size 1143575
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 23:53:03 UTC 2014 - tabraham@suse.com
|
||||
|
||||
- Upgrade to STABLE Version 2014.2.15 (February 23, 2014)
|
||||
libntfs: added use of hd library to get the legacy BIOS geometry
|
||||
libntfs: switched to /proc/mounts for checking existing mounts
|
||||
libntfs: fixed usa checking by ntfsck on 4K sector disks
|
||||
libntfs: fixed processing compressed data beyond file size (Windows 8 compliance)
|
||||
libntfs: fixed expanding a resident attribute without inserting holes
|
||||
libntfs: allow DACLs to not have any ACE
|
||||
libntfs: ignore unmapped regions when checking whether sparse
|
||||
libntfs: upgraded the Win32 interface for use with ntfsprogs
|
||||
ntfsresize: enabled relocating the MFT when shrinking a volume
|
||||
ntfsresize: fixed trying to update the MFT and Bitmap on a test run
|
||||
ntfsresize: fixed updating all the MFT runs in a relocated MFT
|
||||
ntfsresize: set the backup boot sector when the size is reliable
|
||||
ntfsresize: reserved a single sector for the backup boot sector
|
||||
ntfsundelete: output the modification time when scanning files
|
||||
ntfsundelete: ported to Windows
|
||||
ntfsclone: fixed wiping fragmented metadata when creating a metadata image
|
||||
ntfsclone: allowed cloning a file system despite allocation errors
|
||||
ntfsclone: fixed bad copying of the backup boot sector
|
||||
ntfsclone: ported to Windows
|
||||
ntfsdecrypt: made compatible with libgrypt-1.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 02:40:34 UTC 2013 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ntfs-3g_ntfsprogs
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname 84
|
||||
%define soname 85
|
||||
|
||||
Name: ntfs-3g_ntfsprogs
|
||||
Summary: NTFS Support in Userspace
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Version: 2013.1.13
|
||||
Version: 2014.2.15
|
||||
Release: 0
|
||||
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
|
||||
Source1: buildall.sh
|
||||
|
Loading…
Reference in New Issue
Block a user