From d7a661160d08378c31e3f1d1d2ca8760e793799d Mon Sep 17 00:00:00 2001 From: daviddavid Date: Mon, 13 Apr 2026 09:25:56 +0200 Subject: 0.9.3 --- Makefile | 2 +- NEWS | 12 ++++++++++++ s2u.sh | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile b/Makefile index 8a3da9b..87327d9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ############################################################################# PACKAGE=s2u -VERSION := 0.9.2 +VERSION := 0.9.3 FILES = Makefile README hostname-post s2u.c s2u.sh \ diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..3fb9cf3 --- /dev/null +++ b/NEWS @@ -0,0 +1,12 @@ +* Version: 0.9.3 + +- Kill "changelog" +- Fix "dist" in a git world +- Fix tag in git world +- Kill checktag accordingly +- Include back version in Makefile +- kill now useless CVS/SVN special variables +- make it buildable with gcc-10: kill unused variables +- Fix dbus +- Fix dbus APIs +- Fix build with libnotity 0.7 diff --git a/s2u.sh b/s2u.sh index 38c9490..3d1fb4f 100755 --- a/s2u.sh +++ b/s2u.sh @@ -1,4 +1,5 @@ #!/bin/sh +# to be sourced #--------------------------------------------------------------- # Project : Mandriva Linux # Module : s2u -- cgit v1.2.1