Hemp Harvest Protest in Front of White House Begins
More info: http://drbronner.com/hemp_protest.html
SharePoint Versions
| For SP2010 info please see SharePoint 2010 Versions |
| Released | Name | WSS3.0 | MOSS2007 | Version | Changes info |
|---|---|---|---|---|---|
| 31-Aug-10 | August 2010 Cumulative update | KB2276474 |
KB2276472 |
12.0.0.6545 | BLOG |
| 29-Jun-10 | June 2010 Cumulative update | KB983311 |
KB983310 |
12.0.0.6539 | BLOG |
| 27-Apr-10 | April 2010 Cumulative update | KB981043 |
KB981042 |
12.0.0.6535 | BLOG |
| 23-Feb-10 | February 2010 Cumulative update | KB978396 |
KB978395 |
12.0.0.6529 | BLOG |
| 15-Dec-09 | December 2009 Cumulative update | KB977027 |
KB977026 |
12.0.0.6524 | BLOG |
| 29-Oct-09 | October 2009 Cumulative update | KB974989 |
KB974988 |
12.0.0.6520 | BLOG |
| 07-Oct-09 | August 2009 Cumulative update | KB973410 |
KB973409 |
12.0.0.6514 | BLOG |
| 01-Jul-09 | June 2009 Cumulative update | KB971538 |
KB972569 |
12.0.0.6510 | BLOG |
| 01-Jun-09 | April 2009 Cumulative update | KB968857 KB968850 |
KB968851 |
12.0.0.6504 | BLOG BLOG BLOG |
| 29-Apr-09 | SP2 | KB953338 |
KB953334 |
12.0.0.6421 | Hotfix for SP2 bug WSS MOSS |
| February 2009 Cumulative update | KB963654 |
KB961755 |
12.0.0.6341 | ||
| December 2008 Cumulative update | KB960010 |
KB960011 |
12.0.0.6335 | BLOG |
|
| October 2008 Cumulative update | KB957691 | KB957693 | 12.0.0.6332 | ||
| August 2008 Cumulative update | KB956057 |
KB957109 KB956056 |
12.0.0.6327 | ||
| Infrastructure Update | KB951297 |
KB951695 |
12.0.0.6318 | ||
| post-SP1 hotfix | KB948945 |
KB941274 |
12.0.0.6303 | ||
| post-SP1 hotfix | KB941274 |
12.0.0.6301 | |||
| post-SP1 hotfix | KB941422 |
12.0.0.6300 | |||
| 11-Dec-07 | SP1 | KB936988 |
KB936984 |
12.0.0.6219 | |
| MOSS 2007 or WSS 3.0 October public update | 12.0.0.6039 | ||||
| MOSS 2007 or WSS 3.0 August 24, 2007 hotfix package | 12.0.0.6036 | ||||
| MOSS 2007 or WSS 3.0 RTM | 12.0.0.4518 | ||||
| MOSS 2007 or WSS 3.0 Beta 2 TR | 12.0.0.4407 | ||||
| MOSS 2007 or WSS 3.0 Beta 2 | 12.0.0.4017 | ||||
| Office 12 (PDC image - pre-beta) | 12.0.0.3111 |
Source: Penny Coventry![]()
Finding the Version by Central Administration
The first approach is to open a web browser and got to the site settings page (Site Actions > Site Settings > Modify All Settings).
Finding the Version by PowerShell
(get-item "hklm:software\microsoft\shared tools\web server extensions\12.0".getvalue("version"
Source: Dave Hunter![]()
OR
$farm = [Microsoft.SharePoint.Administration.SPFarm]::Local
$bv = $farm.BuildVersion.ToString()
$vertable = Import-Csv versions.csv
$vertable \| where-object {$_.Version \-eq $bv}
Source: Michael Blumenthal![]()
Finding the Version by IIS
- Within IIS Management Console, right-click and select Properties
- Switch to the HTTP Headers tab
Source: Grumpy Wookie
Finding the Version as a User with Firefox and Firebug
You need to be able to access the web server's Header information during the viewing of a SharePoint/WSS page.
- With the Firefox web browser, you can install the Firebug extension to access the web server headers.
- Once installed, click the little "bug" icon in the lower right corner of Firefox.
- Select the "Net" tab and choose Enable.
- Then surf to one of your SharePoint/WSS pages.
- You'll see under Firebug's Net tab the Headers sub-tab. Look for the line for MicrosoftSharePoint.
- See source
for screenshot.
Source: Joe Gasper![]()
Pre-Upgrade Checker
The Pre-Upgrade Checker is a tool that calls an extensible set of routines. The routines can be run against an existing SharePoint 2007 environment that has been updated by using Windows SharePoint Services 3.0 Service Pack 2. The Pre-Upgrade Checker routines are used to determine potential issues that may prevent you from upgrading successfully. The tool also enables IT operations personnel to scan their SharePoint farm in advance and provides feedback on the environment's readiness to upgrade. It also provides information that helps the personnel to fix issues that are discovered by the tool.
Update Timeline
External Links
- Updates Resource Center for SharePoint Products and Technologies - Technet

- Deploy software updates for Windows SharePoint Services 3.0

- Deploy software updates for Office SharePoint Server 2007

The above was copied from: https://www.nothingbutsharepoint.com/sites/devwiki/SP2010Admin/Pages/SharePoint%202010%20Versions.aspx






