Skip to content

Commit

Permalink
New version - 36.9
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Nov 15, 2021
1 parent 72d0764 commit 3bf2b4a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,28 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Mon Nov 15 2021 Martin Kolman <[email protected]> - 36.9-1
- Remove the BaseLivePayload class (vponcova)
- Cancel planned manual update of system time on turning ntp on (rvykydal)
- Always check the dot before a tar suffix (vponcova)
- Unify the detection of the tar image (vponcova)
- Remove Jenkins from makebumpver (vslavik)
- Add Rocky Linux profile to Anaconda (tucklesepk)
- Add a new separator after the default keyboard layout (vponcova)
- Replace the deprecated syspurpose CLI tool with SetSysrpose DBus call
(mkolman)
- bug fix: activate connection from callback _connection_updated_cb (qiy)
- Remove git hook scripts (vslavik)
- Run rsync with the correct source (vponcova)
- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
- Add Rocky Linux profile to Anaconda (tucklesepk)
- Migrate the Live OS payload on DBus (vponcova)
- Don't require implementation of post_install_with_tasks (vponcova)
- Move test launcher scripts to subdirectories (vslavik)
- Fix all Shellcheck warnings in tests (vslavik)
- Add Shellcheck config for Anaconda (vslavik)
- Remove the provides_web_browser property (vponcova)

* 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)
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], [36.8], [[email protected]])
AC_INIT([anaconda], [36.9], [[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 3bf2b4a

Please sign in to comment.