Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=ad11440f06673c4928417434b6665d2c70e221cf
commit ad11440f06673c4928417434b6665d2c70e221cf Author: Miklos Vajna <[email protected]> Date: Thu Jul 19 21:48:41 2012 +0200 up to 1.2.6 diff --git a/NEWS b/NEWS index df9fa89..37b4a30 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.2.6 - initial btrfs support + - raid fixes 1.2.5 - add checks for basic necessities on installation hard drive - now supports installation to GPT labels in MBR mode - fix /dev not being mounted at startup diff --git a/configure b/configure index 963c69d..096fec3 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ elif os.uname()[-1] == 'ppc': packages.extend(['mac-fdisk']) # when releasing a new setup, please update this. -version = "1.2.5" +version = "1.2.6" # 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
