From 33170c85d164c9f100de044898723c637d7de798 Mon Sep 17 00:00:00 2001 From: Etienne Vrignaud Date: Mon, 24 Oct 2016 07:23:25 +0200 Subject: [PATCH] :package: Release version 1.2.2 --- README.md | 4 ++-- pom.xml | 2 +- src/main/asciidoc/docs/changelog.adoc | 24 +++++++++++++++++++++++- src/main/asciidoc/docs/faq.adoc | 5 +++-- 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa8410a4..b0cf00c3 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Fim manages the integrity of a complete file tree ## Slides * [English slides](http://evrignaud.github.io/fim/slides/en.html)
- [![English slides](http://evrignaud.github.io/fim/images/slides-preview-en.jpg)](http://evrignaud.github.io/fim/slides/en.html) + [![English slides](http://evrignaud.github.io/fim/slides/images/slides-preview-en.jpg)](http://evrignaud.github.io/fim/slides/en.html) * [French slides](http://evrignaud.github.io/fim/slides/fr.html)
- [![French slides](http://evrignaud.github.io/fim/images/slides-preview-fr.jpg)](http://evrignaud.github.io/fim/slides/fr.html) + [![French slides](http://evrignaud.github.io/fim/slides/images/slides-preview-fr.jpg)](http://evrignaud.github.io/fim/slides/fr.html) ## Documentation diff --git a/pom.xml b/pom.xml index 6cabeb2d..2dd057c5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.fim fim - 1.2.2-SNAPSHOT + 1.2.2 Fim jar diff --git a/src/main/asciidoc/docs/changelog.adoc b/src/main/asciidoc/docs/changelog.adoc index 09740d9d..17aaa690 100644 --- a/src/main/asciidoc/docs/changelog.adoc +++ b/src/main/asciidoc/docs/changelog.adoc @@ -4,6 +4,28 @@ * The '-M' option that is dedicated to specify the master Fim repository does not work when using the Fim Docker image +== Version 1.2.2 +*(Released 2016-10-24)* + +https://github.com/evrignaud/fim/tree/1.2.2[image:icons/octocat.png[GitHub] Sources] +   -    +https://github.com/evrignaud/fim/compare/1.2.1%2E%2E%2E1.2.2[image:icons/list.png[List] Full Changelog] +   -    +https://github.com/evrignaud/fim/releases/tag/1.2.2[image:icons/package.png[Package] Download] + +=== General +* Dynamically allocate hash threads depending on the disk throughput. + +It allows using automatically more threads with an SSD and less with a classical HDD +* Add http://evrignaud.github.io/fim/slides/en.html[English slides] +* On Linux and Mac OS X, display the hash progress depending on terminal width +* The '-c' option is deprecated in favor of the '-m' one to provide a comment. The rdup command now use the '-M' option +* When purging states, the file name of the last State is not modified and the State number is kept + +=== Bug fix +* Super fast-mode is able to detect correctly growing files +* Add explicit confirmation when removing duplicates +* On Windows, Manage correctly comments with spaces + == Version 1.2.1 *(Released 2016-10-10)* @@ -19,7 +41,7 @@ https://github.com/evrignaud/fim/releases/tag/1.2.1[image:icons/package.png[Pack The 'log' command displays now the same output as the 'status' command. It works completely with States generated with this version of Fim * Thanks to https://twitter.com/nch3v[@nch3v], clarified the 'find-duplicates' command output and sort duplicate sets by wasted space to display the biggest first * Fim is now able to *remove duplicates* that are in the repository. See more in <> -* Add http://evrignaud.github.io/fim/slides/fr[French slides] +* Add http://evrignaud.github.io/fim/slides/fr.html[French slides] === Bug fix * Update memory maximum sizes to more accurate values diff --git a/src/main/asciidoc/docs/faq.adoc b/src/main/asciidoc/docs/faq.adoc index 8ae9129f..5afd3fb8 100644 --- a/src/main/asciidoc/docs/faq.adoc +++ b/src/main/asciidoc/docs/faq.adoc @@ -79,9 +79,10 @@ $ fim st -n Fim hashes files using several threads. This allows taking advantage of the computer resources and maximizes the overall performances of file hashing. + -By default, the number of thread is dynamic and depends on the disk throughput. + +By default, the number of thread is dynamic and depends on the disk throughput. +It allows using automatically more threads with an SSD and less with a classical HDD + You can specify, using the `-t` option, the number of thread to be used for file hashing. + -The best value depends on the kind of hard disk you have. The more throughput you have, the more thread you can use. +The best value depends on the kind of hard disk you have. The more throughput you have, the more thread you may use. == State integrity