Version 0.15.

This commit is contained in:
Kim Woelders 2017-04-16 13:24:49 +02:00
parent 2024b0345d
commit 27ae1328ae
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
--- 0.15 ---
Autofoo cleanups and updates.
Remove obsolete USE_OLD_REMEMBER/NO_AUTO_RESPAWN stuff.
Change package name to e16-epplets for package naming consistency.
Fix optional libgtop usage.
Change MAX to MAXVAL to avoid name clashes.
Use "wop" in stead of ancient "remember" IPC command.
E-Power: Tweaks and cleanups.
Warning cleanups.
Fix issue found by gcc 6.
Warning fix for gcc 7.
Build .xz tarball too.
Build silently (use AM_SILENT_RULES).
--- 0.14 ---
Lots of cosmetics (indent, typos, coccinelle fixes).
Eliminate use of -rpath.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.14])
m4_define([pkg_revision], [000])
m4_define([pkg_version], [0.15])
#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]))