Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup/.git;a=commitdiff;h=4e672437425617d8c85605328419c9a2724ed126
commit 4e672437425617d8c85605328419c9a2724ed126 Author: VMiklos <[EMAIL PROTECTED]> Date: Mon Jul 16 20:14:39 2007 +0200 updates for 0.7.7 diff --git a/NEWS b/NEWS index 524931e..31d4d7a 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,22 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.7.7 - create /var/log/setup.log on the target system. most user + answers and external command calls (including the output of + non-interactive commands) are logged. all logged lines are + present at tty4, too + - most user an 0.7.6 - you can now cherry-pick preferred mirrors - language-specific default keyboard - do not allow mount points to be used twice - do not allow to mount swap partitions - other random fixes 0.7.5 - x86_64 build fixes - - depedency errors now are detailed on tty4 + - dependency errors now are detailed on tty4 - new Italian translation 0.7.4 - scp is now working - sort the keyboard layouts - built using newer libpacman (which pulls in bugfixes) -0.7.3 - small sppedup hacks +0.7.3 - small speedup hacks - new translations (ro, sk, sv) - spelling fixes 0.7.2 - switch to libpacman diff --git a/configure b/configure index fc58f8f..f82ce9d 100755 --- a/configure +++ b/configure @@ -17,7 +17,7 @@ packages = ['bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', 'device-mapper', 'lvm2'] # when releasing a new setup, please update this :) -version = "0.7.6" +version = "0.7.7" # parse our options parser = OptionParser(version="configure for Frugalware Setup v%s" % (version)) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
