[Pkg-wmaker-commits] [wmifs] 23/118: wmifs: Bump to version 1.4.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmifs.
commit 4594cd0f80930d68602eb1671e393bceb54c8998
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Wed Oct 22 16:34:52 2014 -0500
wmifs: Bump to version 1.4.
---
CHANGES | 6 ++++++
INSTALL | 4 ++--
README | 2 +-
wmifs/Makefile | 2 +-
wmifs/wmifs.c | 2 +-
5 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/CHANGES b/CHANGES
index 3179342..b30fc0e 100644
--- a/CHANGES
+++ b/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/INSTALL b/INSTALL
index 8ba1834..7727d6c 100644
--- a/INSTALL
+++ b/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/README b/README
index e41cd14..3ce58e1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WMiFS-1.3b - The public BETA release
+WMiFS-1.4 - The public BETA release
--------------------------------------------------------------
Authors...: Martijn Pieterse (pieterse at xs4all.nl)
Antoine Nulle (warp at xs4all.nl)
diff --git a/wmifs/Makefile b/wmifs/Makefile
index 6f41987..0dbee76 100755
--- a/wmifs/Makefile
+++ b/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.c b/wmifs/wmifs.c
index 18194ae..9495135 100644
--- a/wmifs/wmifs.c
+++ b/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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git
More information about the Pkg-wmaker-commits
mailing list