summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--NEWS3
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7509741..24fd6f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = drakx-net
-VERSION = 0.98
+VERSION = 0.99
DESTDIR=
libdir=/usr/lib
@@ -41,8 +41,7 @@ install:
cleandist:
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
-dis: cleandist
- rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
+dist: cleandist
svn export -q -rBASE . $(NAME)-$(VERSION)
tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
diff --git a/NEWS b/NEWS
index fe66bc6..d4ad969 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.99:
+- Use b43-openfwwf for b43 module instead of asking for a windows driver
+
0.98:
- make network connectivity check work with kernel-2.6.39+ (#1266)