Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=45c56b5c98c7ab46bb93c4da46620f65adce6f06
commit 45c56b5c98c7ab46bb93c4da46620f65adce6f06 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Sep 28 23:52:06 2008 +0200 updates for 0.8.3 diff --git a/Makefile b/Makefile index 906277b..7e189ca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for frugalwareutils # -# Copyright (C) 2006, 2007 Miklos Vajna <[EMAIL PROTECTED]> +# Copyright (C) 2006, 2007, 2008 Miklos Vajna <[EMAIL PROTECTED]> # # 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 diff --git a/Makefile.inc b/Makefile.inc index 858f852..0144599 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.2 +VERSION = 0.8.3 MAJORVER = 0 DO_RECURSIVE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@ || exit 1; done diff --git a/NEWS b/NEWS index 786e083..6332eff 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.3 - implemented a grubconfig-like yabootcfg + - ported xconfig to ppc + - netconfig now makes sure /etc/hosts and other + user-readable files are really world-readable + - fix build without po4a 0.8.2 - fixed smp build - grubconfig: - ignore ramdisk devices when searching for mbr _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
