Skip to content

Commit

Permalink
Release 44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoo committed Jul 1, 2023
1 parent 29b504e commit 3761d17
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=============
Evince 44.3
=============

build:
* Add support for validating appdata versions (#1950, Bastien Nocera)
* Check for NEWS and appdata updates for new releases (Bastien Nocera)
* Don't discard matches without text area in the find bar (#1943, Nelson Benítez León)

Developers:
* Bastien Nocera, Nelson Benítez León

Translations:
* Bruce Cowan (British English)

=============
Evince 44.2
=============
Expand Down
2 changes: 1 addition & 1 deletion check-news.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fi

for i in $@ ; do
case "$i" in
*"metainfo"*)
*"appdata"*)
if has_verify_latest_version ; then
verify_latest_version $VERSION "$i"
fi
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'evince', ['c'],
version: '44.2',
version: '44.3',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59.0',
default_options: [
Expand Down
6 changes: 6 additions & 0 deletions org.gnome.Evince.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="44.3" type="stable" date="2023-07-01">
<issues>
<issue url="https://gitlab.gnome.org/GNOME/evince/issues/1943">#1943</issue>
<issue url="https://gitlab.gnome.org/GNOME/evince/issues/1950">#1950</issue>
</issues>
</release>
<release version="44.2" type="stable" date="2023-06-17">
<issues>
<issue url="https://gitlab.gnome.org/GNOME/evince/issues/1929">#1929</issue>
Expand Down

0 comments on commit 3761d17

Please sign in to comment.