diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 12 | ||||
| -rwxr-xr-x | s2u.sh | 1 |
3 files changed, 14 insertions, 1 deletions
@@ -7,7 +7,7 @@ ############################################################################# PACKAGE=s2u -VERSION := 0.9.2 +VERSION := 0.9.3 FILES = Makefile README hostname-post s2u.c s2u.sh \ @@ -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 @@ -1,4 +1,5 @@ #!/bin/sh +# to be sourced #--------------------------------------------------------------- # Project : Mandriva Linux # Module : s2u |
