diff --git a/.anaconda.metadata b/.anaconda.metadata
index 6a8d63d..f64c773 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-27c75ca1771681a37e6819a9c39441102eaa8e42 SOURCES/anaconda-33.16.4.1.tar.bz2
+6ba215fc553f2487b1f3ff6e0634515735be06f9 SOURCES/anaconda-33.16.4.4.tar.bz2
diff --git a/.gitignore b/.gitignore
index 30b53eb..6a15783 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.4.1.tar.bz2
+SOURCES/anaconda-33.16.4.4.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index 036b658..f808050 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.4.1
+Version: 33.16.4.4
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,83 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Tue Dec 08 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.4-1
+- network: rename Gtk cell renderer to prevent name collision (rvykydal)
+  Related: rhbz#1847681
+- network: add unit tests for SecretsAgent (rvykydal)
+  Related: rhbz#1847681
+- network: make SecretAgentDialog a bit more robust (rvykydal)
+  Related: rhbz#1847681
+- network: move wireless secret agent bits into a separate file (rvykydal)
+  Related: rhbz#1847681
+- network: migrate SecretAgent from python-dbus to dasbus (rvykydal)
+  Related: rhbz#1847681
+- network: do not use dialog for just single wireless connection to configure
+  (rvykydal)
+  Related: rhbz#1847681
+- network: fix configuration of wireless networks (rvykydal)
+  Related: rhbz#1847681
+- network: use dialog instead of combobox to select wireless network (rvykydal)
+  Related: rhbz#1847681
+- network: deal with obsolete ssid when configuring wireless (rvykydal)
+  Related: rhbz#1847681
+- network: use function instead of assigned lambda in wireless activation
+  (rvykydal)
+  Related: rhbz#1847681
+- network: do not update wireless AP combo active item when not necessary
+  (rvykydal)
+  Related: rhbz#1847681
+- network: do not use obsolete access points in wireless configuration
+  (rvykydal)
+  Resolves: rhbz#1847681
+- Update the function get_default_partitioning (vponcova)
+  Related: rhbz#1887370
+- Update the property default_partitioning (vponcova)
+  Related: rhbz#1887370
+- Change the default_partitioning option (vponcova)
+  Resolves: rhbz#1887370
+
+* Wed Nov 25 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.3-1
+- Fix incomplete configuration of repositories loaded from treeinfo
+  (honza.stodola)
+  Resolves: rhbz#1745064
+- Fix checking ssl certificate for metadata (honza.stodola)
+  Resolves: rhbz#1745064
+- Apply pylint excessive memory usage fix (mpitt)
+  Related: rhbz#1885635
+- Use bootlist command to update the PowerPC-64 Boot Order (javierm)
+  Resolves: rhbz#1854307
+- Discard current boot list when updating the boot-device NRVAM variable
+  (javierm)
+  Resolves: rhbz#1854307
+- Improve the error dialog for storage reset (vponcova)
+  Resolves: rhbz#1877050
+- Fix issue when ns_info cannot be retrieved for NVDimm namespace (jkonecny)
+  Resolves: rhbz#1891827
+- Relabel the anaconda logs after copying them to the installed system
+  (jstodola)
+  Resolves: rhbz#1870493
+- post-scripts need to be sorted (honza.stodola)
+  Related: rhbz#1870493
+
+* Mon Nov 23 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.2-1
+- Install Red Hat IT root certificate into anaconda-ci container (mpitt)
+  Related: rhbz#1885635
+- Install python-copr into anaconda-ci container (mpitt)
+  Related: rhbz#1885635
+- Change handling of UID and GID values (vslavik)
+  Related: rhbz#1786680
+- Send UID and GID over D-Bus as UInt32 (vslavik)
+  Related: rhbz#1786680
+- Correct limits for UIDs and GIDs in GUI (vslavik)
+  Resolves: rhbz#1786680
+- Add rhel unit-tests workflow for pull_request_trigger back (jkonecny)
+  Related: rhbz#1885635
+- Select disks for implicit partitions (vponcova)
+  Resolves: rhbz#1642391
+- Extend the PartSpec class (vponcova)
+  Related: rhbz#1642391
+
 * Fri Nov 06 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.1-1
 - Allow to format selected DASDs (vponcova)
   Resolves: rhbz#1874394