Skip to content

Commit

Permalink
New version - 36.8
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Nov 2, 2021
1 parent 97b72dc commit fccc118
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Nov 02 2021 Martin Kolman <[email protected]> - 36.8-1
- Make network spoke GUI more robust in cases of missing NM Client. (rvykydal)
- Do not crash on missing NM Client on --vnc installations (#1998754)
(rvykydal)
- Add configuration files for Read the Docs (vponcova)
- Use the set-up and tear-down tasks of the Live OS image source (vponcova)
- make US keyboard layout easier to find in Anaconda (suanand)
- Show correctly that no admin user is set up (vslavik)
- Move the Live OS image detection into a task (vponcova)
- No wildcards in Automake (praiskup)
- Create a new base class for migrated payloads (vponcova)
- Disable the concurrency check in the error dialog in TUI (vponcova)
- Unify GUI & TUI root spoke completeness conditions (vslavik)
- Log statistics about the image installation (vponcova)
- Document the drop-in %%post scripts (vslavik)
- Monitor the progress of the image installation in tasks (vponcova)
- Bump required rpm version (vslavik)
- CONTRIBUTING: Note to base changes on a clone of the target branch. (fgrose)
- anaconda-cleanup: Don't unmount '/run/rootfsbase'. (fgrose)
- Change creation of post-script directory (vslavik)
- Restore file contexts in task instead of %%post script (vslavik)
- CopyLogsWithTask is now FinishInstallationWithTasks (vslavik)
- Use the recommended autoreconf command (praiskup)

* Tue Oct 12 2021 Martin Kolman <[email protected]> - 36.7-1
- Cache the parsed content of the help mapping files (vponcova)
- Use specific help directories (vponcova)
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.7], [[email protected]])
AC_INIT([anaconda], [36.8], [[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 fccc118

Please sign in to comment.