Difference between revisions of "Linden Lab Official:Viewer Source Repositories"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(242 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- ################################################################
For information on the source repositories for current viewer builds, see [https://releasenotes.secondlife.com/repositories.html the releasenotes.secondlife.com repositories page]
    DO NOT EDIT THIS PAGE MANUALLY
    It is maintained by generation using the script in https://bitbucket.org/lindenlab/open-repositories,
    based on data from the viewer version manager and bitbucket.
    Use the Jira DRTVWR workflow to do a release, and the right thing will happen.
################################################################ -->
 
The canonical viewer source is in [http://bitbucket.org/lindenlab/viewer-release the viewer-release repository]; the tags of the form <tt>''major''.''minor''.''patch''-release</tt> indicate the revisions used to build the default viewer at that release number.
 
This page documents each viewers currently being made available by Linden Lab (including the default viewer), with information on which repository and changeset was used to build each.
 
For links to download these viewers, see the [[Linden Lab Official:Alternate Viewers|official Alternate Viewers]] page.
 
 
==Release Channels==<!-- DO NOT EDIT (see top of page) -->
:The ''default'' cohort viewer here is the default provided by the [http://secondlife.com/support/downloads downloads] page. The other cohorts are candidates being evaluated to be the next default; all are believed to be stable.
 
 
===Second Life Release===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Release/4.0.6.315555|4.0.6.315555]]
|https://bitbucket.org/lindenlab/viewer-release
|4070611edd95
|Public
|-
|colspan=4|The canonical viewer source archive
|-
!rowspan=2|Maintenance
|[[Release Notes/Second Life Release/4.0.7.317689|4.0.7.317689]]
|https://bitbucket.org/lindenlab/viewer-lynx
|38d452e16c1c
|Public
|-
|colspan=4|A public fork of the Second Life viewer-release code
|}
 
 
 
----
==Project Channels==<!-- DO NOT EDIT (see top of page) -->
:These are early experimental viewers; they may not yet be even beta quality - use at your own risk
 
 
===Second Life Project Bento===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Project Bento/5.0.0.317597|5.0.0.317597]]
|https://bitbucket.org/lindenlab/bento-box
|6fb7829a2929
|Public
|-
|colspan=4|Extended Skeletons for Avatars
|}
===Second Life Project VLC Media Plugin===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Project VLC Media Plugin/4.0.6.316258|4.0.6.316258]]
|https://bitbucket.org/lindenlab/viewer-vlc
|6b10b093caa9
|Public
|-
|colspan=4|
|}
===Second Life Project VOB===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Project VOB/4.0.6.316422|4.0.6.316422]]
|https://bitbucket.org/pavelkproductengine/visual-outfit-browser
|10226772fe89
|Public
|-
|colspan=4|Created for MAINT-5194 "Visual Outfit browser"
|}
 
[[Category:Open Source Portal]]

Latest revision as of 11:46, 8 May 2019

For information on the source repositories for current viewer builds, see the releasenotes.secondlife.com repositories page