Skip to content

Commit

Permalink
New version - 40.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 13, 2024
1 parent 1e25662 commit 0d74950
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,27 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Feb 13 2024 github-actions <[email protected]> - 40.22-1
- gui: Enforce the non-interactive text mode for dir and image installations
(vponcova)
- Update translations from Weblate for master (github-actions)
- Lower log file permission in /tmp (jkonecny)
- Add utility function to set file mode (jkonecny)
- Add release notes about proxy fix (jkonecny)
- webui: Disable unsupported use cases and installation environments (vponcova)
- Fix "proxy" boot option is printing inst. warning (#2177219) (jkonecny)
- Fix kickstart proxy cmd in stage1 (#2177219) (jkonecny)
- Use inst.proxy in stage1 (#2177219) (jkonecny)
- startup: Set up the session bus on the boot.iso (vponcova)
- Bump required version of blivet to 3.9.0 (vtrefny)
- Allow reusing existing "empty" filesystems for / (vtrefny)
- storage: Allow systemd-boot only for package installations (vponcova)
- Resolve symlinks in ostree install bind mount destinations (#2262892)
(awilliam)
- storage: Handle live images and inst.sdboot (jeremy.linton)
- gui: Remove the graphical support for additional repositories (vponcova)
- Add the attribute links to the device data (kkoukiou)

* Tue Feb 06 2024 github-actions <[email protected]> - 40.21-1
- Update translations from Weblate for master (github-actions)
- Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options
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], [40.21], [[email protected]])
AC_INIT([anaconda], [40.22], [[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 0d74950

Please sign in to comment.