Skip to content

Commit

Permalink
Releasing version 3.0.21.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Baumann <[email protected]>
  • Loading branch information
daniel-baumann committed Jul 16, 2013
1 parent a74c12c commit d0065d3
Show file tree
Hide file tree
Showing 15 changed files with 171 additions and 107 deletions.
42 changes: 41 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
commit 1a5d99f (HEAD, origin/master, origin/HEAD, master)
commit a74c12c (HEAD, origin/master, origin/HEAD, master)
Author: Jaroslav Skarvada <[email protected]>
Date: Tue Jun 25 14:53:14 2013 +0200

Adding the missing -p option to the fsck manpage (to be consistent with the output of the tool).

Signed-off-by: Daniel Baumann <[email protected]>

commit 25e03c9
Author: Patrick J. Volkerding <[email protected]>
Date: Mon Jun 24 14:23:00 2013 +0200

Using $MANDIR instead of hardcoded ${PREFIX}/share/man in the Makefile.

Signed-off-by: Daniel Baumann <[email protected]>

commit 7fd9cf7
Author: Daniel Baumann <[email protected]>
Date: Fri Jun 14 18:50:31 2013 +0200

Making install-symlinks Makefile target depend on install-bin to not break when using make in parallel, thanks to David Walser <[email protected]>.

Signed-off-by: Daniel Baumann <[email protected]>

commit a76bbcd
Author: Daniel Baumann <[email protected]>
Date: Wed Jun 12 13:00:10 2013 +0200

Using US digit date format in version date, rather than name abbrev.

Signed-off-by: Daniel Baumann <[email protected]>

commit a64195f (tag: v3.0.20)
Author: Daniel Baumann <[email protected]>
Date: Wed Jun 12 12:25:32 2013 +0200

Releasing version 3.0.20.

Signed-off-by: Daniel Baumann <[email protected]>

commit 1a5d99f
Author: Daniel Baumann <[email protected]>
Date: Wed Jun 12 12:07:58 2013 +0200

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.20
3.0.21
2 changes: 1 addition & 1 deletion manpages/de/fatlabel.de.8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH FATLABEL 8 2013\-06\-11 3.0.19 dosfstools
.TH FATLABEL 8 2013\-07\-16 3.0.21 dosfstools

.SH NAME
\fBfatlabel\fP \- set or get MS\-DOS filesystem label
Expand Down
6 changes: 4 additions & 2 deletions manpages/de/fsck.fat.de.8
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH FSCK.FAT 8 2013\-06\-11 3.0.19 dosfstools
.TH FSCK.FAT 8 2013\-07\-16 3.0.21 dosfstools

.SH NAME
\fBfsck.fat\fP \- check and repair MS\-DOS filesystems

.SH SYNOPSIS
\fBfsck.fat\fP|\fBfsck.msdos\fP|\fBfsck.vfat\fP [\-aAflnrtvVwy] [\-d \fIPATH\fP \-d\ \&\fI...\fP] [\-u\ \fIPATH\fP \-u \fI...\fP] \fIDEVICE\fP
\fBfsck.fat\fP|\fBfsck.msdos\fP|\fBfsck.vfat\fP [\-aAflnprtvVwy] [\-d \fIPATH\fP \-d\ \&\fI...\fP] [\-u\ \fIPATH\fP \-u \fI...\fP] \fIDEVICE\fP

.SH DESCRIPTION
\fBfsck.fat\fP verifies the consistency of MS\-DOS filesystems and optionally
Expand Down Expand Up @@ -119,6 +119,8 @@ List path names of files being processed.
.IP \fB\-n\fP 4
No\-operation mode: non\-interactively check for errors, but don't write
anything to the filesystem.
.IP \fB\-p\fP 4
Same as (\fB\-a\fP), for compatibility with other *fsck.
.IP \fB\-r\fP 4
Interactively repair the filesystem. The user is asked for advice whenever
there is more than one approach to fix an inconsistency.
Expand Down
2 changes: 1 addition & 1 deletion manpages/de/mkfs.fat.de.8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH MKFS.FAT 8 2013\-06\-11 3.0.19 dosfstools
.TH MKFS.FAT 8 2013\-07\-16 3.0.21 dosfstools
.SH NAME
\fBmkfs.fat\fP \- create an MS\-DOS filesystem under Linux
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion manpages/en/fatlabel.8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.\" can be found in /usr/share/common-licenses/GPL-3 file.
.\"
.\"
.TH FATLABEL 8 2013\-06\-11 3.0.19 "dosfstools"
.TH FATLABEL 8 2013\-07\-16 3.0.21 "dosfstools"

.SH NAME
\fBfatlabel\fR \- set or get MS\-DOS filesystem label
Expand Down
2 changes: 1 addition & 1 deletion manpages/en/fsck.fat.8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.\" can be found in /usr/share/common-licenses/GPL-3 file.
.\"
.\"
.TH FSCK.FAT 8 2013\-06\-11 3.0.19 "dosfstools"
.TH FSCK.FAT 8 2013\-07\-16 3.0.21 "dosfstools"

.SH NAME
\fBfsck.fat\fR \- check and repair MS\-DOS filesystems
Expand Down
2 changes: 1 addition & 1 deletion manpages/en/mkfs.fat.8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.\" can be found in /usr/share/common-licenses/GPL-3 file.
.\"
.\"
.TH MKFS.FAT 8 2013\-06\-11 3.0.19 "dosfstools"
.TH MKFS.FAT 8 2013\-07\-16 3.0.21 "dosfstools"
.SH NAME
.B mkfs.fat
\- create an MS-DOS filesystem under Linux
Expand Down
16 changes: 8 additions & 8 deletions manpages/po/de/fatlabel.8.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: dosfstools VERSION\n"
"POT-Creation-Date: 2013-06-11 18:45+0300\n"
"POT-Creation-Date: 2013-07-16 08:33+0300\n"
"PO-Revision-Date: 2013-06-06 09:34+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand All @@ -25,13 +25,13 @@ msgstr ""
#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
msgid "2013-06-11"
msgid "2013-07-16"
msgstr ""

#. type: TH
#: en/fatlabel.8:22 en/fsck.fat.8:22 en/mkfs.fat.8:22
#, no-wrap
msgid "3.0.19"
msgid "3.0.21"
msgstr ""

#. type: TH
Expand Down Expand Up @@ -109,7 +109,7 @@ msgid "Shows version."
msgstr ""

#. type: SH
#: en/fatlabel.8:41 en/fsck.fat.8:126 en/mkfs.fat.8:241
#: en/fatlabel.8:41 en/fsck.fat.8:128 en/mkfs.fat.8:241
#, no-wrap
msgid "SEE ALSO"
msgstr ""
Expand All @@ -120,12 +120,12 @@ msgid "B<fsck.fat>(8)"
msgstr ""

#. type: Plain text
#: en/fatlabel.8:45 en/fsck.fat.8:130
#: en/fatlabel.8:45 en/fsck.fat.8:132
msgid "B<mkfs.fat>(8)"
msgstr ""

#. type: SH
#: en/fatlabel.8:46 en/fsck.fat.8:131
#: en/fatlabel.8:46 en/fsck.fat.8:133
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
Expand All @@ -138,13 +138,13 @@ msgid ""
msgstr ""

#. type: SH
#: en/fatlabel.8:49 en/fsck.fat.8:134
#: en/fatlabel.8:49 en/fsck.fat.8:136
#, no-wrap
msgid "AUTHORS"
msgstr ""

#. type: Plain text
#: en/fatlabel.8:50 en/fsck.fat.8:135
#: en/fatlabel.8:50 en/fsck.fat.8:137
msgid ""
"B<dosfstools> were written by Werner Almesberger E<lt>I<werner."
"[email protected]>E<gt>, Roman Hodek E<lt>I<Roman.Hodek@informatik."
Expand Down
Loading

0 comments on commit d0065d3

Please sign in to comment.