From 7e5fa243a66ec3432fdce6f12013ba10c3bfd19a Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 22 Oct 2014 16:34:52 -0500 Subject: [PATCH] wmifs: Bump to version 1.4. --- wmifs/CHANGES | 6 ++++++ wmifs/INSTALL | 4 ++-- wmifs/README | 2 +- wmifs/wmifs/Makefile | 2 +- wmifs/wmifs/wmifs.c | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index 3179342..b30fc0e 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -1,5 +1,11 @@ Version Description -------------------------------------------------------------- +1.4 * Released 141022 + + * Incorporate patches from Debian. + + * Now maintained by Window Maker Developers Team. + 1.3b * Released 980513 * Splitted up WMPPP and WMiFS into separate programs. diff --git a/wmifs/INSTALL b/wmifs/INSTALL index 8ba1834..7727d6c 100644 --- a/wmifs/INSTALL +++ b/wmifs/INSTALL @@ -20,8 +20,8 @@ Requirements Installation -------------------------------------------------------------- -1) % tar -zxvf wmifs-1.3b.tar.gz -2) % cd wmifs.app/wmifs +1) % tar -zxvf wmifs-1.4.tar.gz +2) % cd dockapps/wmifs 3) % make 4) % su root 5) # make install diff --git a/wmifs/README b/wmifs/README index e41cd14..3ce58e1 100644 --- a/wmifs/README +++ b/wmifs/README @@ -1,4 +1,4 @@ -WMiFS-1.3b - The public BETA release +WMiFS-1.4 - The public BETA release -------------------------------------------------------------- Authors...: Martijn Pieterse (pieterse@xs4all.nl) Antoine Nulle (warp@xs4all.nl) diff --git a/wmifs/wmifs/Makefile b/wmifs/wmifs/Makefile index 6f41987..0dbee76 100755 --- a/wmifs/wmifs/Makefile +++ b/wmifs/wmifs/Makefile @@ -43,6 +43,6 @@ install:: $(INSTALL_PROGRAM) wmifs $(DESTDIR)$(bindir) $(INSTALL_FILE) sample.wmifsrc $(DESTDIR)$(CONF)/wmifsrc $(INSTALL_FILE) wmifs.1 $(DESTDIR)$(man1dir) - @echo "WMiFS-1.4 installation finished..." + @echo "WMiFS-1.3beta installation finished..." @echo " " @echo "have fun! ;-)" diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index 18194ae..9495135 100644 --- a/wmifs/wmifs/wmifs.c +++ b/wmifs/wmifs/wmifs.c @@ -234,7 +234,7 @@ #define LED_NET_TX (5) #define LED_NET_POWER (6) -#define WMIFS_VERSION "1.3b1" +#define WMIFS_VERSION "1.4" /* the size of the buffer read from /proc/net/ */ #define BUFFER_SIZE 512 -- 2.11.4.GIT