diff --git a/anaconda.spec.in b/anaconda.spec.in index edfa86399b3..7f2d1f5d8d1 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 20 2024 github-actions - 41.30-1 +- Use proxy server also for FTP .treeinfo download (jkonecny) +- Fix the VNC question (#2293672) (mkolman) +- Check if text mode was actually requested by kickstart (#2293672) (mkolman) + * Tue Aug 13 2024 github-actions - 41.29-1 - Remove deprecated warnings for inst prefix (rolivier) - Fix using kickstart mount command with device ID (vtrefny) diff --git a/configure.ac b/configure.ac index 8a53ca15f06..57ce9f79611 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [41.29], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.30], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)