~ubuntu-branches/ubuntu/saucy/dosfstools/saucy-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2011-12-19 15:25:47 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111219152547-ynwswo9ubk6l6szm
Tags: 3.0.12-1ubuntu1
* Merge from Debian testing, remaining changes:
  - debian/patches/02_fat32_label.patch: resolve an error thrown by
    dosfslabel when trying to label.
* Dropped changes, superseded in Debian:
  - build-depend on quilt: Debian is source format 3.0 (quilt).
  - debian/patches/01_fix_sector_count.patch: included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 2e20319843ea85d77c51a9ce9a9b278662426d98
 
2
Author: Michael Casadevall <mcasadevall@ubuntu.com>
 
3
Date:   Tue Jun 7 19:19:30 2011 +0200
 
4
 
 
5
    Correcting miscalculation of sector number in some cases.
 
6
    
 
7
    mkdosfs will incorrectly calculate the number of sectors of a
 
8
    given FAT partition if the number sectors are odd due to
 
9
    count_blocks incorrectly handling the remainder of a division
 
10
    operation. This miscalculation causes the OMAP4 bootloader to
 
11
    fail to boot.
 
12
    
 
13
    This bug can be observed by comparing the total sector size in
 
14
    fdisk expert more to fsck.msdos; this discrepancy only shows up
 
15
    when the number of sectors are odd.
 
16
    
 
17
    See https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/794043
 
18
    for more information.
 
19
 
 
20
commit 45c3a5d8229ef998962e495f1efe7d2a6cd8a825
 
21
Author: Daniel Baumann <daniel@debian.org>
 
22
Date:   Sat Jan 8 23:38:59 2011 +0100
 
23
 
 
24
    Re-running Nindent.
 
25
 
 
26
commit 37115695884422e6f58ec490d11d460539715f8a
 
27
Author: Sergey Gusarov <laborer2008@gmail.com>
 
28
Date:   Sat Jan 8 23:36:11 2011 +0100
 
29
 
 
30
    Fixing compiler warnings related to the mismatch of types "char *" / "unsigned
 
31
    char *".
 
32
    
 
33
    These warnings appear when you compile the project with the option "-Wall", what
 
34
    is done with the current default Makefile.
 
35
 
 
36
commit a9055613f0d826021db65c79c2df87ac91e89215
 
37
Author: Jaroslav Skarvada <jskarvad@redhat.com>
 
38
Date:   Thu Jan 6 22:35:00 2011 +0100
 
39
 
 
40
    Fixing overflow bug in reclaim_file function, see
 
41
    https://bugzilla.redhat.com/show_bug.cgi?id=660154 for more information.
 
42
    
 
43
    The problem is that alloc_rootdir_entry counts with 10000 files at max, but the
 
44
    filename buffer is only 8 chars long. Due to pattern mask used it results to
 
45
    only 10 files at max (FSCK0-9REC). If there is more than 10 files, it overflows
 
46
    and hangs.
 
47
 
 
48
commit 5a2b37f3ef664dbc7850f3d800890d7bb919b3cd
 
49
Author: Sergey Gusarov <laborer2008@gmail.com>
 
50
Date:   Thu Jan 6 22:31:39 2011 +0100
 
51
 
 
52
    Fixing conversion specifiers in accordance with the type of expressions.
 
53
 
 
54
commit 258e5ebbb24fd6293a86fe22d6bcda8ce1794dcd
 
55
Author: Daniel Baumann <daniel@debian.org>
 
56
Date:   Sun Jan 2 15:41:44 2011 +0100
 
57
 
 
58
    Indenting source files.
 
59
 
 
60
commit 9c22278dda0f8fc05aa537eb0bcb07e51f0dec6a
 
61
Author: Daniel Baumann <daniel@debian.org>
 
62
Date:   Sun Jan 2 15:39:03 2011 +0100
 
63
 
 
64
    Adding Nindent script from syslinux.
 
65
 
 
66
commit e6008ff5c15dc2e6d5b33f88a447d1159165c95d
 
67
Author: Daniel Baumann <daniel@debian.org>
 
68
Date:   Fri Dec 24 17:58:29 2010 +0100
 
69
 
 
70
    Releasing upstream version 3.0.11.
 
71
 
 
72
commit bce60d1b0b739612b63852722d8504986096b40d
 
73
Author: Michael Stapelberg <michael@stapelberg.de>
 
74
Date:   Fri Nov 19 14:09:36 2010 +0100
 
75
 
 
76
    Add better error message when the device cannot be opened.
 
77
    
 
78
    This is helpful for SD cards or other removable media which have an enabled
 
79
    write lock -- without the "Permission denied" message, the user has to strace
 
80
    mkdosfs to find out what's going on.
 
81
 
 
82
commit ff45bd967e5d8ff7edc496adbad57257d4d5432b
 
83
Author: Jaroslav Skarvada <jskarvad@redhat.com>
 
84
Date:   Fri Oct 8 13:38:16 2010 +0200
 
85
 
 
86
    Unalign on s390x, see http://bugzilla.redhat.com/show_bug.cgi?id=624596 for
 
87
    more information.
 
88
 
 
89
commit 22874327372f914d2919490326c95f4607f8de74
 
90
Author: Daniel Baumann <daniel@debian.org>
 
91
Date:   Sun Sep 12 09:35:47 2010 +0200
 
92
 
 
93
    Releasing upstream version 3.0.10.
 
94
 
 
95
commit 8b7c9d94a4571142a77a587138bc26b39f8e2863
 
96
Author: Alexander Korolkov <alexander.korolkov@gmail.com>
 
97
Date:   Sun Sep 12 09:29:12 2010 +0200
 
98
 
 
99
    Modify LFN direntries when file is renamed or deleted, see
 
100
    Debian bug #596329.
 
101
 
 
102
commit 761b798f3bf2b4a87f2d454f555e18758791c864
 
103
Author: Alexander Korolkov <alexander.korolkov@gmail.com>
 
104
Date:   Sun Sep 12 09:27:07 2010 +0200
 
105
 
 
106
    If the test of short filename fails, dosfsck could complain about
 
107
    bad long filename, see Debian bug #596327.
 
108
 
 
109
commit 8fa3587a946614cd43d813052e0e31e595e6d63d
 
110
Author: Alexander Korolkov <alexander.korolkov@gmail.com>
 
111
Date:   Sun Sep 12 09:24:47 2010 +0200
 
112
 
 
113
    dosfsck: don't complain about bad filenames when short filename
 
114
    contains 7 or more characters with codes 128-255, see Debian
 
115
    bug #596327.
 
116
 
 
117
commit 3893857b841096de6a422ef5bed1b2618a7037d5
 
118
Author: Mitch Rybczynski <mrybczynski@miovision.com>
 
119
Date:   Mon Jul 5 14:45:54 2010 +0200
 
120
 
 
121
    Adding __arm__ define check for some crosscompile toolchains.
 
122
 
 
123
commit 7d03b3cc96b83b67638b463610a29abfd6f51f77
 
124
Author: Daniel Baumann <daniel@debian.org>
 
125
Date:   Sun Mar 14 16:42:32 2010 +0100
 
126
 
 
127
    Modernizing dosfslabel manpage.
 
128
 
 
129
commit 258049911c5df476fb434e0d87e0ece01b9ba137
 
130
Author: Daniel Baumann <daniel@debian.org>
 
131
Date:   Sun Mar 14 16:33:47 2010 +0100
 
132
 
 
133
    Modernizing dosfsck manpage.
 
134
 
 
135
commit 50d1d96b9666913a90e16904a63e29925675859c
 
136
Author: Daniel Baumann <daniel@debian.org>
 
137
Date:   Sun Mar 14 16:05:32 2010 +0100
 
138
 
 
139
    Fixing spelling error in boot.c.
 
140
 
 
141
commit 0e87c7890b598d78c6aa3d2a06b2306980e75a3d
 
142
Author: Daniel Baumann <daniel@debian.org>
 
143
Date:   Sun Jan 31 08:31:32 2010 +0100
 
144
 
 
145
    Releasing upstream version 3.0.9.
 
146
 
1
147
commit 9415707c2c9ad22b48660593915667dd228722fa
2
148
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
3
149
Date:   Sun Jan 31 00:11:41 2010 -0500