X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/fa5a6464a353a15a351e1e1853af007fb41dd4af..871a40df8b73ce50251e2827c1e193902756ddac:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 4ef315b..8e6fe31 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,11 @@ find files -type f ! -name "*_count" | while read f; do bn="$(basename "$f")"; d find links -type f | while read link; do bn="$(basename "$link")"; mkdir "links/$bn"; mv "$link" "links/$bn/"; done; find links -maxdepth 1 -type d -iname "?" -exec rm -rf {} \; ``` -### From 4.0.0 to 4.1.0 +### From 4.0.0 to 4.1.1 There is nothing special to do to update from/to the following versions: - 4.0.0 -> 4.1.0 +- 4.1.0 -> 4.1.1 ### Troubleshooting @@ -475,3 +476,7 @@ The very first version of Jirafeau after the fork of Jyraphe. - Cosmetic fixes - More languages supported and language fixes +## Version 4.1.1 + +- Fix lang sanity check +