New version 34.15-1
- Drop old WiFi & geocoding based geolocation support (mkolman) - Add bot PR comment to run kickstart tests (mpitt) - Migrate Anaconda daily COPR builds to Packit (jkonecny) - Fix missing inst. prefixes for bootloader options in documentation (jkonecny) - network: make generating of kickstart more robust (#1897832) (rvykydal) - Fixup category sorting (mkolman) - Place the user tasks into the right task queue (rvykydal) - Lower geolocation connection timeout to 5 seconds (#1774873) (mkolman) - Remove unused hubQ messages (vponcova) - Remove the justUpdate argument (vponcova) - Don't run the execute method in the kickstart installation in GUI by default (vponcova) - Don't use an empty string as a system root (vponcova) - Fix logs from the get_os_release_value function (vponcova) - Don't enter spokes after we leave the Summary hub (vponcova) - network: rename Gtk cell renderer to prevent name collision (rvykydal) - network: add unit tests for SecretsAgent (rvykydal) - network: make SecretAgentDialog a bit more robust (rvykydal) - network: move wireless secret agent bits into a separate file (rvykydal) - Fix the logic for enabling latest updates (vponcova) - Add better explanation what the `make admin user` means (#1803251) (jkonecny) - Define the updates repositories in the Anaconda configuration files (#1642513) (vponcova) - Migrate User spoke glade file to 3.38 version (jkonecny) - network: migrate SecretAgent from python-dbus to dasbus (rvykydal) - Translate spoke category title directly at runtime (mkolman) - Add description and links for bug keyword searches (vslavik) - Apply pylint excessive memory usage fix (mpitt) - Set shorter workflow timeouts (mpitt) - Fix issue when ns_info cannot be retrieved for NVDimm namespace (jkonecny) - Allow encryption of thin logical volumes (vponcova) - Fix error in initrd: shift count out of range (honza.stodola)
This commit is contained in:
parent
c9412a1349
commit
7f8c16956c
1
.gitignore
vendored
1
.gitignore
vendored
@ -263,3 +263,4 @@
|
||||
/anaconda-34.12.tar.bz2
|
||||
/anaconda-34.13.tar.bz2
|
||||
/anaconda-34.14.tar.bz2
|
||||
/anaconda-34.15.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.14
|
||||
Version: 34.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -369,6 +369,40 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 07 2020 Martin Kolman <mkolman@redhat.com> - 34.15-1
|
||||
- Drop old WiFi & geocoding based geolocation support (mkolman)
|
||||
- Add bot PR comment to run kickstart tests (mpitt)
|
||||
- Migrate Anaconda daily COPR builds to Packit (jkonecny)
|
||||
- Fix missing inst. prefixes for bootloader options in documentation (jkonecny)
|
||||
- network: make generating of kickstart more robust (#1897832) (rvykydal)
|
||||
- Fixup category sorting (mkolman)
|
||||
- Place the user tasks into the right task queue (rvykydal)
|
||||
- Lower geolocation connection timeout to 5 seconds (#1774873) (mkolman)
|
||||
- Remove unused hubQ messages (vponcova)
|
||||
- Remove the justUpdate argument (vponcova)
|
||||
- Don't run the execute method in the kickstart installation in GUI by default
|
||||
(vponcova)
|
||||
- Don't use an empty string as a system root (vponcova)
|
||||
- Fix logs from the get_os_release_value function (vponcova)
|
||||
- Don't enter spokes after we leave the Summary hub (vponcova)
|
||||
- network: rename Gtk cell renderer to prevent name collision (rvykydal)
|
||||
- network: add unit tests for SecretsAgent (rvykydal)
|
||||
- network: make SecretAgentDialog a bit more robust (rvykydal)
|
||||
- network: move wireless secret agent bits into a separate file (rvykydal)
|
||||
- Fix the logic for enabling latest updates (vponcova)
|
||||
- Add better explanation what the `make admin user` means (#1803251) (jkonecny)
|
||||
- Define the updates repositories in the Anaconda configuration files
|
||||
(#1642513) (vponcova)
|
||||
- Migrate User spoke glade file to 3.38 version (jkonecny)
|
||||
- network: migrate SecretAgent from python-dbus to dasbus (rvykydal)
|
||||
- Translate spoke category title directly at runtime (mkolman)
|
||||
- Add description and links for bug keyword searches (vslavik)
|
||||
- Apply pylint excessive memory usage fix (mpitt)
|
||||
- Set shorter workflow timeouts (mpitt)
|
||||
- Fix issue when ns_info cannot be retrieved for NVDimm namespace (jkonecny)
|
||||
- Allow encryption of thin logical volumes (vponcova)
|
||||
- Fix error in initrd: shift count out of range (honza.stodola)
|
||||
|
||||
* Tue Nov 24 2020 Martin Kolman <mkolman@redhat.com> - 34.14-1
|
||||
- Set workflow temp mail and user to GH actions rebase (jkonecny)
|
||||
- Rebase test pull request also for rhel-8 contributors (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.14.tar.bz2) = b7f6d97e28152baf64c9869a6253128fd07e7c7e869486ce15eb160f148227d1cb2252de9aa2d396df1b0a6d4091f01086ffc4afa6dfa9706f5d523a31756d64
|
||||
SHA512 (anaconda-34.15.tar.bz2) = 3c61f06daad711e38a67103afa3e3d158a828dc25edb82992314955994d49e9e235dd0d5031d24b9eb8f135feca38473dad521f9b7f2e2a858dab593ede7dc54
|
||||
|
Loading…
Reference in New Issue
Block a user