diff --git a/configure.ac b/configure.ac index c11b1ba..19e0b38 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(xed_major_version, 1) m4_define(xed_minor_version, 0) -m4_define(xed_micro_version, 1) +m4_define(xed_micro_version, 2) 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 7ecbf1a..b34260b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xed (1.0.2) sarah; urgency=medium + + * Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) + * Switch autogen.sh from mate-common to gnome-common + * Fix incorrect git URL in HACKING + * Clean up GTK support + * xedit-status-combo-box: Clean up and fix deprecations + + -- Clement Lefebvre Sat, 06 Feb 2016 16:43:25 +0000 + xed (1.0.1) sarah; urgency=medium * Remove branding from window title and menu item