Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=36a44d5676bf27787d0202bce335b683b87bf7ff
commit 36a44d5676bf27787d0202bce335b683b87bf7ff Author: Miklos Vajna <[email protected]> Date: Wed Aug 15 19:43:09 2012 +0200 updates for 1.2.7 diff --git a/NEWS b/NEWS index 37b4a30..21b7606 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.2.7 - port to newer depmod + - dialog fixes 1.2.6 - initial btrfs support - raid fixes 1.2.5 - add checks for basic necessities on installation hard drive diff --git a/configure b/configure index 096fec3..c4bd9dd 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.6" +version = "1.2.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
