7 Commits

Author SHA1 Message Date
pnetlabrepo
894c70d40e Update version 2023-02-02 19:05:33 -03:00
pnetlabrepo
4e9fc71e41 Update CHANGELOG.md 2023-02-02 19:05:17 -03:00
pnetlabrepo
98b0939781 Update ishare2 2023-02-02 19:00:57 -03:00
pnetlabrepo
74531fba8c Update CHANGELOG.md 2023-02-02 17:53:37 -03:00
pnetlabrepo
c4dc73fb32 Update version_gui 2023-02-02 17:52:40 -03:00
pnetlabrepo
1cb327c700 Update CHANGELOG.md 2023-02-02 17:52:32 -03:00
pnetlabrepo
ea43a5f655 Add files via upload 2023-02-02 17:49:42 -03:00
6 changed files with 18 additions and 12 deletions

View File

@@ -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)

View File

@@ -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

Binary file not shown.

View File

@@ -1 +1 @@
v1.0.3
v1.0.4

20
ishare2
View File

@@ -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"

View File

@@ -1 +1 @@
v1.6.4
v1.6.5