Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update version number and switch flavour to release | Justin Clark-Casey (justincc) | 2010-08-09 | 1 | -2/+2 |
| | |||||
* | Flipped the flavour on post-fixes to Post_Fixes. | Diva Canto | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | Flipped flavor to Release. | Diva Canto | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | This is RC2. *** Changed the MySql driver back to the old one.*** Removed ↵ | Diva Canto | 2010-06-29 | 1 | -1/+1 |
| | | | | | | Old Guids from connection strings. Merged master onto this branch. | ||||
* | Fixed version info again. | Diva Canto | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Readjust master version and flavor | Melanie | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | Change flavor to 0.7-RC1 | Melanie | 2010-06-12 | 1 | -2/+2 |
| | |||||
* | change trunk version to 0.7.Dev | Justin Clark-Casey (justincc) | 2010-03-26 | 1 | -2/+2 |
| | |||||
* | Bump trunk version number to 0.6.9. | Justin Clark-Casey (justincc) | 2009-11-26 | 1 | -1/+1 |
| | | | | This is a place holder name and not necessarily the version number that will be used | ||||
* | Remove the "mel_t" from version string | Melanie | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Mark new version | Melanie | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Bump main version to 0.6.8-Dev | Melanie | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Remove The legacy inventory and asset servers. Bump interface version to 6 | Melanie | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | * as per my e-mail to opensim-dev archive: ↵ | Teravus Ovares | 2009-07-25 | 1 | -1/+1 |
| | | | | | | | | https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html I'm bumping gridcomms interface version to 5. MajorInterfaceVersion = 5 | ||||
* | Bump version in Framework/Servers/VersionInfo to 0.6.6. | Jeff Ames | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * We have strand flavours. | lbsa71 | 2009-05-26 | 1 | -6/+9 |
| | | | | | | * The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually. | ||||
* | * Introduced GetVersionString so we can harness the whole thing. | lbsa71 | 2009-05-26 | 1 | -1/+15 |
| | | | | | * Introduced 'Flavour' to spice things up. | ||||
* | * slowly getting there... | lbsa71 | 2009-05-26 | 1 | -12/+7 |
| | |||||
* | * Changed Version to property for great justice | lbsa71 | 2009-05-26 | 1 | -1/+9 |
| | |||||
* | * Added test to make sure version info is 27 chars long (still don't know ↵ | lbsa71 | 2009-05-26 | 1 | -0/+1 |
| | | | | exactly why it has to be that, though) | ||||
* | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 2009-05-25 | 1 | -1/+1 |
| | | | | | | | | | * unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa | ||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 1 | -0/+53 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -53/+0 |
| | |||||
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | * Upping to interface version 3 - let's see how this goes. | lbsa71 | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 2009-02-20 | 1 | -1/+1 |
| | | | | 0.6.3.* to better track down dll ref and overwrite problems. | ||||
* | Fixes Mantis #3032. The VersionInfo.cs file was not updated from 0.6.1 to ↵ | Charles Krinke | 2009-01-22 | 1 | -1/+1 |
| | | | | 0.6.2 with the last minor release and shows incorrectly on the console. This will resolve itself on the next svn update. | ||||
* | Undoing the bump up of MajorInterfaceVersion number back to 2. This just ↵ | diva | 2009-01-03 | 1 | -1/+1 |
| | | | | doesn't work in practice! | ||||
* | Another interregion comms change that will not work well with previous ↵ | diva | 2009-01-03 | 1 | -1/+1 |
| | | | | | | | versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms. | ||||
* | Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparation | Charles Krinke | 2008-12-20 | 1 | -1/+1 |
| | | | | | for the 0.6.1 minor release. | ||||
* | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 2008-12-13 | 1 | -1/+1 |
| | | | | | | | some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids. | ||||
* | Add group permissions to agent inventory. | Melanie Thielker | 2008-11-14 | 1 | -1/+1 |
| | | | | | | | | | | Contains a migration. May contain nuts. Please back up your inventory data store. This revision changes the interface version!! No older regions can connect to these new UGAIM, and the new regions can't connect to the old UGAIM. Fixes a long-standing issue of permissions loss Currently persisted on MySQL only. | ||||
* | * Implement basic region filtering as described in ↵ | Justin Clarke Casey | 2008-11-11 | 1 | -3/+19 |
| | | | | | | | | | | | | https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting | ||||
* | Change Version string from 0.5.11 to 0.6.0 for release. | Charles Krinke | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | * Bump server info number to 0.5.11 | Justin Clarke Casey | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2008-09-25 | 1 | -1/+1 |
| | | | | | | | | | | Check the client dialog box (from top menu) WORLD / REGION ESTATE / REGION tab. The client dialog box seems to have a hard limit of about 32 characters per line available for displaying the region version number. Our regions are sending a string which is greater than the limit, causing the client to wrap the text and look ugly. | ||||
* | * minor: upgrade version info to post 0.5.9 | Justin Clarke Casey | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | Change VersionInfo string from | Charles Krinke | 2008-06-15 | 1 | -1/+1 |
| | | | | | | | "Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again. | ||||
* | Change VersionInfo string from: | Charles Krinke | 2008-06-14 | 1 | -1/+1 |
| | | | | | | | | "OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release. | ||||
* | * Make version information common to all servers | Justin Clarke Casey | 2008-05-31 | 1 | -0/+37 |
* Now all servers respond to the "show version" command on the console |