From sh162551@sac.sfbay.sun.com Tue May 27 20:43:03 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4S3h2fv015284
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 27 May 2008 20:43:03 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4S3gWR6024763;
	Wed, 28 May 2008 11:43:01 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K1K00I077NO0X00@nwk-avmta-2.sfbay.sun.com>; Tue,
 27 May 2008 20:43:00 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1K008D87NO22A0@nwk-avmta-2.sfbay.sun.com>; Tue,
 27 May 2008 20:43:00 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4S3h0BU042799; Tue, 27 May 2008 20:43:00 -0700 (PDT)
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 m4S3gwki015270; Tue,
 27 May 2008 20:42:58 -0700 (PDT)
Received: (from sh162551@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m4S3gwlH015265; Tue,
 27 May 2008 20:42:58 -0700 (PDT)
Date: Tue, 27 May 2008 20:42:58 -0700 (PDT)
From: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Subject: libgsf [LSARC/2008/345 FastTrack timeout 06/03/2008]
To: lsarc-ext@sun.com
Message-id: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4550


Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 libgsf
    1.2. Name of Document Author/Supplier:
	 Author:  Rick Ju
    1.3  Date of This Document:
	27 May, 2008
4. Technical Description
1. Introduction
   1.1. Project/Component Working Name:

        libgsf GNOME Structured File Library 

   1.2. Name of Document Author/Supplier:
        
        Author:         Rick Ju
        Sponser:        Irene Huang

   1.3. Date of This Document:

        05/11/2008

2. Technical Description:
    2.1. Details:
    
     The GNOME Structured File Library (libgsf) is a utility library
     for reading and writing structured file formats.

     libgsf could read and write common file types and handle structured
     formats that provide file-system-in-a-file semantics.  There are
     some additional utilities for document centric applications.

     Support for MS OLE2 streams is complete, as is zip import. There
     is also support for document metadata and some initial work on
     decompressing VBA streams in OLE files for future conversion
     to other languages. This library replaces libole2 and is used in
     gnumeric, mrproject, abiword, libwv2, koffice. It is also part of
     the AAF format.

     Furthermore, the gsf CLI is a simple archive utility which operates
     on  files following one of the structured file formats understood by
     libgsf.  gsf-office-thumbnailer is used internally by GNOME applications
     to generate thumbnails and is declared Project Private.

    2.2. Interfaces:
           Exported Interfaces
                Interface                    Classification        Comments
                --------------- -            -------------- -----------------------
                libgsf API                   Volatile
                gsf CLI                      Volatile        Please refer to gsf-cli.txt
                gsf subcommands              Volatile        See gsf.1
                   cat
                   dump
                   help
                   list
                   props
                gsf-office-thumbnailer       Volatile        See gsf-office-thumbnailer.1
                SUNWlibgsf                   Uncommitted     libgsf base packaging
                                                             contains binary, libraries.
                SUNWlibgsf-root              Uncommitted     libgsf root packaging
                                                             contains schemas.
                SUNWlibgsf-devel             Uncommitted     lbgsf development packaging
                                                             contains headers and documents.



        Imported Interfaces
                Interface        Classification        Comments
                --------------- --------------- -----------------------
                GLib                Commited      LSARC/2006/202
                libxml2             Stable        PSARC/2006/290 
                zlib                Stable        PSARC/2006/537 
                gnome-vfs           Volatile      LSARC/2006/202 
                libbonobo           Volatile      LSARC/2006/202 
  

    2.3. Doc Impact:
    
         Man page is needed.
     
    2.4. Packaging & Delivery:
         SUNWlibgsf(base package)                          - base package for binaries
         SUNWlibgsf-root (root package)                    - root package for schemas
         SUNWlibgsf-devel (development package)            - develoment package for header and documents

    2.5. Dependencies:
         libgsf depends on Glib, libxml2, zlib and libbonobo.
        
    2.6. L10N Impact:
         There are string changes. Hence this should be taken care.

    2.7 Security Impact:

         None. 
        
3. Reference Documents:
        libgsf-cli.txt                       - gsf command line help
        gsf.1                                - manpage for gsf
        gsf-office-thumbnailer.1             - manpage for gsf-office-thumbnailer
        SUNWlibgsf-pkgmap.txt                - pkgmap for SUNWlibgsf package.
        SUNWlibgsf-root-pkgmap.txt           - pkgmap for SUNWlibgsf-root package.
        SUNWlibgsf-devel-pkgmap.txt          - pkgmap for SUNWlibgsf-devel package.

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


From Irene.Huang@sun.com Wed May 28 02:25:26 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4S9PPw9024469
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 28 May 2008 02:25:25 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4S9PNSB026100
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Wed, 28 May 2008 10:25:24 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K1K00B01NICIL00@nwk-avmta-2.sfbay.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Wed, 28 May 2008 02:25:24 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1K00MI4NIAETE0@nwk-avmta-2.sfbay.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 28 May 2008 02:25:23 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4S9Pg5r027788	for
 <lsarc-ext@sun.com>; Wed, 28 May 2008 09:25:42 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K1K00N01NDE2500@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 28 May 2008 17:23:57 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K1K0099XNFW8FK4@mail-apac.sun.com>; Wed,
 28 May 2008 17:23:57 +0800 (SGT)
Date: Wed, 28 May 2008 17:25:43 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: libgsf [LSARC/2008/345 FastTrack timeout 06/03/2008]
In-reply-to: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@sun.com, "Rick.Ju" <Rick.Ju@sun.com>
Message-id: <1211966743.1484.6.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.12.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
Status: RO
Content-Length: 5135

hi, All 

I am sponsoring this case, setting the time out to be 06/03/2008. 
Additional materials can be found at 

Sun Internal 
http://sac.eng/Archives/CaseLog/arc/LSARC/2008/345/materials/

Will be posted to Opensoaris.org
http://www.opensolaris.org/os/community/arc/caselog/2008/345/

--Irene	
On Tue, 2008-05-27 at 20:42 -0700, Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 libgsf
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Rick Ju
>     1.3  Date of This Document:
> 	27 May, 2008
> 4. Technical Description
> 1. Introduction
>    1.1. Project/Component Working Name:
> 
>         libgsf GNOME Structured File Library 
> 
>    1.2. Name of Document Author/Supplier:
>         
>         Author:         Rick Ju
>         Sponser:        Irene Huang
> 
>    1.3. Date of This Document:
> 
>         05/11/2008
> 
> 2. Technical Description:
>     2.1. Details:
>     
>      The GNOME Structured File Library (libgsf) is a utility library
>      for reading and writing structured file formats.
> 
>      libgsf could read and write common file types and handle structured
>      formats that provide file-system-in-a-file semantics.  There are
>      some additional utilities for document centric applications.
> 
>      Support for MS OLE2 streams is complete, as is zip import. There
>      is also support for document metadata and some initial work on
>      decompressing VBA streams in OLE files for future conversion
>      to other languages. This library replaces libole2 and is used in
>      gnumeric, mrproject, abiword, libwv2, koffice. It is also part of
>      the AAF format.
> 
>      Furthermore, the gsf CLI is a simple archive utility which operates
>      on  files following one of the structured file formats understood by
>      libgsf.  gsf-office-thumbnailer is used internally by GNOME applications
>      to generate thumbnails and is declared Project Private.
> 
>     2.2. Interfaces:
>            Exported Interfaces
>                 Interface                    Classification        Comments
>                 --------------- -            -------------- -----------------------
>                 libgsf API                   Volatile
>                 gsf CLI                      Volatile        Please refer to gsf-cli.txt
>                 gsf subcommands              Volatile        See gsf.1
>                    cat
>                    dump
>                    help
>                    list
>                    props
>                 gsf-office-thumbnailer       Volatile        See gsf-office-thumbnailer.1
>                 SUNWlibgsf                   Uncommitted     libgsf base packaging
>                                                              contains binary, libraries.
>                 SUNWlibgsf-root              Uncommitted     libgsf root packaging
>                                                              contains schemas.
>                 SUNWlibgsf-devel             Uncommitted     lbgsf development packaging
>                                                              contains headers and documents.
> 
> 
> 
>         Imported Interfaces
>                 Interface        Classification        Comments
>                 --------------- --------------- -----------------------
>                 GLib                Commited      LSARC/2006/202
>                 libxml2             Stable        PSARC/2006/290 
>                 zlib                Stable        PSARC/2006/537 
>                 gnome-vfs           Volatile      LSARC/2006/202 
>                 libbonobo           Volatile      LSARC/2006/202 
>   
> 
>     2.3. Doc Impact:
>     
>          Man page is needed.
>      
>     2.4. Packaging & Delivery:
>          SUNWlibgsf(base package)                          - base package for binaries
>          SUNWlibgsf-root (root package)                    - root package for schemas
>          SUNWlibgsf-devel (development package)            - develoment package for header and documents
> 
>     2.5. Dependencies:
>          libgsf depends on Glib, libxml2, zlib and libbonobo.
>         
>     2.6. L10N Impact:
>          There are string changes. Hence this should be taken care.
> 
>     2.7 Security Impact:
> 
>          None. 
>         
> 3. Reference Documents:
>         libgsf-cli.txt                       - gsf command line help
>         gsf.1                                - manpage for gsf
>         gsf-office-thumbnailer.1             - manpage for gsf-office-thumbnailer
>         SUNWlibgsf-pkgmap.txt                - pkgmap for SUNWlibgsf package.
>         SUNWlibgsf-root-pkgmap.txt           - pkgmap for SUNWlibgsf-root package.
>         SUNWlibgsf-devel-pkgmap.txt          - pkgmap for SUNWlibgsf-devel package.
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 


From darren.moffat@Sun.COM Wed May 28 02:42:21 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4S9gKAp024604
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 28 May 2008 02:42:21 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4S9gJpP002531
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Wed, 28 May 2008 10:42:20 +0100 (BST)
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 <0K1K00L05OAI3O00@brm-avmta-1.central.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Wed, 28 May 2008 03:42:18 -0600 (MDT)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1K00JAGOAHBW10@brm-avmta-1.central.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 28 May 2008 03:42:18 -0600 (MDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4S9gHbg021008	for
 <lsarc-ext@sun.com>; Wed, 28 May 2008 09:42:17 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K1K00101N2QZW00@fe-emea-09.sun.com>
 (original mail from Darren.Moffat@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 28 May 2008 10:42:17 +0100 (BST)
Received: from [129.156.173.21] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K1K005FHOA0Q3B0@fe-emea-09.sun.com>; Wed,
 28 May 2008 10:42:01 +0100 (BST)
Date: Wed, 28 May 2008 10:42:00 +0100
From: Darren J Moffat <darren.moffat@Sun.COM>
Subject: Re: libgsf [LSARC/2008/345 FastTrack timeout 06/03/2008]
In-reply-to: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
Sender: darren.moffat@Sun.COM
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@Sun.COM
Message-id: <483D28E8.5040406@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080507)
Status: RO
Content-Length: 827

Shi-Ying Irene Huang wrote:
>      Support for MS OLE2 streams is complete, as is zip import. There
>      is also support for document metadata and some initial work on
>      decompressing VBA streams in OLE files for future conversion
>      to other languages. This library replaces libole2 and is used in
>      gnumeric, mrproject, abiword, libwv2, koffice. It is also part of
>      the AAF format.

I don't recall any of those consumers actually being in Solaris so what 
in Solaris today will consume the library interfaces of this case (other 
than the case itself) ?  Is there another related case that has already 
been submitted or is going to be submitted ?

I don't have a problem with the case content I just want to understand 
if there is a reason for this other than the gsf(1) command.

-- 
Darren J Moffat

From Irene.Huang@sun.com Wed May 28 03:22:10 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4SAM9t6026011
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 28 May 2008 03:22:09 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4SAM5wM025704
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Wed, 28 May 2008 11:22:08 +0100 (BST)
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 <0K1K0081RQ4TB700@nwk-avmta-1.sfbay.Sun.COM> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Wed, 28 May 2008 03:22:05 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1K004ZSQ4SJYD0@nwk-avmta-1.sfbay.Sun.COM> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 28 May 2008 03:22:05 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4SAMqi5008446	for
 <lsarc-ext@sun.com>; Wed, 28 May 2008 10:22:52 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K1K00A01Q3YBL00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 28 May 2008 18:21:46 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K1K0071GQ49UHZ6@mail-apac.sun.com>; Wed,
 28 May 2008 18:21:46 +0800 (SGT)
Date: Wed, 28 May 2008 18:22:25 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: libgsf [LSARC/2008/345 FastTrack timeout 06/03/2008]
In-reply-to: <483D28E8.5040406@Sun.COM>
Sender: Irene.Huang@sun.com
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, lsarc-ext@sun.com
Message-id: <1211970145.1484.18.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.12.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
 <483D28E8.5040406@Sun.COM>
Status: RO
Content-Length: 985

Hi, Darren

Meta Tracker will depend on libgsf, an ARC will be filed soon :) 

--Irene
On Wed, 2008-05-28 at 10:42 +0100, Darren J Moffat wrote:
> Shi-Ying Irene Huang wrote:
> >      Support for MS OLE2 streams is complete, as is zip import. There
> >      is also support for document metadata and some initial work on
> >      decompressing VBA streams in OLE files for future conversion
> >      to other languages. This library replaces libole2 and is used in
> >      gnumeric, mrproject, abiword, libwv2, koffice. It is also part of
> >      the AAF format.
> 
> I don't recall any of those consumers actually being in Solaris so what 
> in Solaris today will consume the library interfaces of this case (other 
> than the case itself) ?  Is there another related case that has already 
> been submitted or is going to be submitted ?
> 
> I don't have a problem with the case content I just want to understand 
> if there is a reason for this other than the gsf(1) command.
> 


From Irene.Huang@sun.com Sun Jun  1 22:59:17 2008
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 m525xHEB024230
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 1 Jun 2008 22:59:17 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m525xHLd004408
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Sun, 1 Jun 2008 22:59:17 -0700 (PDT)
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 <0K1T00305NASWM00@nwk-avmta-1.sfbay.Sun.COM> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Sun, 01 Jun 2008 22:59:16 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1T00D1INAQMS60@nwk-avmta-1.sfbay.Sun.COM> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Sun,
 01 Jun 2008 22:59:15 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m525xaaS026528	for
 <lsarc-ext@sun.com>; Mon, 02 Jun 2008 05:59:36 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K1T00H01N79IA00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Mon,
 02 Jun 2008 13:57:44 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K1T0094GN868GLP@mail-apac.sun.com>; Mon,
 02 Jun 2008 13:57:43 +0800 (SGT)
Date: Mon, 02 Jun 2008 13:59:29 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: libgsf [LSARC/2008/345 FastTrack timeout 06/03/2008]
In-reply-to: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@sun.com
Message-id: <1212386369.3368.69.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.12.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
Status: RO
Content-Length: 4985

Hi, all 

If there's any issues with this case, please reply with an email. If
not, I am closing this case tomorrow as approved. 

Thanks 

--Irene
On Tue, 2008-05-27 at 20:42 -0700, Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 libgsf
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Rick Ju
>     1.3  Date of This Document:
> 	27 May, 2008
> 4. Technical Description
> 1. Introduction
>    1.1. Project/Component Working Name:
> 
>         libgsf GNOME Structured File Library 
> 
>    1.2. Name of Document Author/Supplier:
>         
>         Author:         Rick Ju
>         Sponser:        Irene Huang
> 
>    1.3. Date of This Document:
> 
>         05/11/2008
> 
> 2. Technical Description:
>     2.1. Details:
>     
>      The GNOME Structured File Library (libgsf) is a utility library
>      for reading and writing structured file formats.
> 
>      libgsf could read and write common file types and handle structured
>      formats that provide file-system-in-a-file semantics.  There are
>      some additional utilities for document centric applications.
> 
>      Support for MS OLE2 streams is complete, as is zip import. There
>      is also support for document metadata and some initial work on
>      decompressing VBA streams in OLE files for future conversion
>      to other languages. This library replaces libole2 and is used in
>      gnumeric, mrproject, abiword, libwv2, koffice. It is also part of
>      the AAF format.
> 
>      Furthermore, the gsf CLI is a simple archive utility which operates
>      on  files following one of the structured file formats understood by
>      libgsf.  gsf-office-thumbnailer is used internally by GNOME applications
>      to generate thumbnails and is declared Project Private.
> 
>     2.2. Interfaces:
>            Exported Interfaces
>                 Interface                    Classification        Comments
>                 --------------- -            -------------- -----------------------
>                 libgsf API                   Volatile
>                 gsf CLI                      Volatile        Please refer to gsf-cli.txt
>                 gsf subcommands              Volatile        See gsf.1
>                    cat
>                    dump
>                    help
>                    list
>                    props
>                 gsf-office-thumbnailer       Volatile        See gsf-office-thumbnailer.1
>                 SUNWlibgsf                   Uncommitted     libgsf base packaging
>                                                              contains binary, libraries.
>                 SUNWlibgsf-root              Uncommitted     libgsf root packaging
>                                                              contains schemas.
>                 SUNWlibgsf-devel             Uncommitted     lbgsf development packaging
>                                                              contains headers and documents.
> 
> 
> 
>         Imported Interfaces
>                 Interface        Classification        Comments
>                 --------------- --------------- -----------------------
>                 GLib                Commited      LSARC/2006/202
>                 libxml2             Stable        PSARC/2006/290 
>                 zlib                Stable        PSARC/2006/537 
>                 gnome-vfs           Volatile      LSARC/2006/202 
>                 libbonobo           Volatile      LSARC/2006/202 
>   
> 
>     2.3. Doc Impact:
>     
>          Man page is needed.
>      
>     2.4. Packaging & Delivery:
>          SUNWlibgsf(base package)                          - base package for binaries
>          SUNWlibgsf-root (root package)                    - root package for schemas
>          SUNWlibgsf-devel (development package)            - develoment package for header and documents
> 
>     2.5. Dependencies:
>          libgsf depends on Glib, libxml2, zlib and libbonobo.
>         
>     2.6. L10N Impact:
>          There are string changes. Hence this should be taken care.
> 
>     2.7 Security Impact:
> 
>          None. 
>         
> 3. Reference Documents:
>         libgsf-cli.txt                       - gsf command line help
>         gsf.1                                - manpage for gsf
>         gsf-office-thumbnailer.1             - manpage for gsf-office-thumbnailer
>         SUNWlibgsf-pkgmap.txt                - pkgmap for SUNWlibgsf package.
>         SUNWlibgsf-root-pkgmap.txt           - pkgmap for SUNWlibgsf-root package.
>         SUNWlibgsf-devel-pkgmap.txt          - pkgmap for SUNWlibgsf-devel package.
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 


From Irene.Huang@Sun.COM Wed Jun  4 03:10:54 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m54AArwF010625
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 4 Jun 2008 03:10:54 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m54AAqPB029354
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Wed, 4 Jun 2008 18:10:52 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K1X00G1TOA3TH00@nwk-avmta-2.sfbay.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@Sun.COM); Wed, 04 Jun 2008 03:10:51 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1X00DCCO9UFO70@nwk-avmta-2.sfbay.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@Sun.COM); Wed,
 04 Jun 2008 03:10:43 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m54ABW2f023717	for
 <lsarc-ext@Sun.COM>; Wed, 04 Jun 2008 10:11:32 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K1X00801O45U500@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@Sun.COM (ORCPT lsarc-ext@Sun.COM); Wed,
 04 Jun 2008 18:10:23 +0800 (SGT)
Received: from [129.158.146.215] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K1X0075SO9BXJ4F@mail-apac.sun.com>; Wed,
 04 Jun 2008 18:10:23 +0800 (SGT)
Date: Wed, 04 Jun 2008 18:10:40 +0800
From: Irene Huang <Irene.Huang@Sun.COM>
Subject: Re: libgsf [LSARC/2008/345 FastTrack timeout 06/03/2008]
In-reply-to: <1212386369.3368.69.camel@goalie>
Sender: Irene.Huang@Sun.COM
To: Irene Huang <Irene.Huang@Sun.COM>
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, lsarc-ext@Sun.COM
Message-id: <48466A20.7070906@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200805280342.m4S3gwlH015265@sac.sfbay.sun.com>
 <1212386369.3368.69.camel@goalie>
User-Agent: Thunderbird 2.0.0.14 (Windows/20080421)
Status: RO
Content-Length: 5163

Closing as approved.

--Irene
Irene Huang wrote:
> Hi, all 
>
> If there's any issues with this case, please reply with an email. If
> not, I am closing this case tomorrow as approved. 
>
> Thanks 
>
> --Irene
> On Tue, 2008-05-27 at 20:42 -0700, Shi-Ying Irene Huang wrote:
>   
>> Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>> 	 libgsf
>>     1.2. Name of Document Author/Supplier:
>> 	 Author:  Rick Ju
>>     1.3  Date of This Document:
>> 	27 May, 2008
>> 4. Technical Description
>> 1. Introduction
>>    1.1. Project/Component Working Name:
>>
>>         libgsf GNOME Structured File Library 
>>
>>    1.2. Name of Document Author/Supplier:
>>         
>>         Author:         Rick Ju
>>         Sponser:        Irene Huang
>>
>>    1.3. Date of This Document:
>>
>>         05/11/2008
>>
>> 2. Technical Description:
>>     2.1. Details:
>>     
>>      The GNOME Structured File Library (libgsf) is a utility library
>>      for reading and writing structured file formats.
>>
>>      libgsf could read and write common file types and handle structured
>>      formats that provide file-system-in-a-file semantics.  There are
>>      some additional utilities for document centric applications.
>>
>>      Support for MS OLE2 streams is complete, as is zip import. There
>>      is also support for document metadata and some initial work on
>>      decompressing VBA streams in OLE files for future conversion
>>      to other languages. This library replaces libole2 and is used in
>>      gnumeric, mrproject, abiword, libwv2, koffice. It is also part of
>>      the AAF format.
>>
>>      Furthermore, the gsf CLI is a simple archive utility which operates
>>      on  files following one of the structured file formats understood by
>>      libgsf.  gsf-office-thumbnailer is used internally by GNOME applications
>>      to generate thumbnails and is declared Project Private.
>>
>>     2.2. Interfaces:
>>            Exported Interfaces
>>                 Interface                    Classification        Comments
>>                 --------------- -            -------------- -----------------------
>>                 libgsf API                   Volatile
>>                 gsf CLI                      Volatile        Please refer to gsf-cli.txt
>>                 gsf subcommands              Volatile        See gsf.1
>>                    cat
>>                    dump
>>                    help
>>                    list
>>                    props
>>                 gsf-office-thumbnailer       Volatile        See gsf-office-thumbnailer.1
>>                 SUNWlibgsf                   Uncommitted     libgsf base packaging
>>                                                              contains binary, libraries.
>>                 SUNWlibgsf-root              Uncommitted     libgsf root packaging
>>                                                              contains schemas.
>>                 SUNWlibgsf-devel             Uncommitted     lbgsf development packaging
>>                                                              contains headers and documents.
>>
>>
>>
>>         Imported Interfaces
>>                 Interface        Classification        Comments
>>                 --------------- --------------- -----------------------
>>                 GLib                Commited      LSARC/2006/202
>>                 libxml2             Stable        PSARC/2006/290 
>>                 zlib                Stable        PSARC/2006/537 
>>                 gnome-vfs           Volatile      LSARC/2006/202 
>>                 libbonobo           Volatile      LSARC/2006/202 
>>   
>>
>>     2.3. Doc Impact:
>>     
>>          Man page is needed.
>>      
>>     2.4. Packaging & Delivery:
>>          SUNWlibgsf(base package)                          - base package for binaries
>>          SUNWlibgsf-root (root package)                    - root package for schemas
>>          SUNWlibgsf-devel (development package)            - develoment package for header and documents
>>
>>     2.5. Dependencies:
>>          libgsf depends on Glib, libxml2, zlib and libbonobo.
>>         
>>     2.6. L10N Impact:
>>          There are string changes. Hence this should be taken care.
>>
>>     2.7 Security Impact:
>>
>>          None. 
>>         
>> 3. Reference Documents:
>>         libgsf-cli.txt                       - gsf command line help
>>         gsf.1                                - manpage for gsf
>>         gsf-office-thumbnailer.1             - manpage for gsf-office-thumbnailer
>>         SUNWlibgsf-pkgmap.txt                - pkgmap for SUNWlibgsf package.
>>         SUNWlibgsf-root-pkgmap.txt           - pkgmap for SUNWlibgsf-root package.
>>         SUNWlibgsf-devel-pkgmap.txt          - pkgmap for SUNWlibgsf-devel package.
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>    	6.4.1. Consolidation C-team Name:
>> 		Desktop
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>     
>
>   


