33The released versions changelogs below are only about the main repository.
44
55### 2.0.0
6- * incoming release date *
6+ * 2024/11/19 *
77##### Added
88- Log support in /var/log/bashpack/ and "--get-logs" option
99- Sub command "update" support of DNF (and YUM fallback)
10- - (WIP) Sub command "firewall" for firewall management (nftables only for now)
10+ - Sub command "firewall" for firewall management (nftables only for now)
1111- This changelog file : D
1212
1313##### Modified
1414- Entirely rewritten to be compliant with POSIX systems
15- - Update process improved to avoid downloading too much files
16- - Installation process improved by automatically detect the better $PATH
15+ - Self update improved to avoid downloading too much files
16+ - Self update can now be forced with "-u --force" option
17+ - Self installation improved by automatically detect the better $PATH
18+ - Self installation can now read a given publication with "-i publication_name"
1719- Sub command "verify" is now more used in installation process
1820- Sub command "verify" can now detect presence of required commands
19- - Config file rename from bashpack_config to bashpack.conf
21+ - Config file renamed from bashpack_config to bashpack.conf
2022- Detection of systemd improved to be able to install on compatible systems only
2123- Detection of pkg-config improved to be able to install on compatible systems only
2224- Moving sources from /usr/local/src/ to /opt/
@@ -32,8 +34,8 @@ The released versions changelogs below are only about the main repository.
3234- Sub command "verify" can now test repository reachability and test releases download/extraction
3335
3436##### Modified
35- - Update process is now taking in account the configuration file and the user custom values
36- - Update process is now avoiding undesirables uninstallations
37+ - Self update is now taking in account the configuration file and the user custom values
38+ - Self update is now avoiding undesirables uninstallations
3739
3840------------
3941### 1.0.4
0 commit comments