Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=072360acaf02d75ccfd34a9c01d6e83cbabd1459
commit 072360acaf02d75ccfd34a9c01d6e83cbabd1459 Author: VMiklos <[EMAIL PROTECTED]> Date: Wed Sep 5 23:09:55 2007 +0200 updates for 0.7.5 diff --git a/Makefile.inc b/Makefile.inc index d40f083..caaba42 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,6 +1,6 @@ # Makefile.inc for frugalwareutils # -# Copyright (C) 2006 Miklos Vajna <[EMAIL PROTECTED]> +# Copyright (C) 2006-2007 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 @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 0.7.4 +VERSION = 0.7.5 MAJORVER = 0 DO_RECURSIVE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@ || exit 1; done diff --git a/NEWS b/NEWS index a5056bb..faaee88 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.7.5 - fixed to work with os-prober >= 1.21 + - new Danish translation 0.7.4 - grubconfig, libfrugalwareutils: spelling fixes - added Italian translation - converted to git _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
