This commit is contained in:
Clement Lefebvre 2016-04-27 14:31:45 +01:00
parent 22c46dd685
commit d4f163abb2
2 changed files with 31 additions and 1 deletions

View File

@ -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, 3)
m4_define(xed_micro_version, 4)
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
AC_INIT([xed], [xed_version],

30
debian/changelog vendored
View File

@ -1,3 +1,33 @@
xed (1.0.4) sarah; urgency=medium
[ monsta ]
* fix a few build warnings
[ itzexor ]
* Fix build with gnome-common
[ Sorokin Alexei ]
* Remove MATE leftovers
* Warnings fixes
[ Clement Lefebvre ]
* GTK 3.10 compatibility
[ JosephMcc ]
* gtk: We're targeting gtk3.10 so clean up all the gtk version checks and go with that
[ itzexor ]
* xed-close-confirmation-dialog: fix scrolledwindow minimum height
[ JosephMcc ]
* notebooks: Remove the extra frame from the main and documents panel scrolled windows
[ Clement Lefebvre ]
* Use Ctrl+Y for Redo
* Updated translations
-- Clement Lefebvre <root@linuxmint.com> Wed, 27 Apr 2016 14:30:49 +0100
xed (1.0.3) sarah; urgency=medium
* packaging: switch to gnome-common