Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=36576416b9a08970c867914ee8efb33f8353e52b
commit 36576416b9a08970c867914ee8efb33f8353e52b Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Sep 30 21:36:49 2008 +0200 updates for 0.8.4 diff --git a/Makefile.inc b/Makefile.inc index 0144599..1d73874 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.3 +VERSION = 0.8.4 MAJORVER = 0 DO_RECURSIVE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@ || exit 1; done diff --git a/NEWS b/NEWS index 6332eff..ce16f64 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.4 - port build system to git-1.6.0 + - fix x86_64 build + - improve yabootcfg by calling mkofboot as well 0.8.3 - implemented a grubconfig-like yabootcfg - ported xconfig to ppc - netconfig now makes sure /etc/hosts and other _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
