-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -411,6 +411,27 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Mon Nov 29 2021 Martin Kolman <[email protected]> - 36.10-1 | ||
- Add tasks for cleaning up after the live image installation (vponcova) | ||
- Create a task for mounting a live image (vponcova) | ||
- Remove unused code from the live image payload module (vponcova) | ||
- Wait for all background threads to finish before filling installation task | ||
queue (mkolman) | ||
- Remove all git hooks (vponcova) | ||
- Add a mnemonic (alt-s) to the LUKS version dropdown (vslavik) | ||
- Use a task to download the image payload (vponcova) | ||
- Clean up the download progress of the image payload (vponcova) | ||
- Fix double quotes in dracut package module-setup (vslavik) | ||
- Use the set up tasks in the image payload class (vponcova) | ||
- Split system purpose tests to a separate file (mkolman) | ||
- Create shared constants file for the subscription module (mkolman) | ||
- Move USER_AGENT to core/constants.py (mkolman) | ||
- Reset the goal during clearing the DNF cache (#2020754) (vponcova) | ||
- Fix generating of the kernel boot argument rd.znet= on s390x (jstodola) | ||
- Do not crash on dangling symlink /etc/resolv.conf (#2019579) (rvykydal) | ||
- Prepare release notes for Fedora 35 (vponcova) | ||
- Fix shell quotes in dracut (vslavik) | ||
|
||
* Mon Nov 15 2021 Martin Kolman <[email protected]> - 36.9-1 | ||
- Remove the BaseLivePayload class (vponcova) | ||
- Cancel planned manual update of system time on turning ntp on (rvykydal) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
m4_define(python_required_version, 3.4) | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([anaconda], [36.9], [[email protected]]) | ||
AC_INIT([anaconda], [36.10], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|