Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
894c70d40e | ||
|
|
4e9fc71e41 | ||
|
|
98b0939781 | ||
|
|
74531fba8c | ||
|
|
c4dc73fb32 | ||
|
|
1cb327c700 | ||
|
|
ea43a5f655 |
@@ -1,6 +1,9 @@
|
||||
# Changelog for ishare2
|
||||
All notable changes to this project will be documented in this file. You can upgrade ishare2 to the latest version using `ishare2 upgrade` and then selecting `option 1`
|
||||
|
||||
## [v1.6.5] - 2023-Feb-02
|
||||
1) Added: Now, menu `ishare2 upgrade` > `option 2` displays a message next to each version to distinguish between the STABLE and BETA versions of PNETLab
|
||||
|
||||
## [v1.6.4] - 2023-Feb-02
|
||||
1) Added: A new option was added to `ishare2 upgrade` > `option 2`: Now, it is possible to upgrade PNETLab from almost any version to v5.3.7 (Not possible for this case: 6.x to 5.3.7)
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Changelog for ishare2 GUI
|
||||
All notable changes to this project will be documented in this file. You can upgrade ishare2 GUI to the latest version using `ishare2 upgrade` and then selecting `option 3`
|
||||
|
||||
## [v1.0.4] - 2023-Feb-02
|
||||
1) Modified: In this version, when a user looks for installed images, those images are now displayed with correspondant IDs and not with a table starting from 1. This was not causing any bug in previous versions. This upgrade just shows a precise version of installed image IDs. Also, Size and Unit columns were added in order to display more information. It applies to bin, dynamips and qemu searches
|
||||
|
||||
## [v1.0.3] - 2023-Feb-02
|
||||
1) Modified: A bug related to search field was solved. This bug was not retrieving the correct id for every match causing wrong downloads. It applies to bin, dynamips and qemu searches
|
||||
|
||||
|
||||
BIN
gui/app.zip
BIN
gui/app.zip
Binary file not shown.
@@ -1 +1 @@
|
||||
v1.0.3
|
||||
v1.0.4
|
||||
|
||||
20
ishare2
20
ishare2
@@ -968,16 +968,16 @@ function upgrade_ishare2() {
|
||||
function menu_ishare2_upgrade_pnetlab() {
|
||||
prompt="Please, select an option: "
|
||||
options=(
|
||||
"Upgrade PNETLab: from 4.2.10 to 5.0.1"
|
||||
"Upgrade PNETLab: from 4.2.10 to 5.2.7"
|
||||
"Upgrade PNETLab: from 5.0.1 to 5.2.7"
|
||||
"Upgrade PNETLab: from any version to 5.2.8"
|
||||
"Upgrade PNETLab: from any version to 5.2.9"
|
||||
"Upgrade PNETLab: from any version to 5.3.0"
|
||||
"Upgrade PNETLab: from any version to 5.3.2"
|
||||
"Upgrade PNETLab: from any version to 5.3.4"
|
||||
"Upgrade PNETLab: from any version to 5.3.5"
|
||||
"Upgrade PNETLab: from any version to 5.3.7"
|
||||
"(STABLE) Upgrade PNETLab: from 4.2.10 to 5.0.1"
|
||||
"(BETA) Upgrade PNETLab: from 4.2.10 to 5.2.7"
|
||||
"(BETA) Upgrade PNETLab: from 5.0.1 to 5.2.7"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.2.8"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.2.9"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.3.0"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.3.2"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.3.4"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.3.5"
|
||||
"(BETA) Upgrade PNETLab: from any version to 5.3.7"
|
||||
)
|
||||
|
||||
PS3="$prompt"
|
||||
|
||||
Reference in New Issue
Block a user