-
Notifications
You must be signed in to change notification settings - Fork 363
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
34 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 |
---|---|---|
|
@@ -453,6 +453,39 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Tue Mar 15 2022 Martin Kolman <[email protected]> - 37.3-1 | ||
- Increase version of the anaconda-widgets (jkonecny) | ||
- Disable layout_indicator in Anaconda (jkonecny) | ||
- Don't configure the keyboard in Live environments with XWayland (jkonecny) | ||
- webui: tests: check-installation-progress tests are not non-destructive | ||
(kkoukiou) | ||
- tests: webui: ensure that installation reaches boot-loader step and fails | ||
(kkoukiou) | ||
- webui: storage configuration: show only usable disks in the table (kkoukiou) | ||
- webui: set default storage configuration in the JS code (kkoukiou) | ||
- webui: move localization apis to 'apis' folder (kkoukiou) | ||
- webui: move installation apis to 'apis' folder (kkoukiou) | ||
- webui: pass up to the component tree a hander for showing errors in the UI | ||
(kkoukiou) | ||
- webui: move react components to a new `components` folders (kkoukiou) | ||
- webui: rewrite language selection component to a class component (kkoukiou) | ||
- network: Handle network configuration paths not existing (awilliam) | ||
- webui: webpack: process all assets when compressing (kkoukiou) | ||
- Change pylint ignore from number to name (vslavik) | ||
- Remove RpmDb-related setup in OSTree payloads (vslavik) | ||
- pylint: Survive scanning broken symlinks (vslavik) | ||
- pylint: Don't read whole files to check hashbangs (vslavik) | ||
- pylint: Ignore checkouts of cockpit repos (vslavik) | ||
- pylint: Simplify skipping already detected paths (vslavik) | ||
- webui: move to a wizard based design implementation (mkolman) | ||
- Do not crash on network --device link with wireless device (#2051235) | ||
(rvykydal) | ||
- Remove the decorated_window conf option (vslavik) | ||
- packit: build SRPM in Copr (ttomecek) | ||
- Use the latest Read the Docs theme (vponcova) | ||
- Change the example bug related to unlocked LUKS devices (vponcova) | ||
- webui: read conf from installation environment (vslavik) | ||
|
||
* Tue Mar 08 2022 Martin Kolman <[email protected]> - 37.2-1 | ||
- Fix Makefile targets using L10N Makefile variables (jkonecny) | ||
- Remove the blivet_gui_supported configuration option (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], [37.2], [[email protected]]) | ||
AC_INIT([anaconda], [37.3], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|