New version 33.14-1
- subscription: Hook up state update methods (mkolman) - subscription: Make it possible to register/unregister from the GUI (mkolman) - subscription: Register & subscribe during automated installation (mkolman) - subscription: Add asynchronous registration helper functions (mkolman) - subscription: Add IsRegistered property (mkolman) - Add functions for DBus sources (vponcova) - Implement DeviceName API for CDrom payload source (jkonecny) - Return device name from SetUpCdromSourceTask (jkonecny) - Add GetISOPath HardDrive payload source API (jkonecny) - subscription: Add the ParseAttachedSubscriptionsTask (mkolman) - Add new Hard drive source property to tell that iso is used (jkonecny) - Change return of SetUpHardDriveSourceTask (jkonecny) - Add __repr__ to payload sources (vslavik) - Create a DBus proxy of the DNF module (vponcova) - Work around pylint 2.5.0 issue with _ in warning id (vslavik) - subscription: Add network connectivity check to the Subscription spoke (mkolman) - Split find_and_mount_iso_image source helper func (jkonecny) - subscription: Add main Subscription spoke structure (mkolman) - Add the DBus method ActivatePayload (vponcova) - Add the DBus property CreatedPayloads (vponcova) - Replace the DBus method GetActivePayload with a property (vponcova) - subscription: Add helper functions for Subscription spoke (mkolman) - Remove the DBus method IsPayloadSet (vponcova) - subscription: Add glade file for Subscription spoke (mkolman) - subscription: Simplify system purpose configuration (mkolman) - subscription: Implement equality testing for SystemPurposeData (mkolman) - subscription: Add check_system_purpose_set() helper function (mkolman) - Add generate_repo_configuration for URL payload source (jkonecny) - Add gererate_repo_configuration for all mount sources (jkonecny) - Add GetRepoConfigurations API for DNF payload (jkonecny) - Create ABC class declaring interface for RPM sources (jkonecny) - Add the combo box for choosing a LUKS version in the container dialog (#1714120) (vponcova) - Use the combo box for choosing a LUKS version only for encrypted devices (vponcova) - Provide the LUKS version of the encrypted container (vponcova) - Add the function set_container_data (vponcova)
This commit is contained in:
parent
a655490e58
commit
b966c8c905
1
.gitignore
vendored
1
.gitignore
vendored
@ -239,3 +239,4 @@
|
|||||||
/anaconda-33.11.tar.bz2
|
/anaconda-33.11.tar.bz2
|
||||||
/anaconda-33.12.tar.bz2
|
/anaconda-33.12.tar.bz2
|
||||||
/anaconda-33.13.tar.bz2
|
/anaconda-33.13.tar.bz2
|
||||||
|
/anaconda-33.14.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 33.13
|
Version: 33.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -353,6 +353,46 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2020 Martin Kolman <mkolman@redhat.com> - 33.14-1
|
||||||
|
- subscription: Hook up state update methods (mkolman)
|
||||||
|
- subscription: Make it possible to register/unregister from the GUI (mkolman)
|
||||||
|
- subscription: Register & subscribe during automated installation (mkolman)
|
||||||
|
- subscription: Add asynchronous registration helper functions (mkolman)
|
||||||
|
- subscription: Add IsRegistered property (mkolman)
|
||||||
|
- Add functions for DBus sources (vponcova)
|
||||||
|
- Implement DeviceName API for CDrom payload source (jkonecny)
|
||||||
|
- Return device name from SetUpCdromSourceTask (jkonecny)
|
||||||
|
- Add GetISOPath HardDrive payload source API (jkonecny)
|
||||||
|
- subscription: Add the ParseAttachedSubscriptionsTask (mkolman)
|
||||||
|
- Add new Hard drive source property to tell that iso is used (jkonecny)
|
||||||
|
- Change return of SetUpHardDriveSourceTask (jkonecny)
|
||||||
|
- Add __repr__ to payload sources (vslavik)
|
||||||
|
- Create a DBus proxy of the DNF module (vponcova)
|
||||||
|
- Work around pylint 2.5.0 issue with _ in warning id (vslavik)
|
||||||
|
- subscription: Add network connectivity check to the Subscription spoke
|
||||||
|
(mkolman)
|
||||||
|
- Split find_and_mount_iso_image source helper func (jkonecny)
|
||||||
|
- subscription: Add main Subscription spoke structure (mkolman)
|
||||||
|
- Add the DBus method ActivatePayload (vponcova)
|
||||||
|
- Add the DBus property CreatedPayloads (vponcova)
|
||||||
|
- Replace the DBus method GetActivePayload with a property (vponcova)
|
||||||
|
- subscription: Add helper functions for Subscription spoke (mkolman)
|
||||||
|
- Remove the DBus method IsPayloadSet (vponcova)
|
||||||
|
- subscription: Add glade file for Subscription spoke (mkolman)
|
||||||
|
- subscription: Simplify system purpose configuration (mkolman)
|
||||||
|
- subscription: Implement equality testing for SystemPurposeData (mkolman)
|
||||||
|
- subscription: Add check_system_purpose_set() helper function (mkolman)
|
||||||
|
- Add generate_repo_configuration for URL payload source (jkonecny)
|
||||||
|
- Add gererate_repo_configuration for all mount sources (jkonecny)
|
||||||
|
- Add GetRepoConfigurations API for DNF payload (jkonecny)
|
||||||
|
- Create ABC class declaring interface for RPM sources (jkonecny)
|
||||||
|
- Add the combo box for choosing a LUKS version in the container dialog
|
||||||
|
(#1714120) (vponcova)
|
||||||
|
- Use the combo box for choosing a LUKS version only for encrypted devices
|
||||||
|
(vponcova)
|
||||||
|
- Provide the LUKS version of the encrypted container (vponcova)
|
||||||
|
- Add the function set_container_data (vponcova)
|
||||||
|
|
||||||
* Thu May 07 2020 Martin Kolman <mkolman@redhat.com> - 33.13-1
|
* Thu May 07 2020 Martin Kolman <mkolman@redhat.com> - 33.13-1
|
||||||
- Remove a missed use of has_source() to fix tests (vslavik)
|
- Remove a missed use of has_source() to fix tests (vslavik)
|
||||||
- Change string to new format (vslavik)
|
- Change string to new format (vslavik)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-33.13.tar.bz2) = 6647aa849a8cca896cb6d1a83a8a51e5dc315105c78181cc04b1a88349b4febbbb0f6f537b6c62d380005818afb2d8c0ec581ef56180a9d630ece06a0beb63b7
|
SHA512 (anaconda-33.14.tar.bz2) = 738dfa10998317ec90f221279b003372aa5a0987b86c7d64598c532870614498c5e30d2c9b606fcd1bcb66aac29331ec3064c4410674f1f54f540aa2d7f6a720
|
||||||
|
Loading…
Reference in New Issue
Block a user