Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=9fbe7986d4ee0b2eb1b48e21e30d954a00ca48e7
commit 9fbe7986d4ee0b2eb1b48e21e30d954a00ca48e7 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Fri Mar 7 00:49:48 2008 +0100 updates for 0.8.8 diff --git a/NEWS b/NEWS index 65fe40a..da94513 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.8 - check for volume name to determine if a disc is a Frugalware install + one + - new translation: cs_CZ + - added a splash for the hardware detection + - fixed a bug in mirror selection 0.8.7 - fixed a case when xconfig hanged - fixed issues introduced by kernel-2.6.24 0.8.6 - fix selecting individual packages in expert mode diff --git a/configure b/configure index 6d6c8ca..a8bf9c5 100755 --- a/configure +++ b/configure @@ -16,8 +16,8 @@ packages = ['bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', 'readline', 'acx100', 'shadow', 'madwifi', 'rt2500', 'device-mapper', 'lvm2', 'wpa_supplicant', 'openssl'] -# when releasing a new setup, please update this :) -version = "0.8.7" +# when releasing a new setup, please update this. +version = "0.8.8" # 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
