New version 33.3-1
- Fix typos, comments and style in the storage-related code (vponcova) - Don't add None values to a combo box (#1810679) (vponcova) - Fix the unit tests for BTRFS (vponcova) - Adjust documentation for new localization solution (jkonecny) - Check pykickstart imports are correct in branching (jkonecny) - Be able to disable correct branch in check-branching (jkonecny) - Add check for branch setting (jkonecny) - Add localization branch testing (jkonecny) - Move functions to pyanaconda.core.storage (vponcova) - Move functions to pyanaconda.ui.lib.storage (vponcova) - Update action buttons only for the selected row (vponcova) - Fix action buttons in the resize dialog (#1809950) (vponcova) - Add branch specific configuration to a separate file (jkonecny) - Always use the Anaconda's kickstart version (vponcova) - Remove the Baz module (vponcova) - Add small badges for Read the Docs and translations (vponcova) - Remove the temporary workaround for StorageError (vponcova) - Remove the error handler from the storage-related code (vponcova) - Handle storage installation errors (vponcova) - Remove the handler for FSTabTypeMismatchError (vponcova) - Handle ZIPL errors as a bootloader installation error (vponcova) - Remove the handler for NoDisksError (vponcova) - Remove the handler for PartitioningError (vponcova) - Handle the unusable storage module in UI (#1808650) (vponcova) - Don't mention new-kernel-pkg anymore in /etc/sysconfig/kernel (rvykydal) - Don't print warnings for new-kernel-pkg not being present (javierm) - Handle the unusable storage module in the DBus Storage module (vponcova) - network: add network module tests for installation tasks (rvykydal) - Fix incorrect docstrings (vslavik) - Use the latest kernel version list (#1807252) (vponcova) - Check free space in the correct device tree (#1807339) (vponcova) - Change log-capture script date to remove `:` symbol (jkonecny) - Add missing logs to the log-capture utility (jkonecny)
This commit is contained in:
parent
601e671bc3
commit
415bee50eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -228,3 +228,4 @@
|
||||
/anaconda-32.24.tar.bz2
|
||||
/anaconda-33.1.tar.bz2
|
||||
/anaconda-33.2.tar.bz2
|
||||
/anaconda-33.3.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.2
|
||||
Version: 33.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +353,41 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2020 Martin Kolman <mkolman@redhat.com> - 33.3-1
|
||||
- Fix typos, comments and style in the storage-related code (vponcova)
|
||||
- Don't add None values to a combo box (#1810679) (vponcova)
|
||||
- Fix the unit tests for BTRFS (vponcova)
|
||||
- Adjust documentation for new localization solution (jkonecny)
|
||||
- Check pykickstart imports are correct in branching (jkonecny)
|
||||
- Be able to disable correct branch in check-branching (jkonecny)
|
||||
- Add check for branch setting (jkonecny)
|
||||
- Add localization branch testing (jkonecny)
|
||||
- Move functions to pyanaconda.core.storage (vponcova)
|
||||
- Move functions to pyanaconda.ui.lib.storage (vponcova)
|
||||
- Update action buttons only for the selected row (vponcova)
|
||||
- Fix action buttons in the resize dialog (#1809950) (vponcova)
|
||||
- Add branch specific configuration to a separate file (jkonecny)
|
||||
- Always use the Anaconda's kickstart version (vponcova)
|
||||
- Remove the Baz module (vponcova)
|
||||
- Add small badges for Read the Docs and translations (vponcova)
|
||||
- Remove the temporary workaround for StorageError (vponcova)
|
||||
- Remove the error handler from the storage-related code (vponcova)
|
||||
- Handle storage installation errors (vponcova)
|
||||
- Remove the handler for FSTabTypeMismatchError (vponcova)
|
||||
- Handle ZIPL errors as a bootloader installation error (vponcova)
|
||||
- Remove the handler for NoDisksError (vponcova)
|
||||
- Remove the handler for PartitioningError (vponcova)
|
||||
- Handle the unusable storage module in UI (#1808650) (vponcova)
|
||||
- Don't mention new-kernel-pkg anymore in /etc/sysconfig/kernel (rvykydal)
|
||||
- Don't print warnings for new-kernel-pkg not being present (javierm)
|
||||
- Handle the unusable storage module in the DBus Storage module (vponcova)
|
||||
- network: add network module tests for installation tasks (rvykydal)
|
||||
- Fix incorrect docstrings (vslavik)
|
||||
- Use the latest kernel version list (#1807252) (vponcova)
|
||||
- Check free space in the correct device tree (#1807339) (vponcova)
|
||||
- Change log-capture script date to remove `:` symbol (jkonecny)
|
||||
- Add missing logs to the log-capture utility (jkonecny)
|
||||
|
||||
* Tue Mar 03 2020 Martin Kolman <mkolman@redhat.com> - 33.2-1
|
||||
- prefixdevname: add to unit tests (rvykydal)
|
||||
- prefixdevname: pass persistent configuration to installed system (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.2.tar.bz2) = cfccab0ad5f9f935eb072e465815ae4345db07352d1501a0e843f769c5accdc6a7832bdf76ddf1e986ff561546e97fc43d2614ad10bb0cd999dc61001cb7cef6
|
||||
SHA512 (anaconda-33.3.tar.bz2) = 481fd2a21dab0148eada459f3a44444dee56e00bb0e03c12d2ff112fe71ecc1645f20d71c0211abafa826e0f9dc3fe4cc8c5806e475a408c5a366de7c91d090f
|
||||
|
Loading…
Reference in New Issue
Block a user