-
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
25 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,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) | ||
|
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.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.) | ||
|