capability revision 134379c07d59b848341b71d3c4819af39ad347cc
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# CDDL HEADER START
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# The contents of this file are subject to the terms of the
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# Common Development and Distribution License (the "License").
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# You may not use this file except in compliance with the License.
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# See the License for the specific language governing permissions
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# and limitations under the License.
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# When distributing Covered Code, include this CDDL HEADER in each
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# If applicable, add the following below this CDDL HEADER, with the
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# fields enclosed by brackets "[]" replaced with your own identifying
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# information: Portions Copyright [yyyy] [name of copyright owner]
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# CDDL HEADER END
134379c07d59b848341b71d3c4819af39ad347ccLori Alt# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# This file defines the current capabilities of GRUB over and above that
eb2bd6624e082e367f66e2b0fdfe54c9b5d493afvikram# supported by the standard distribution
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# The version field contains the version of the associated GRUB software.
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# The version is incremented by .1 (minor version number) each time there
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# is a bugfix or enhancement of GRUB. In addition, the major version number
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# is bumped up by 1 every time a release boundary is crossed. Thus if in S11
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# the starting version is 3, in S12 the starting version will be 4.
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# Note that the first major number in each sequence is a whole integer
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3.
cd11837edb943ce20ca539d505e60b469f89bf20Vikram Hegde# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e.
cd11837edb943ce20ca539d505e60b469f89bf20Vikram Hegde# minor version numbers) so the version number is being bumped up in
cd11837edb943ce20ca539d505e60b469f89bf20Vikram Hegde# integer increments until Live Upgrade is fixed.
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# This file and the associated version are Solaris specific and are
22f5594a529d50114d839d4ddecc2c499731a3d7vikram# not a part of the open source distribution of GRUB.