[gnome-text-editor] Release 42.rc1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] Release 42.rc1
- Date: Mon, 7 Mar 2022 20:42:50 +0000 (UTC)
commit 61f0bbbae758aed686adf972d5a7d2b12fa4372b
Author: Christian Hergert <chergert redhat com>
Date: Mon Mar 7 12:41:35 2022 -0800
Release 42.rc1
NEWS | 23 +++++++++++++++++++++++
data/org.gnome.TextEditor.appdata.xml.in.in | 2 +-
meson.build | 2 +-
3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 982b52b..35bae4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+# Text Editor 42.rc1
+
+This is our first release candidate for GNOME 42. With luck, this will be our
+last release before 42.0. At this point, we consider the project code complete
+until we branch and begin the GNOME 43 cycle.
+
+That doesn't mean there are not bugs or things we want to be different, simply
+that time is here to ship a product. We hope you enjoy it and responsibly file
+bugs and/or additional design requests.
+
+I'd like to send a special thanks to all the translators who've been working to
+land translations in time for 42, despite the state of the world and the
+struggles involved.
+
+Changes since 42.beta1
+
+ • CSS styling tweaks.
+ • The enchant spellcheck backend will now ignore dictionaries which
+ fail to provide a name which can be displayed to the user. This so far
+ has only been seen on macOS but may affect other platforms.
+ • Updated application metadata and screenshots.
+ • Translation updates.
+
# Text Editor 42.beta1
This is our first Beta release as we progress towards GNOME 42. A number
diff --git a/data/org.gnome.TextEditor.appdata.xml.in.in b/data/org.gnome.TextEditor.appdata.xml.in.in
index 8b7ac68..196b87c 100644
--- a/data/org.gnome.TextEditor.appdata.xml.in.in
+++ b/data/org.gnome.TextEditor.appdata.xml.in.in
@@ -44,7 +44,7 @@
<translation type="gettext">org.gnome.TextEditor</translation>
<releases>
- <release version="42.alpha1" date="2021-12-08"/>
+ <release version="42.rc1" date="2022-03-07"/>
</releases>
<kudos>
diff --git a/meson.build b/meson.build
index 3d4daf4..0e88e61 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-text-editor', 'c',
- version: '42.beta1',
+ version: '42.rc1',
meson_version: '>= 0.59.1',
default_options: [ 'warning_level=2', 'c_std=gnu17' ],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]