Version 0.8.

This commit is contained in:
Kim Woelders 2017-04-16 11:20:53 +02:00
parent 115c90e6e7
commit 5afadfffe7
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
Version 0.8
- Bump revision, autofoo cleanups.
- Change package name to e16-keyedit for package naming consistency.
- Spec file cleanups.
- Use XkbKeycodeToKeysym() in stead of XKeycodeToKeysym().
- Fix memory leak.
- Remove gtk1 support, add (mostly working) gtk3 support. Default is still gtk2.
- Remove unnecessary AC_PROG_MAKE_SET and AC_PROG_LN_S.
- Add MAINTAINERCLEANFILES.
- Autofoo tweaks.
- Fix warning.
- Eliminate deprecated GtkAlignment stuff.
- Build .xz tarball too.
- Add .desktop file.
Version 0.7
- Make e16keyedit work in e16 window mode.
- Use new keybingdings ipc interface (requires e16 >= 1.0.1).

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.7])
m4_define([pkg_revision], [000])
m4_define([pkg_version], [0.8])
#m4_define([pkg_revision], [000])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))