Skip to content

Commit

Permalink
New version - 37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Mar 8, 2022
1 parent 4434b24 commit 277f860
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,59 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*

%changelog
* 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)
- webui: tests: move journal parsing for waiting for webui initialization to
the VM creation script (kkoukiou)
- webui: tests: move cockpit-ws spawning to the machine_install script instead
of the ks file (kkoukiou)
- webui: tests: workaround cockpit's expectation for test/images directory
(kkoukiou)
- webui: first pass on the installation progress component (kkoukiou)
- webui: tests: add payload workaround for the webui tests (kkoukiou)
- webui: add notification component at top level (kkoukiou)
- Set up basic error handling for the Web UI (vponcova)
- Provide defaults for the Web UI installation (vponcova)
- webui: tests: wait for the webui initialiation to have finishes before
running the tests (kkoukiou)
- Always request localization files during build (jkonecny)
- Collect PO files names dynamically (jkonecny)
- Move the po files download to the `make` call (jkonecny)
- webui: tests: actually boot into the webui mode (kkoukiou)
- webui: tests: ignore output when running commands in the ks file (kkoukiou)
- Remove the enable_ignore_broken_packages configuration option (vponcova)
- build(deps): bump (49699333+dependabot[bot])
- tests: webui: Increate timeout for accessible webui to 5 minutes (kkoukiou)
- Replace one more icon after removal from adwaita (#2055883) (jkonecny)
- Allow to run an incomplete installation via DBus (vponcova)
- Remove ksdata from migrated payload classes (vponcova)
- Remove progressQ (vponcova)
- Don't use progressQ in GUI (vponcova)
- Don't use progressQ in TUI (vponcova)
- Don't use progressQ in the installation queue (vponcova)
- Update accordion.py (76429226+layne-yang)
- Replace legacy adwaita icons removed in adwaita-icon-theme 42 (awilliam)
- Update the .coveragerc file (vponcova)
- webui: Pin eslint-plugin-react to the last non broken release (kkoukiou)
- build(deps): bump (49699333+dependabot[bot])
- ovirt: move /var/tmp to its own partition (sbonazzo)
- webui: Don't save SSH key in command from VM script (vslavik)
- docs: add intructions to the on-duty team member for handling failing image
refreshes for webui tests (kkoukiou)
- Add a release note for removed undocumented and unused scripts (vponcova)
- Remove the /usr/bin/analog script (vponcova)
- Remove the /usr/bin/restart-anaconda script (vponcova)
- Improve the documentation of the run-anaconda script (vponcova)
- Don't report the name of the DBus task by default (vponcova)
- webui: Use grouped typeahead for the language selector (kkoukiou)
- webui: consume real data in the language selection dialog from the API
(kkoukiou)
- Introduce GetLanguages, GetLanguageData, GetLocales, GetLocaleData methods on
the Localization interface (kkoukiou)
- Add note to branching guide to look on pykickstart issues (#docs) (jkonecny)
- Fixed the translation not taking effect (yangxiaoxuan)

* Mon Feb 21 2022 Martin Kolman <[email protected]> - 37.1-1
- webui: checkout last release instead of main for cockpit's test library
(kkoukiou)
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.1], [[email protected]])
AC_INIT([anaconda], [37.2], [[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 277f860

Please sign in to comment.