Skip to content

Commit

Permalink
New version - 36.10
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Nov 29, 2021
1 parent 8b37225 commit 5be2d13
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 5be2d13

Please sign in to comment.