diff --git a/autoyast2-4.4.10.tar.bz2 b/autoyast2-4.4.10.tar.bz2 new file mode 100644 index 0000000..a49d329 --- /dev/null +++ b/autoyast2-4.4.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a9d4e13794d5bc4b8d113df513ae9572d61748ff04b889df250f2f20e4bbed +size 722599 diff --git a/autoyast2-4.4.2.tar.bz2 b/autoyast2-4.4.2.tar.bz2 deleted file mode 100644 index 71d604e..0000000 --- a/autoyast2-4.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98fb7a20ee1007f60081753ac931b0664fe818d953e2ae31adf2477f0394ad05 -size 710424 diff --git a/autoyast2.changes b/autoyast2.changes index 8434c0e..a549d9e 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Mon Jun 14 09:37:41 UTC 2021 - Imobach Gonzalez Sosa + +- Fix the copy of the profile to the installed system as + /var/adm/autoinstall/cache/installedSystem.xml (bsc#1187221). +- 4.4.10 + +------------------------------------------------------------------- +Fri Jun 11 09:46:05 UTC 2021 - Imobach Gonzalez Sosa + +- Do not crash when the general/storage section is empty + (bsc#1187180). +- 4.4.9 + +------------------------------------------------------------------- +Thu Jun 10 09:38:45 UTC 2021 - Knut Anderssen + +- Import proxy settings during the 1st stage of the installation + (bsc#1185016) +- 4.4.8 + +------------------------------------------------------------------- +Mon Jun 7 13:06:43 UTC 2021 - Imobach Gonzalez Sosa + +- Abort the installation importing the users sections from + the profile fails (related to jsc#PM-2620). +- 4.4.7 + +------------------------------------------------------------------- +Thu May 13 19:07:57 UTC 2021 - Knut Anderssen + +- Recommend icewm if graphical installation (bsc#1185095) +- 4.4.6 + +------------------------------------------------------------------- +Thu May 13 08:45:04 UTC 2021 - Imobach Gonzalez Sosa + +- Install packages in the PackagesProposal during autoupgrade + (see bsc#1184488). +- 4.4.5 + +------------------------------------------------------------------- +Tue May 11 08:50:30 UTC 2021 - Imobach Gonzalez Sosa + +- Refactor the mechanism (bsc#1185704): + - Split the code into several and testable classes. + - Fix 'Next' dialog calculation when the target does not exist. + -