History log of /external/f2fs-tools/VERSION
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9351bc8fb103be316216a4acde114756172d52d5 05-Mar-2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs-tools: release 1.4.1

This version includes mostly bug fixes.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/VERSION
cc5b242329f977271f19a06e9e584aee11ba48e0 18-Sep-2014 Jaegeuk Kim <jaegeuk@kernel.org> f2fs-tools: release 1.4.0

This version includes:
- fsck.f2fs fixing corrupted images/partitions
- dump.f2fs retrieving speicific file
- bug fixes on f2fsstat and fibmap.f2fs
- refactor code blocks for android build

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/external/f2fs-tools/VERSION
576cb469e73b9342f1d10ba5d0428bbce22cbc3b 25-Oct-2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs-tools: release 1.2.0

This version includes:
- initial fsck and dump tools
- libraries for f2fs
- bug fixes
- etc

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
/external/f2fs-tools/VERSION
dd1ba078fae270c4174a221a873026fea85aae32 07-Dec-2012 Sven-Göran Bergh <sgb@systemasis.org> Unify version and date management

Patch 1:
Now we have two different versions that produce different superblocks/
filesystems with the same version info. Major/minor version in the sb
should reflect the version of the tool creating the filesystem. This
patch will ensure that the version entered in the file VERSION will
be used consistently throughout the code.

Patch 2:
In order to simplify the maintenance with a new release the date
in F2FS_TOOLS_DATE is now take from the last commit in git. Thus,
git is needed to run autoconf. However, git is not needed for the
simple build procedure, ./configure && make, that should be the
only things needed to build the tool from a tar.gz package.

Pros & Cons:
[+] Automated
[+] True
[-] Git needed to run autoreconf

Change log by Jaegeuk from the initial patch-set:

- Merge two patches into one
: Eliminate the intermediate state having version.h and VERSION.

- Remove the Git dependency which is one of Cons
: If there is no git tree, just use DATE described in VERSION.

- Minor coding style

Pros & Cons:
[+] Automated
[+] True
[+] No Git dependency

Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
/external/f2fs-tools/VERSION