Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=6d532028a0f6bf4c96380b342aaa3faa17a0dfa1
commit 6d532028a0f6bf4c96380b342aaa3faa17a0dfa1 Author: Miklos Vajna <[email protected]> Date: Tue Dec 30 15:01:27 2008 +0100 updates for 0.8.5 diff --git a/Makefile.inc b/Makefile.inc index 1d73874..14e6630 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 0.8.4 +VERSION = 0.8.5 MAJORVER = 0 DO_RECURSIVE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@ || exit 1; done diff --git a/NEWS b/NEWS index ce16f64..d11d375 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.5 - netconfig now provides better support for hand-written + wpa_supplicant.conf + - grubconfig now handles the case when /boot is raid1 + - netconfig now detects the interface name even if ethtool + can't find it, but the info is available via sysfs 0.8.4 - port build system to git-1.6.0 - fix x86_64 build - improve yabootcfg by calling mkofboot as well _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
