[Pkg-wmaker-commits] [wmifinfo] 16/49: wmifinfo: bump to version 0.8.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 02:07:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmifinfo.

commit f09e6225dc1f50597258da82e621fb26eb81164c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Jul 28 22:51:00 2014 -0500

    wmifinfo: bump to version 0.8.
---
 Changelog  | 5 +++++
 Makefile   | 4 ++--
 README     | 4 ++--
 wmifinfo.c | 6 ++++--
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/Changelog b/Changelog
index 4688faf..439b774 100644
--- a/Changelog
+++ b/Changelog
@@ -44,3 +44,8 @@
 	- On request of Jesper Anderson <jesper at pobox dot com>, wmifinfo
 	  now always switches to new interfaces when they become available;
 	  handy for new established PPP links or inserted PCMCIA cards
+
+0.08	Bugfix
+
+	- Bugfix from Hugo Haas that fixes NWN link quality
+
diff --git a/Makefile b/Makefile
index ddb2121..dcf2d70 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ENABLE_NWN_SUPPORT=n
 # Nothing to configure under here
 
 NAME=wmifinfo
-VERSION=0.07
+VERSION=0.08
 
 CC = gcc
 LD = gcc
@@ -34,7 +34,7 @@ $(BIN):	$(FILES)
 	$(LD) -o $@ $(FILES) $(LDOPTS)
 
 clean:
-	rm -f *.o $(BIN) core
+	rm -f *.o $(BIN) core ./.#* *.orig *.rej
 
 install:
 	cp $(BIN) $(BINDIR)
diff --git a/README b/README
index 1329b77..8def0db 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ DESCRIPTION
 
 INSTALLING
 
-  - If you have a NoWiresNeeded 1148 or Swallo NIC, set ENABLE_NWN_SUPPORT
+  - If you have a NoWiresNeeded 1148 or Swallow NIC, set ENABLE_NWN_SUPPORT
     to 'y' in the makefile to enable wlan signal indication for this type of
     network adapter.
 
@@ -76,7 +76,7 @@ THANKS
 
 COPYRIGHT
 
-  Copyright (c) 2002 Ico Doornekamp <ico at pruts.nl>
+  Copyright (c) 2004 Ico Doornekamp <ico at pruts.nl>
 
   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
diff --git a/wmifinfo.c b/wmifinfo.c
index f390123..243c345 100644
--- a/wmifinfo.c
+++ b/wmifinfo.c
@@ -1,5 +1,5 @@
 /*
- * $Id: wmifinfo.c,v 1.3 2004/03/03 18:29:50 ico Exp $
+ * $Id: wmifinfo.c,v 1.4 2004/07/11 12:00:46 ico Exp $
  */
  	 
 #include <stdio.h>
@@ -582,7 +582,9 @@ int getifinfo(char *ifname, struct ifinfo_t *info)
 	}
 	
 #ifdef ENABLE_NWN_SUPPORT
-	info->sl = nwn_get_link(parent);
+	if (info->sl == 0) {
+		info->sl = nwn_get_link(parent);
+	}
 #endif
 #elif defined(__OpenBSD__)
 	{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifinfo.git



More information about the Pkg-wmaker-commits mailing list