[gedit/alatiera/41-alpha] Bump version to 41.alpha
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/alatiera/41-alpha] Bump version to 41.alpha
- Date: Fri, 16 Jul 2021 21:27:19 +0000 (UTC)
commit e2ab1dd6871a47d731c5df29f7fcc8d8f851897e
Author: Jordan Petridis <jordan centricular com>
Date: Sat Jul 17 00:12:27 2021 +0300
Bump version to 41.alpha
NEWS | 23 +++++++++++++----------
data/org.gnome.gedit.appdata.xml.in | 1 +
meson.build | 4 ++--
3 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/NEWS b/NEWS
index 476a367a7..4031e077d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,17 @@
-News in [unreleased]
+News in Unreleased, xxxx-yy-zz
----------------------------
-* Deteplification:
- - The tepl maintainer has "frozen" the project until further notice
- - Moving things to tepl introduced some breakage, such as translation of the
- default filename
- - gedit didn't use much of the API anyway
- - Used even less of amtk
- - Revert all usage of amtk and tepl
- - Unfortunatly a couple bug fixes may have been lost
- - Plugin API is essentially reverted to 3.36
+*
+
+News in 41.alpha, 2021-07-17
+----------------------------
+* Replace use of Tepl and AMTK
+* Use sourceview4 in the snap build
+* Enable OpenLink plugin by default
+* Warn when trying to open a big file and allow to cancel
+* Port open-selector to GDateTime
+* Allow disabling gspell and python options
+* Fix parsing of font-family strgins when they contain whitespace
+* Translation updates.
News in 40.1, 2021-04-17
------------------------
diff --git a/data/org.gnome.gedit.appdata.xml.in b/data/org.gnome.gedit.appdata.xml.in
index 17b0fdd74..938d98775 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="41.alpha" date="2021-07-17" />
<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 128521ac1..24d2cd33f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit', 'c',
- version: '40.1',
+ version: '41.alpha',
meson_version: '>= 0.53'
)
@@ -13,7 +13,7 @@ i18n = import('i18n')
pkg_config = import('pkgconfig')
python = import('python')
-api_version = '40.0'
+api_version = '41.alpha'
# Paths
root_include_dir = include_directories('.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]