diff --git a/wmifinfo/Changelog b/wmifinfo/Changelog index 0184cf3..cae7518 100644 --- a/wmifinfo/Changelog +++ b/wmifinfo/Changelog @@ -54,3 +54,12 @@ - the '-i' flag (initial interface) was broken. Thanks to Rod van Meter. + +0.10 Bugfix + + - Add valid timeval. Patch by Julien BLACHE. + - Update Makefile. + - Fix compiler warnings. + - Add manpage from Debian package. + - Now maintained by the Window Maker Developers Team + . diff --git a/wmifinfo/Makefile b/wmifinfo/Makefile index 80b61c9..a44ae8e 100644 --- a/wmifinfo/Makefile +++ b/wmifinfo/Makefile @@ -9,7 +9,7 @@ ENABLE_NWN_SUPPORT=n # Nothing to configure under here NAME=wmifinfo -VERSION=0.09 +VERSION=0.10 CC = gcc LD = gcc