Skip to content

Commit

Permalink
📦 Release version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evrignaud committed Oct 24, 2016
1 parent 7a95ee4 commit 33170c8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Fim manages the integrity of a complete file tree
## Slides

* [English slides](http://evrignaud.github.io/fim/slides/en.html)<br/>
[![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)<br/>
[![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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fim</groupId>
<artifactId>fim</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>

<name>Fim</name>
<packaging>jar</packaging>
Expand Down
24 changes: 23 additions & 1 deletion src/main/asciidoc/docs/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
&nbsp;&nbsp; - &nbsp;&nbsp;
https://github.com/evrignaud/fim/compare/1.2.1%2E%2E%2E1.2.2[image:icons/list.png[List] Full Changelog]
&nbsp;&nbsp; - &nbsp;&nbsp;
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)*

Expand All @@ -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 <<dealing-with-duplicates.adoc#_remove_duplicates,Remove duplicates>>
* 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
Expand Down
5 changes: 3 additions & 2 deletions src/main/asciidoc/docs/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33170c8

Please sign in to comment.