Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=caeb26d00341f66e4efa5571e399b24b0698e5c9
commit caeb26d00341f66e4efa5571e399b24b0698e5c9 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Feb 25 00:57:38 2008 +0100 updates for 0.7.9 diff --git a/Makefile.inc b/Makefile.inc index 30b7be2..c49f1d7 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.7.8 +VERSION = 0.7.9 MAJORVER = 0 DO_RECURSIVE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@ || exit 1; done diff --git a/NEWS b/NEWS index 2125c79..61877ec 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.7.9 - fixed exit codes on error in the curses utils + - added Czech translations + - removed broken translations 0.7.8 - netconfig: spelling fixes - xconfig: improved support for xorg-7.3 - mouseconfig: spelling fix diff --git a/setup/setup.c b/setup/setup.c index c86f171..4022ba8 100644 --- a/setup/setup.c +++ b/setup/setup.c @@ -1,7 +1,7 @@ /* * setup.c for frugalwareutils * - * Copyright (c) 2006 by Miklos Vajna <[EMAIL PROTECTED]> + * Copyright (c) 2006, 2008 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
