diff options
author | Michael Catanzaro <mcatanzaro@redhat.com> | 2023-04-20 10:57:36 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@redhat.com> | 2023-04-20 10:57:36 -0500 |
commit | 707137ffbd20ed6fc143094f7a46ddf929f603ba (patch) | |
tree | a7dbd49ac1399a314af50fe1840f7952bf2bca84 | |
parent | 3c40dba5a023ddb2e22637b96a15f9d5034af77b (diff) | |
download | epiphany-44.2.tar.gz |
Prepare 44.244.2
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | data/org.gnome.Epiphany.appdata.xml.in.in | 1 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,10 @@ +44.2 - April 20, 2023 +===================== + + * Fix invalid characters in screenshot suggested filename (#2013, Cleo Menezes Jr.) + * Relocate and fix Sync Now button in Firefox Sync dialog (#2042) + * Fix crash when closing window and discarding modified forms (#2043) + 44.1 - April 2, 2023 ==================== diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in index e86a23414..bc2af98d7 100644 --- a/data/org.gnome.Epiphany.appdata.xml.in.in +++ b/data/org.gnome.Epiphany.appdata.xml.in.in @@ -55,6 +55,7 @@ <display_length compare="ge">360</display_length> </requires> <releases> + <release date="2023-04-20" version="44.2"/> <release date="2023-04-02" version="44.1"/> <release date="2023-03-17" version="44.0"/> <release date="2023-03-03" version="44~rc"/> diff --git a/meson.build b/meson.build index dd6617579..52d92e1a3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epiphany', 'c', license: 'GPL3+', - version: '44.1', + version: '44.2', meson_version: '>= 0.59.0', default_options: ['c_std=gnu11', 'warning_level=2'] |