summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fa5a646)
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
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 {} \;
```
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
- Cosmetic fixes
- More languages supported and language fixes
- Cosmetic fixes
- More languages supported and language fixes
+## Version 4.1.1
+
+- Fix lang sanity check
+
/* Jirafeau package */
define('JIRAFEAU_PACKAGE', 'Jirafeau');
/* Jirafeau package */
define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.1.0');
+define('JIRAFEAU_VERSION', '4.1.1');
/* Directories. */
define('VAR_FILES', $cfg['var_root'] . 'files/');
/* Directories. */
define('VAR_FILES', $cfg['var_root'] . 'files/');