1.0.2
This commit is contained in:
parent
16eacdc3f4
commit
cb9eec1481
|
@ -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],
|
||||
|
|
|
@ -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 <root@linuxmint.com> Sat, 06 Feb 2016 16:43:25 +0000
|
||||
|
||||
xed (1.0.1) sarah; urgency=medium
|
||||
|
||||
* Remove branding from window title and menu item
|
||||
|
|
Loading…
Reference in New Issue