Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=654e7017e1380d4af6689f06375a102d00d9630e
commit 654e7017e1380d4af6689f06375a102d00d9630e Author: Miklos Vajna <[email protected]> Date: Mon Jun 13 22:17:40 2011 +0200 updates for 0.9.5 diff --git a/Makefile.inc b/Makefile.inc index ed3b184..508f1b9 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 0.9.4 +VERSION = 0.9.5 MAJORVER = 0 DO_RECURSIVE = @ for i in $(SUBDIRS); do $(MAKE) $(PRINT_DIR) -C $$i $@ || exit 1; done diff --git a/NEWS b/NEWS index a33366a..c86a922 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.9.5 - netconfig: ethx:y is available when ethx is + - netconfig: add cgroups support + - grubconfig: enable splash by default 0.9.4 - netconfig: - systemd support - subscribe to udev netlink socket to start interfaces diff --git a/libfwgrubconfig/libfwgrubconfig.c b/libfwgrubconfig/libfwgrubconfig.c index 257d52c..e80a3bb 100644 --- a/libfwgrubconfig/libfwgrubconfig.c +++ b/libfwgrubconfig/libfwgrubconfig.c @@ -1,7 +1,7 @@ /* * libfwgrubconfig.c for frugalwareutils * - * Copyright (c) 2006, 2007, 2008, 2009, 2010 by Miklos Vajna <[email protected]> + * Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 by 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 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
