[gedit/gnome-41] Release gedit 41
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-41] Release gedit 41
- Date: Mon, 14 Feb 2022 13:48:10 +0000 (UTC)
commit 0fe9b45b426f4f37b3b8e9a8190a8e010662d1b2
Author: Jeremy Bicha <jeremy bicha canonical com>
Date: Mon Feb 14 08:22:58 2022 -0500
Release gedit 41
NEWS | 12 ++++++++++--
data/org.gnome.gedit.appdata.xml.in | 2 +-
meson.build | 4 ++--
3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 002e21a42..d48dbf41a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
-News in 41, xxxx-yy-zz
+News in 41, 2022-02-14
----------------------------
-*
+* Fix some crashes, one when opening files, another when
+ deleting the open folder with the file browser plugin active
+* Fix buttons in the color scheme selector dialog
+* Build fixes
+* Improve symbolic icon coloring
+* Improve Save As behavior when saving error infobar is showing
+* Translation updates
+* Note that gnome-text-editor will be GNOME's recommended text
+ editor beginning with the GNOME 42 release next month
News in 41.alpha, 2021-07-17
----------------------------
diff --git a/data/org.gnome.gedit.appdata.xml.in b/data/org.gnome.gedit.appdata.xml.in
index 938d98775..8c2737904 100644
--- a/data/org.gnome.gedit.appdata.xml.in
+++ b/data/org.gnome.gedit.appdata.xml.in
@@ -36,7 +36,7 @@
<translation type="gettext">gedit</translation>
<content_rating type="oars-1.1" />
<releases>
- <release version="41.alpha" date="2021-07-17" />
+ <release version="41" date="2022-02-14" />
<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 42330108f..962036b6f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit', 'c',
- version: '41.alpha',
+ version: '41',
meson_version: '>= 0.53'
)
@@ -13,7 +13,7 @@ i18n = import('i18n')
pkg_config = import('pkgconfig')
python = import('python')
-api_version = '41.alpha'
+api_version = '41'
# Paths
root_include_dir = include_directories('.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]