summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@informatique-libre.be>2022-11-22 16:00:00 +0100
committerSébastien Wilmet <swilmet@informatique-libre.be>2022-11-22 16:00:00 +0100
commit1f92170436fd4834c6959686615bf16d89c7efa2 (patch)
tree05ca896c08504099beff21a59b8abc03df181b13
parent210be79ce0cc72a3b2430bd80d37d939c8b37d70 (diff)
downloadgedit-gnome-40.tar.gz
Release 40.240.2gnome-40
-rw-r--r--NEWS6
-rw-r--r--data/org.gnome.gedit.appdata.xml.in1
-rw-r--r--meson.build2
3 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e7f2c81f3..735509b27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 40.2, 2022-11-27
+------------------------
+* A bug fix for the text cut off at the bottom in certain situations.
+* Minor documentation improvements.
+* Translation updates.
+
News in 40.1, 2021-04-17
------------------------
* Use document folder when opening new files
diff --git a/data/org.gnome.gedit.appdata.xml.in b/data/org.gnome.gedit.appdata.xml.in
index 2108e659d..6b4b14d78 100644
--- a/data/org.gnome.gedit.appdata.xml.in
+++ b/data/org.gnome.gedit.appdata.xml.in
@@ -36,6 +36,7 @@
<translation type="gettext">gedit</translation>
<content_rating type="oars-1.1" />
<releases>
+ <release version="40.2" date="2022-11-27" />
<release version="40.1" date="2021-04-17" />
<release version="40.0" date="2021-03-19" />
<release version="3.38.0" date="2020-09-11" />
diff --git a/meson.build b/meson.build
index c493e8bb9..3c03637fe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit', 'c',
- version: '40.1',
+ version: '40.2',
meson_version: '>= 0.53'
)