From alanc@sac.sfbay.sun.com Thu Jan 14 09:01:12 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0EH1CZ7000225
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 14 Jan 2010 09:01:12 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o0EH1Bjj002648;
	Thu, 14 Jan 2010 09:01:12 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KW800G0FXXZHZ00@brm-avmta-1.central.sun.com>; Thu,
 14 Jan 2010 10:01:11 -0700 (MST)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KW800A1WXXYMYA0@brm-avmta-1.central.sun.com>; Thu,
 14 Jan 2010 10:01:10 -0700 (MST)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4)
 with ESMTP id o0EH1997027937; Thu, 14 Jan 2010 09:01:09 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0EH18mb000186; Thu,
 14 Jan 2010 09:01:08 -0800 (PST)
Received: (from alanc@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id o0EH18Qr000181; Thu,
 14 Jan 2010 09:01:08 -0800 (PST)
Date: Thu, 14 Jan 2010 09:01:08 -0800 (PST)
From: Alan Coopersmith <alan.coopersmith@sun.com>
Subject: GLUT [LSARC/2010/016 FastTrack timeout 01/21/2010]
To: LSARC-ext@sun.com
Cc: Stefan.Teleman@sun.com, xwin-discuss@opensolaris.org
Message-id: <201001141701.o0EH18Qr000181@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 7884

I am sponsoring this fasttrack for Stefan Teleman, and have set the 
timeout for a week from now, next Thursday, January 21.

The case materials directory includes an additional document,
glut-appendix-1.txt with a list of the functions in the GLUT API.

        -Alan Coopersmith-           alan.coopersmith@sun.com
         Sun Microsystems, Inc. - X Window System Engineering

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2010 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 GLUT
    1.2. Name of Document Author/Supplier:
	 Author:  Calin Teleman
    1.3  Date of This Document:
	14 January, 2010
4. Technical Description

Introducing GLUT [ The OpenGL Utility Toolkit ] with X11 in Solaris

Stefan Teleman <stefan.teleman@sun.com>
7 January 2010

1.	Summary and Motivation

	GLUT [ The OpenGL Utility Toolkit ] [0] is a collection of functions
	providing a standardized access to a windowing system and to
	various input devices, in a platform-independent manner, and within
	an OpenGL [1] Context.

	The main purpose of GLUT is the avoidance of clobbering the OpenGL
	namespace with device, platform and operating-system specific
	functions. This platform independence comes at the expense of full
	device interaction features availability, and some loss of programming
	flexibility. From the FreeGLUT page:

		GLUT (and hence freeglut) allows the user to create and
		manage windows containing OpenGL contexts on a wide range
		of platforms and also read the mouse, keyboard and joystick
		functions.

	GLUT also provides general-purpose APIs simplifying some standard
	OpenGL programming idioms. Absent these GLUT APIs, these idioms
	would have had to be duplicated by the application programmer, for
	every OpenGL application.

	GLUT was originally developed and maintained by Mark Kilgard at SGI,
	under a very restrictive license. The last release from SGI was GLUT
	3.7, in August 1998. Due to the licensing restrictions imposed by the
	canonical GLUT 3.7 license, and to the fact that it has not had a
	canonical upgrade release since August 1998, the SGI GLUT releases
	are not being considered for integration, and will not be discussed
	further.

	The GLUT API had been frozen at Version 3 since August 1998, and the
	GLUT releases have been frozen at Version 3.7. According to the
	OpenGL GLUT information page: [0]

		The current [ GLUT ] version is 3.7.
		Additional releases of the library are not anticipated.

		The current version of the GLUT API is 3.
		The current source code distribution is GLUT 3.7.

	The FreeGLUT Project [2] is a compatible replacement for the GLUT
	API V3 [ SGI GLUT 3.7 ], and is released under the MIT/X Consortium
	License. The FreeGLUT Project has extended and upgraded the SGI GLUT
	API version to Version 4. [4] The GLUT API Version 4 is a fully
	backwards compatible superset of Version 3 of the SGI GLUT API.

	The latest release from the FreeGLUT project is Version 2.6.0, and
	implements the GLUT API Version 4. For the purposes of this document,
	the term GLUT and FreeGLUT are used interchangeably, and refer to
	the canonical releases from the FreeGLUT project.

	This Case seeks Micro/Patch binding.

2.	Programmatic Facilities

	The SGI [ Version 3 ] GLUT API and the FreeGLUT [ Version 4 ] API are
	documented in detail at [3] and [4].

	A complete list of all the public interfaces exported by GLUT is
	provided in Appendix 1 in the Case Materials.

	Version 4 of the GLUT API provides a Standard API, available via the
	freeglut_std.h header file, and an Extensions API, available via the
	freeglut_ext.h header file.

	Access to the Standard GLUT API is provided by the glut.h header file.

	Access to the Standard And Extensions API is provided by the freeglut.h
	header file.

	The current GLUT API depends on the X11 Display structure. It has not
	yet been ported to XCB. [5] [6]

3.	Interface Considerations

	GLUT imports interfaces from OpenGL [ libGL.so.1 and libGLU.so.1 ].
	This is an explicit dependency: internal GLUT header files explicitly
	include <GL/gl.h> and <GL/glu.h>.

	GLUT does not specify a lower bound OpenGL API Version.  FreeGLUT
	compiles cleanly with OpenGL Version 1.5.

	Additionally, GLUT imports interfaces from the following X libraries:

	- libX11.so.4
	- libXext.so.0
	- libXi.so.5
	- libXxf86vm.so.1

	GLUT exports C and [ identical ] C++ interfaces.

	The GLUT API Version 4 maintains backward compatibility with Version 3
	of the GLUT API. This Case proposes an overall Uncommitted Stability
	Classification for GLUT. It is not expected that GLUT will evolve in
	incompatible ways.

	The GLUT Interface Table is provided in the ARC Case Materials
	directory [ glut-interface-table.txt ].

	3.1.	GLUT Objects


	Physical Object					Description
	---------------					-----------

	/usr/include/GL/glut.h				Header file
	/usr/include/GL/freeglut.h			Header file
	/usr/include/GL/freeglut_std.h			Header file
	/usr/include/GL/freeglut_ext.h			Header file

	/usr/lib/libglut.so.3				Shared library
	/usr/lib/libglut.so -> libglut.so.3		Symbolic link

	/usr/lib/${MACH64}/libglut.so.3			Shared library
	/usr/lib/${MACH64}/libglut.so -> libglut.so.3	Symbolic link

	/usr/share/doc/glut/html/download.html		Documentation
	/usr/share/doc/glut/html/freeglut.html
	/usr/share/doc/glut/html/freeglut_logo.png
	/usr/share/doc/glut/html/freeglut_user_interface.html
	/usr/share/doc/glut/html/index.html
	/usr/share/doc/glut/html/ogl_sm.png
	/usr/share/doc/glut/html/progress.html
	/usr/share/doc/glut/html/structure.html

	/usr/share/man/man3gl/glut.3gl			UNIX Manual Page

	libglut.so.3					Binding SONAME

4.	Documentation

	Documentation in HTML format will be provided with the GLUT
	integration, in the standard Solaris HTML documentation location.

	A generic UNIX man page glut(3GL), pointing to the location of
	the full HTML documentation will also be provided.

5.	Packaging

	SUNWglut - shared libraries, header files, pkg-config files, HTML
	documentation, GLUT man page.

	SUNWglut-demos - GLUT demos, example programs and their ancillary data.

6.	References

	[0] http://www.opengl.org/resources/libraries/glut/
	[1] http://www.opengl.org/
	[2] http://freeglut.sourceforge.net/
	[3] http://www.opengl.org/resources/libraries/glut/spec3/spec3.html
	[4] http://freeglut.sourceforge.net/docs/api.php
	[5] http://xcb.freedesktop.org/
	[6] PSARC/2010/XXX Introducing XCB with X11 in Solaris

=============================================
Interface Table for GLUT 4 [ FreeGLUT 2.6.0 ]
=============================================

Exported Interfaces:


Interface		Stability		Comments
===============================================================

libglut.so.3		Uncommitted		GLUT API V3 +
						GLUT API V4
						Binding SONAME



Imported Interfaces:


Interface		Interface		Comments
			Classification
==================================================================
libGL.so.1		Standard
libGLU.so.1		Standard
libX11.so.4		Committed
libXext.so.0		Committed
libXi.so.5		Committed
libXxf86vm.so.1		External


    References:

	http://www.opengl.org/
	http://www.mesa3d.org/
	http://freeglut.sourceforge.net/

	LSARC/1995/164	Extended Visuals for OpenGL
	LSARC/1996/049	OpenGL Solaris : A 3D Graphics API
	LSARC/2005/109	MESA OpenGL Open Source Clone [ libGLU.so.1 ]
	PSARC/2005/189	X client support for XFree86 extensions
	LSARC/2005/254	OpenGL 1.5 API
	LSARC/2009/066	OpenGL 3.0 API [ nVIDIA ]
	LSARC/2009/259	OpenGL 3.1 API [ nVIDIA ]
	LSARC/2009/569	OpenGL 3.2 API [ nVIDIA ]

	LSARC/2009/666	Update libX11 to 1.3
	PSARC/2008/194	Update to libXext, libXevie & libXss
	PSARC/2009/303	Update libXi [ X Input Extension ] to 1.5

	

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		X
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Michael.Kearney@sun.com Thu Jan 21 06:43:55 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0LEhtCH027510
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 21 Jan 2010 06:43:55 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o0LEhspA018069
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 21 Jan 2010 08:43:55 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KWL0010BQ96QP00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Thu, 21 Jan 2010 06:43:54 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KWL00MNNQ95LIE0@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Thu,
 21 Jan 2010 06:43:54 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o0LEhrwi001454	for
 <LSARC-ext@Sun.Com>; Thu, 21 Jan 2010 14:43:53 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KWL00L00Q5AFI00@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Thu, 21 Jan 2010 07:43:53 -0700 (MST)
Received: from [129.147.223.4] ([unknown] [129.147.223.4])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KWL00CF0Q95JX30@mail-amer.sun.com>; Thu,
 21 Jan 2010 07:43:53 -0700 (MST)
Date: Thu, 21 Jan 2010 07:43:52 -0700
From: Michael Kearney <Michael.Kearney@sun.com>
Subject: Re: GLUT [LSARC/2010/016 FastTrack timeout 01/21/2010]
In-reply-to: <201001141701.o0EH18Qr000181@sac.sfbay.sun.com>
Sender: Michael.Kearney@sun.com
To: Alan Coopersmith <Alan.Coopersmith@sun.com>
Cc: LSARC-ext@sun.com, Stefan.Teleman@sun.com, xwin-discuss@opensolaris.org
Message-id: <4B586828.9000309@Sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_BvAcnecPtJyjR8GExPRhuQ)"
X-PMX-Version: 5.4.1.325704
References: <201001141701.o0EH18Qr000181@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 10940

This is a multi-part message in MIME format.

--Boundary_(ID_BvAcnecPtJyjR8GExPRhuQ)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
+1<br>
<br>
(the first email only replied, this one replies all)<br>
<br>
Alan Coopersmith wrote:
<blockquote cite="mid:201001141701.o0EH18Qr000181@sac.sfbay.sun.com"
 type="cite">
  <pre wrap="">I am sponsoring this fasttrack for Stefan Teleman, and have set the 
timeout for a week from now, next Thursday, January 21.

The case materials directory includes an additional document,
glut-appendix-1.txt with a list of the functions in the GLUT API.

        -Alan Coopersmith-           <a class="moz-txt-link-abbreviated" href="mailto:alan.coopersmith@sun.com">alan.coopersmith@sun.com</a>
         Sun Microsystems, Inc. - X Window System Engineering

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2010 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 GLUT
    1.2. Name of Document Author/Supplier:
	 Author:  Calin Teleman
    1.3  Date of This Document:
	14 January, 2010
4. Technical Description

Introducing GLUT [ The OpenGL Utility Toolkit ] with X11 in Solaris

Stefan Teleman <a class="moz-txt-link-rfc2396E" href="mailto:stefan.teleman@sun.com">&lt;stefan.teleman@sun.com&gt;</a>
7 January 2010

1.	Summary and Motivation

	GLUT [ The OpenGL Utility Toolkit ] [0] is a collection of functions
	providing a standardized access to a windowing system and to
	various input devices, in a platform-independent manner, and within
	an OpenGL [1] Context.

	The main purpose of GLUT is the avoidance of clobbering the OpenGL
	namespace with device, platform and operating-system specific
	functions. This platform independence comes at the expense of full
	device interaction features availability, and some loss of programming
	flexibility. From the FreeGLUT page:

		GLUT (and hence freeglut) allows the user to create and
		manage windows containing OpenGL contexts on a wide range
		of platforms and also read the mouse, keyboard and joystick
		functions.

	GLUT also provides general-purpose APIs simplifying some standard
	OpenGL programming idioms. Absent these GLUT APIs, these idioms
	would have had to be duplicated by the application programmer, for
	every OpenGL application.

	GLUT was originally developed and maintained by Mark Kilgard at SGI,
	under a very restrictive license. The last release from SGI was GLUT
	3.7, in August 1998. Due to the licensing restrictions imposed by the
	canonical GLUT 3.7 license, and to the fact that it has not had a
	canonical upgrade release since August 1998, the SGI GLUT releases
	are not being considered for integration, and will not be discussed
	further.

	The GLUT API had been frozen at Version 3 since August 1998, and the
	GLUT releases have been frozen at Version 3.7. According to the
	OpenGL GLUT information page: [0]

		The current [ GLUT ] version is 3.7.
		Additional releases of the library are not anticipated.

		The current version of the GLUT API is 3.
		The current source code distribution is GLUT 3.7.

	The FreeGLUT Project [2] is a compatible replacement for the GLUT
	API V3 [ SGI GLUT 3.7 ], and is released under the MIT/X Consortium
	License. The FreeGLUT Project has extended and upgraded the SGI GLUT
	API version to Version 4. [4] The GLUT API Version 4 is a fully
	backwards compatible superset of Version 3 of the SGI GLUT API.

	The latest release from the FreeGLUT project is Version 2.6.0, and
	implements the GLUT API Version 4. For the purposes of this document,
	the term GLUT and FreeGLUT are used interchangeably, and refer to
	the canonical releases from the FreeGLUT project.

	This Case seeks Micro/Patch binding.

2.	Programmatic Facilities

	The SGI [ Version 3 ] GLUT API and the FreeGLUT [ Version 4 ] API are
	documented in detail at [3] and [4].

	A complete list of all the public interfaces exported by GLUT is
	provided in Appendix 1 in the Case Materials.

	Version 4 of the GLUT API provides a Standard API, available via the
	freeglut_std.h header file, and an Extensions API, available via the
	freeglut_ext.h header file.

	Access to the Standard GLUT API is provided by the glut.h header file.

	Access to the Standard And Extensions API is provided by the freeglut.h
	header file.

	The current GLUT API depends on the X11 Display structure. It has not
	yet been ported to XCB. [5] [6]

3.	Interface Considerations

	GLUT imports interfaces from OpenGL [ libGL.so.1 and libGLU.so.1 ].
	This is an explicit dependency: internal GLUT header files explicitly
	include &lt;GL/gl.h&gt; and &lt;GL/glu.h&gt;.

	GLUT does not specify a lower bound OpenGL API Version.  FreeGLUT
	compiles cleanly with OpenGL Version 1.5.

	Additionally, GLUT imports interfaces from the following X libraries:

	- libX11.so.4
	- libXext.so.0
	- libXi.so.5
	- libXxf86vm.so.1

	GLUT exports C and [ identical ] C++ interfaces.

	The GLUT API Version 4 maintains backward compatibility with Version 3
	of the GLUT API. This Case proposes an overall Uncommitted Stability
	Classification for GLUT. It is not expected that GLUT will evolve in
	incompatible ways.

	The GLUT Interface Table is provided in the ARC Case Materials
	directory [ glut-interface-table.txt ].

	3.1.	GLUT Objects


	Physical Object					Description
	---------------					-----------

	/usr/include/GL/glut.h				Header file
	/usr/include/GL/freeglut.h			Header file
	/usr/include/GL/freeglut_std.h			Header file
	/usr/include/GL/freeglut_ext.h			Header file

	/usr/lib/libglut.so.3				Shared library
	/usr/lib/libglut.so -&gt; libglut.so.3		Symbolic link

	/usr/lib/${MACH64}/libglut.so.3			Shared library
	/usr/lib/${MACH64}/libglut.so -&gt; libglut.so.3	Symbolic link

	/usr/share/doc/glut/html/download.html		Documentation
	/usr/share/doc/glut/html/freeglut.html
	/usr/share/doc/glut/html/freeglut_logo.png
	/usr/share/doc/glut/html/freeglut_user_interface.html
	/usr/share/doc/glut/html/index.html
	/usr/share/doc/glut/html/ogl_sm.png
	/usr/share/doc/glut/html/progress.html
	/usr/share/doc/glut/html/structure.html

	/usr/share/man/man3gl/glut.3gl			UNIX Manual Page

	libglut.so.3					Binding SONAME

4.	Documentation

	Documentation in HTML format will be provided with the GLUT
	integration, in the standard Solaris HTML documentation location.

	A generic UNIX man page glut(3GL), pointing to the location of
	the full HTML documentation will also be provided.

5.	Packaging

	SUNWglut - shared libraries, header files, pkg-config files, HTML
	documentation, GLUT man page.

	SUNWglut-demos - GLUT demos, example programs and their ancillary data.

6.	References

	[0] <a class="moz-txt-link-freetext" href="http://www.opengl.org/resources/libraries/glut/">http://www.opengl.org/resources/libraries/glut/</a>
	[1] <a class="moz-txt-link-freetext" href="http://www.opengl.org/">http://www.opengl.org/</a>
	[2] <a class="moz-txt-link-freetext" href="http://freeglut.sourceforge.net/">http://freeglut.sourceforge.net/</a>
	[3] <a class="moz-txt-link-freetext" href="http://www.opengl.org/resources/libraries/glut/spec3/spec3.html">http://www.opengl.org/resources/libraries/glut/spec3/spec3.html</a>
	[4] <a class="moz-txt-link-freetext" href="http://freeglut.sourceforge.net/docs/api.php">http://freeglut.sourceforge.net/docs/api.php</a>
	[5] <a class="moz-txt-link-freetext" href="http://xcb.freedesktop.org/">http://xcb.freedesktop.org/</a>
	[6] PSARC/2010/XXX Introducing XCB with X11 in Solaris

=============================================
Interface Table for GLUT 4 [ FreeGLUT 2.6.0 ]
=============================================

Exported Interfaces:


Interface		Stability		Comments
===============================================================

libglut.so.3		Uncommitted		GLUT API V3 +
						GLUT API V4
						Binding SONAME



Imported Interfaces:


Interface		Interface		Comments
			Classification
==================================================================
libGL.so.1		Standard
libGLU.so.1		Standard
libX11.so.4		Committed
libXext.so.0		Committed
libXi.so.5		Committed
libXxf86vm.so.1		External


    References:

	<a class="moz-txt-link-freetext" href="http://www.opengl.org/">http://www.opengl.org/</a>
	<a class="moz-txt-link-freetext" href="http://www.mesa3d.org/">http://www.mesa3d.org/</a>
	<a class="moz-txt-link-freetext" href="http://freeglut.sourceforge.net/">http://freeglut.sourceforge.net/</a>

	LSARC/1995/164	Extended Visuals for OpenGL
	LSARC/1996/049	OpenGL Solaris : A 3D Graphics API
	LSARC/2005/109	MESA OpenGL Open Source Clone [ libGLU.so.1 ]
	PSARC/2005/189	X client support for XFree86 extensions
	LSARC/2005/254	OpenGL 1.5 API
	LSARC/2009/066	OpenGL 3.0 API [ nVIDIA ]
	LSARC/2009/259	OpenGL 3.1 API [ nVIDIA ]
	LSARC/2009/569	OpenGL 3.2 API [ nVIDIA ]

	LSARC/2009/666	Update libX11 to 1.3
	PSARC/2008/194	Update to libXext, libXevie &amp; libXss
	PSARC/2009/303	Update libXi [ X Input Extension ] to 1.5

	

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		X
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<table border="0" cellpadding="0" cellspacing="0" width="519">
  <tbody>
    <tr valign="top">
      <td height="121" width="98"><a href="http://www.sun.com"><img
 moz-do-not-send="true" src="http://www.sun.com/emrkt/sigs/6h_top.gif"
 border="0" height="92" width="98"></a></td>
      <td style="font-family: Arial; font-size: 10px;" height="121"
 width="249"><b> Michael Kearney </b><br>
Staff Software Engineer<br>
      <br>
      <b>Sun Microsystems, Inc.</b><br>
MS UBRM05-390, 500 Eldorado Blvd<br>
Broomfield, CO 80021 US<br>
Phone 303-272-2402<br>
Fax 303-272-6554<br>
Email <a class="moz-txt-link-abbreviated" href="mailto:Michael.Kearney@Sun.COM">Michael.Kearney@Sun.COM</a><br>
      </td>
      <td style="font-family: Arial; font-size: 10px;" width="172"><img
 moz-do-not-send="true" src="http://www.sun.com/emrkt/sigs/q01.gif"
 height="118" width="172"></td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>

--Boundary_(ID_BvAcnecPtJyjR8GExPRhuQ)
Content-type: text/x-vcard; CHARSET=US-ASCII; name=Michael_Kearney.vcf
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=Michael_Kearney.vcf

begin:vcard
fn:Michael Kearney
n:Kearney;Michael
org:Sun Microsystems, Inc.;Archive Core Engineering
adr:500 Eldorado Blvd.;;Mailstop UBRM05-390;Broomfield;CO;80021;US
email;internet:Michael.Kearney@Sun.com
title:Staff Software Engineer
tel;work:303-272-2402
tel;fax:303-272-6554
x-mozilla-html:TRUE
url:http://www.sun.com/
version:2.1
end:vcard


--Boundary_(ID_BvAcnecPtJyjR8GExPRhuQ)--

From Alan.Coopersmith@sun.com Thu Jan 21 21:29:31 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0M5TVLx013795
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 21 Jan 2010 21:29:31 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o0M5TUl1028519
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 21 Jan 2010 21:29:30 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KWM00K0BV967900@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Thu, 21 Jan 2010 22:29:30 -0700 (MST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KWM00JRHV964X20@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Thu,
 21 Jan 2010 22:29:30 -0700 (MST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o0M5TU2J010761	for
 <LSARC-ext@Sun.Com>; Thu, 21 Jan 2010 21:29:30 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KWM00G00UVFO700@fe-sfbay-10.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Thu, 21 Jan 2010 21:29:30 -0800 (PST)
Received: from [10.6.102.27] ([unknown] [10.6.102.27])
 by fe-sfbay-10.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KWM000LSV96CY70@fe-sfbay-10.sun.com>;
 Thu, 21 Jan 2010 21:29:30 -0800 (PST)
Date: Thu, 21 Jan 2010 21:29:30 -0800
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: Re: [xwin-discuss] GLUT [LSARC/2010/016 FastTrack timeout 01/21/2010]
In-reply-to: <201001141701.o0EH18Qr000181@sac.sfbay.sun.com>
Sender: Alan.Coopersmith@sun.com
To: LSARC-ext@sun.com
Cc: xwin-discuss@opensolaris.org, Stefan.Teleman@sun.com
Message-id: <4B5937BA.2070500@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
References: <201001141701.o0EH18Qr000181@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090926)
Status: RO
Content-Length: 375

Alan Coopersmith wrote:
> I am sponsoring this fasttrack for Stefan Teleman, and have set the 
> timeout for a week from now, next Thursday, January 21.

Since this case has received its +1 and no other comments during the
timeout, it is now closed approved.

-- 
	-Alan Coopersmith-           alan.coopersmith@sun.com
	 Sun Microsystems, Inc. - X Window System Engineering


