Skip to content

Commit

Permalink
bumped version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rolinh committed Oct 3, 2013
1 parent 1baf5b8 commit 3352577
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 9 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## version 3.0.4

BUGS:
* fixed compilation error on *BSD systems introduced in dfc version 3.0.3

## version 3.0.3

BUGS:
Expand Down Expand Up @@ -27,19 +32,23 @@ BUGS:
## version 3.0.1

BUGS:

* fixed CMake minimal required version
* fixed hyphens and spelling mistakes in manpages

FEATURES:

* added this changelog file

## version 3.0.0

BUGS:

* fixed wrong usage values for FreeBSD
* fixed wrong inodes count on FreeBSD

FEATURES:

* DragonFly BSD support
* NetBSD support
* OpenBSD support
Expand All @@ -61,11 +70,13 @@ makefile to using CMake
## version 2.5.0

BUGS:

* paths that have more than 3 / are not weirdly truncated anymore
* no more overlap when using the -o option
* various minor bug fixes and optimizations

FEATURES:

* Makefile is now compatible with BSD-make
* Mac OSX support (still misses the -o option)
* -o option support for FreeBSD
Expand All @@ -75,15 +86,18 @@ FEATURES:
## version 2.4.0

FEATURES:

* FreeBSD support
* reorganised code to make it less monolithic

## version 2.3.0

BUGS:

* fixed width of display when aflag not triggered

FEATURES:

* strings that are too long to be displayed correctly are now truncated
and a + sign indicates it. Example:
"/dev/mapper/foo-lv_lxc23764-home" ==> "+pper/foo-lv_lxc23764-home"
Expand All @@ -95,21 +109,25 @@ FEATURES:
## version 2.2.0

BUGS:

* various small bug fixes

FEATURES:

* color option is now improved: you can choose between 3 modes (auto, always,
never); by default, auto is activated
* multiple selection is now possible when filtering with -t option

## version 2.1.0

BUGS:

* -s option now sum the total of inodes when -i option is triggered
* when using human readable, sizes in bytes were displayed like so 3.0B which
does not make sense at all cause there is no half-byte

FEATURES:

* color is now automatically in "color-auto" mode
* unit option has been completely reorganized; they have all been replaced by
the new -u option
Expand All @@ -124,24 +142,28 @@ FEATURES:
## version 2.0.2

BUGS:

* fixed a bug messing up display of information when have gvfs-fuse-daemon

## version 2.0.1

BUGS:

* fixed display error when using humanize
* fixed a bug causing some special devices not to be skipped
* updated manpage

## version 2.0.0

FEATURES:

* color support (enabled by default but can be disabled using -c option)
* new option (-o) shows information about mount options

## version 1.2.0

FEATURES:

* filesystem name is now being less truncated
* default behavior is now to print size in human-readable format
* new option (-b) to display size in bytes (used to be the default display)
Expand All @@ -151,33 +173,39 @@ FEATURES:
## version 1.1.4

BUGS:

* fixed a graphical bug that occured when displaying fsname and type

## version 1.1.3

BUGS:

* fixed a bug that was causing header to be messed up when using -K, -M or -G
option when producing the grand total

## version 1.1.2

BUGS:

* fixed percentage calculation for the total

## version 1.1.1

BUGS:

* fixed a bug in the function that truncates str
* fixed bogus display when using -n option

## version 1.1.0

BUGS:

* large filesystem names should now be truncated to avoid messing up what is
displayed
* Makefile now supports the DESTDIR option

FEATURES:

* proc, sys and devpts are not displayed anymore
* new option to hide the filesystem type by using -t
* first decimal is now displayed when using Mio and Mo
Expand All @@ -189,6 +217,7 @@ FEATURES:
## version 1.0.1

BUGS:

* fixed bugs in Makefile

## version 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(dfc C)
set(PACKAGE ${CMAKE_PROJECT_NAME})
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 3)
set(VERSION_PATCH 4)
set(VERSION_BRANCH "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_BRANCH})

Expand Down
2 changes: 1 addition & 1 deletion man/dfc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH dfc 1 "August 19, 2013" "version 3.0.3" "USER COMMANDS"
.TH dfc 1 "October 03, 2013" "version 3.0.4" "USER COMMANDS"
.SH NAME
dfc \- display file system space usage using graphs and colors
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/fr/dfc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH dfc 1 "Le 19 Août 2013" "version 3.0.3" "COMMANDES UTILISATEURS"
.TH dfc 1 "Le 03 Octobre 2013" "version 3.0.4" "COMMANDES UTILISATEURS"
.SH NOM
dfc \- affiche le taux d'utilisation des systèmes de fichiers avec graphes
et couleurs.
Expand Down
11 changes: 5 additions & 6 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: dfc 3.0.3\n"
"Project-Id-Version: dfc 3.0.4\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2013-08-19 15:26+0200\n"
"POT-Creation-Date: 2013-10-03 15:07+0200\n"
"PO-Revision-Date: 2012-04-15 13:52+0200\n"
"Last-Translator: Robin Hahling <[email protected]>\n"
"Language-Team: French\n"
Expand Down Expand Up @@ -174,17 +174,17 @@ msgstr ""
"\t-w\tutilise une barre plus large\n"
"\t-W\tlong nom de fichiers (dé-tronque)\n"

#: src/dfc.c:510
#: src/dfc.c:513
#, c-format
msgid "WARNING: %s was skipped because it could not be stated"
msgstr "AVERTISSEMENT: %s a été ignoré car il ne peut pas être lu"

#: src/dfc.c:949
#: src/dfc.c:959
#, c-format
msgid "Could not retrieve mount flags for %s\n"
msgstr "Impossible de récupérer les options de montage pour %s\n"

#: src/dfc.c:985
#: src/dfc.c:995
#, c-format
msgid "Truncating mount options for %s\n"
msgstr "Troncation des options de montage pour %s\n"
Expand Down Expand Up @@ -377,4 +377,3 @@ msgstr "cyan"
#: src/util.c:861
msgid "white"
msgstr "blanc"

0 comments on commit 3352577

Please sign in to comment.