diff --git a/NEWS.md b/NEWS.md index aa081ce01179c2c68acd1cf9db4c43bf7c7fb7c2..65ce6e29fb51e818b4667a30c00a960e2f868997 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,13 @@ --- +# In 0.5.3 + +- Allow execline binairies path definition through configure script. +- Avoid conflict with makefile identifier and 66 identifier of frontend service file. + +--- + # In 0.5.2 - Enable tree session by default through seed file diff --git a/configure b/configure index 169d8bb12e90e7cac5aca2e032cf671a528ad8c2..905dffe0df516615638f8dba7dc9b24f48e26395 100755 --- a/configure +++ b/configure @@ -97,7 +97,7 @@ DISPLAY_MANAGER= CONSOLE_TRACKER= XDG_RUNTIME='!yes' DESKTOP_CMDLINE='!jwm' -version='0.0.1' +version='0.5.3' for arg ; do case "$arg" in diff --git a/package/info b/package/info index 01044d2c186409eeb6b280212d8affe440755517..9ae7472ab87ef79180825c38526319a49c40854d 100644 --- a/package/info +++ b/package/info @@ -1,3 +1,3 @@ package=boot-user -version=0.5.2 +version=0.5.3 package_macro_dir=66