wmifs: Bump to version 1.4.

This commit is contained in:
Doug Torrance 2014-10-22 16:34:52 -05:00 committed by Carlos R. Mafra
parent 6fb72da2ec
commit 7e5fa243a6
5 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,11 @@
Version Description Version Description
-------------------------------------------------------------- --------------------------------------------------------------
1.4 * Released 141022
* Incorporate patches from Debian.
* Now maintained by Window Maker Developers Team.
1.3b * Released 980513 1.3b * Released 980513
* Splitted up WMPPP and WMiFS into separate programs. * Splitted up WMPPP and WMiFS into separate programs.

View file

@ -20,8 +20,8 @@ Requirements
Installation Installation
-------------------------------------------------------------- --------------------------------------------------------------
1) % tar -zxvf wmifs-1.3b.tar.gz 1) % tar -zxvf wmifs-1.4.tar.gz
2) % cd wmifs.app/wmifs 2) % cd dockapps/wmifs
3) % make 3) % make
4) % su root 4) % su root
5) # make install 5) # make install

View file

@ -1,4 +1,4 @@
WMiFS-1.3b - The public BETA release WMiFS-1.4 - The public BETA release
-------------------------------------------------------------- --------------------------------------------------------------
Authors...: Martijn Pieterse (pieterse@xs4all.nl) Authors...: Martijn Pieterse (pieterse@xs4all.nl)
Antoine Nulle (warp@xs4all.nl) Antoine Nulle (warp@xs4all.nl)

View file

@ -43,6 +43,6 @@ install::
$(INSTALL_PROGRAM) wmifs $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) wmifs $(DESTDIR)$(bindir)
$(INSTALL_FILE) sample.wmifsrc $(DESTDIR)$(CONF)/wmifsrc $(INSTALL_FILE) sample.wmifsrc $(DESTDIR)$(CONF)/wmifsrc
$(INSTALL_FILE) wmifs.1 $(DESTDIR)$(man1dir) $(INSTALL_FILE) wmifs.1 $(DESTDIR)$(man1dir)
@echo "WMiFS-1.4 installation finished..." @echo "WMiFS-1.3beta installation finished..."
@echo " " @echo " "
@echo "have fun! ;-)" @echo "have fun! ;-)"

View file

@ -234,7 +234,7 @@
#define LED_NET_TX (5) #define LED_NET_TX (5)
#define LED_NET_POWER (6) #define LED_NET_POWER (6)
#define WMIFS_VERSION "1.3b1" #define WMIFS_VERSION "1.4"
/* the size of the buffer read from /proc/net/ */ /* the size of the buffer read from /proc/net/ */
#define BUFFER_SIZE 512 #define BUFFER_SIZE 512