Skip to content

Commit

Permalink
New version - 37.3
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Mar 15, 2022
1 parent c714884 commit baaaae8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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], [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.)
Expand Down

0 comments on commit baaaae8

Please sign in to comment.