Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=b1223f037aa35a36817b8d71228b60552eb72a99
commit b1223f037aa35a36817b8d71228b60552eb72a99 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Feb 14 13:49:00 2008 +0100 updates for 0.8.7 diff --git a/NEWS b/NEWS index 9126a70..65fe40a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +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 - fixed a case when grubconfig hanged forever - partitions less than 1G now shows as xM (and not 0G) diff --git a/configure b/configure index a15545c..6d6c8ca 100755 --- a/configure +++ b/configure @@ -17,7 +17,7 @@ packages = ['bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', 'device-mapper', 'lvm2', 'wpa_supplicant', 'openssl'] # when releasing a new setup, please update this :) -version = "0.8.6" +version = "0.8.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
