From 215f6c77915eefc0525a8f1700ff775641185239 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 1 Jun 2021 12:56:50 +0100 Subject: [PATCH] 3.0.0 --- debian/changelog | 26 ++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a7050c5..aba79de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +xed (3.0.0) uma; urgency=medium + + [ Talkashie ] + * Fix various typos in index.docbook + + [ Soapux ] + * Fix permissions + + [ okaestne ] + * Implement #225: Options to render whitespace + + [ Michael Webster ] + * i18n: Don't translate gsettings strings. + + [ okaestne ] + * Fix crashes when no documents (tabs) are open + + [ Justin Schiff ] + * Uses strtol instead of atoi so that we can properly handle errors. + * Use CLAMP macro instead + + [ Clement Lefebvre ] + * l10n: Update POT + + -- Clement Lefebvre Tue, 01 Jun 2021 12:56:22 +0100 + xed (2.8.4) ulyssa; urgency=medium [ Eli Schwartz ] diff --git a/meson.build b/meson.build index 219ddb6..71761c9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.8.4') +project('xed', 'c', version : '3.0.0') gnome = import('gnome') i18n = import('i18n')