Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=10e46cbf6c706d7a74579e83a0e2784b0f4cea83
commit 10e46cbf6c706d7a74579e83a0e2784b0f4cea83 Author: Miklos Vajna <[email protected]> Date: Fri Aug 14 19:01:18 2009 +0200 updates for 1.0.4 diff --git a/NEWS b/NEWS index e122ee9..d2fdb23 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.0.4 - minor smp fix 1.0.3 - add support for util-linux-ng-2.16 - add iwlwifi-3945, iwlwifi-4965, iwlwifi-5000 and ralink wireless firmwares diff --git a/configure b/configure index 049642f..bb38bd7 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.0.3" +version = "1.0.4" # 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
