Print this page
3966 zfs lz4 compression (etc) should have bumped grub capability VERSION

Split Close
Expand all
Collapse all
          --- old/usr/src/grub/capability
          +++ new/usr/src/grub/capability
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  # Copyright (c) 2012 by Delphix. All rights reserved.
  23   23  #
  24   24  # This file defines the current capabilities of GRUB over and above that
  25   25  # supported by the standard distribution
  26   26  #
  27      -# The version field contains the version of the associated GRUB software.
  28      -# The version is incremented by .1 (minor version number) each time there
  29      -# is a bugfix or enhancement of GRUB. In addition, the major version number
  30      -# is bumped up by 1 every time a release boundary is crossed. Thus if in S11
  31      -# the starting version is 3, in S12 the starting version will be 4.
  32      -# Note that the first major number in each sequence is a whole integer
  33      -# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3.
       27 +# The version field contains the version of the associated GRUB software.  The
       28 +# version is incremented by 1 each time there is a bugfix or enhancement to
       29 +# GRUB necessitating that the boot blocks be reinstalled for that fix or
       30 +# enhancement to take effect.
  34   31  #
  35      -# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e.
  36      -# minor version numbers) so the version number is being bumped up in
  37      -# integer increments until Live Upgrade is fixed.
  38      -#
  39      -# This file and the associated version are Solaris specific and are
  40      -# not a part of the open source distribution of GRUB.
  41      -#
  42      -VERSION=21
       32 +VERSION=22
  43   33  dboot
  44   34  xVM
  45   35  zfs
  46   36  findroot
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX