From b9422cd4377c048ed08d0eac6bbb38522c9303d2 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Fri, 3 Nov 2017 21:14:25 +0000 Subject: [PATCH] 1.6.0 --- configure.ac | 4 ++-- debian/changelog | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2ca807b..63d0817 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63.2) m4_define(xed_major_version, 1) -m4_define(xed_minor_version, 4) -m4_define(xed_micro_version, 6) +m4_define(xed_minor_version, 6) +m4_define(xed_micro_version, 0) m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version) AC_INIT([xed], [xed_version], diff --git a/debian/changelog b/debian/changelog index fff2177..d51aec1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +xed (1.6.0) sylvia; urgency=medium + + [ JosephMcc ] + * translations: Add the textsize plugin to POTFILES.in (#151) + + [ Clement Lefebvre ] + * l10n: Update POT file + + [ JosephMcc ] + * text zoom: Put a limit on the min and max zoom (#137) + + [ Gavin D. Howard ] + * Make the trailsave plugin also strip trailing lines (#135) + + [ JosephMcc ] + * Don't present users with the hidden highlight languages (#167) + * xed-view: Fix a crash when right clicking the left gutter (#166) + * Minimap (#175) + + [ Clement Lefebvre ] + * l10n: Update POT file + * l10n: Update translations + + -- Clement Lefebvre Fri, 03 Nov 2017 21:13:44 +0000 + xed (1.4.6) sonya; urgency=medium [ githpr ]