There was an error while loading. Please reload this page.
1 parent 92b3691 commit f016b92Copy full SHA for f016b92
Changelog.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+v3.1.2
5
+------
6
+* --version flag
7
+* significant performance improvement
8
+* LC_ALL=C for the build process
9
+* fix: bug in dependency handling when multiple versions of a package are installed
10
+
11
v3.1.1
12
------
13
* new flag --no-logs ( to fix an issue with the linux package)
lfs-me
@@ -777,7 +777,7 @@ do
777
do_logs=false
778
;;
779
--version)
780
-echo 3.1.1
+echo 3.1.2
781
lfs_me_cleanup
782
exit 0
783
0 commit comments