]> git.p6c8.net - jirafeau_project.git/blobdiff - README.md
Jirafeau version 4.1.1
[jirafeau_project.git] / README.md
index 4ef315be1ec6865ef26e3c9105d199a6d65db017..8e6fe31c93b4ee4cec2d829bc01fd185168b31bd 100644 (file)
--- 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 {} \;
 ```
 
 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
 
 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
 
 
 ### Troubleshooting
 
@@ -475,3 +476,7 @@ The very first version of Jirafeau after the fork of Jyraphe.
 - Cosmetic fixes
 - More languages supported and language fixes
 
 - Cosmetic fixes
 - More languages supported and language fixes
 
+## Version 4.1.1
+
+- Fix lang sanity check
+

patrick-canterino.de