aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add IG version bits.David Walter Seikel2013-02-231-6/+8
|
* Change 0.7.5 flavour to post-fixesJustin Clark-Casey (justincc)2013-02-091-1/+1
|
* Bump 0.7.5 flavour to ReleaseJustin Clark-Casey (justincc)2013-02-081-1/+1
|
* Bump version up to 0.7.5-rc2Justin Clark-Casey (justincc)2013-01-261-1/+1
|
* Flip version to 0.7.5.RC10.7.5-rc1Justin Clark-Casey (justincc)2013-01-041-1/+1
|
* Bump master code up to 0.7.5 now that 0.7.4 is out.Justin Clark-Casey (justincc)2012-09-041-1/+1
|
* Add Extended flavour option to opensim version information.Justin Clark-Casey (justincc)2012-03-301-1/+2
| | | | | This flavour is for changes in addition to the 0.7.3-post-fixes branch that are too large to be considered fixes but should be reasonably stable. This flavour will almost certainly never see a formal release.
* Flick master up to 0.7.4Justin Clark-Casey (justincc)2012-02-291-1/+1
|
* flip master version up to 0.7.3Justin Clark-Casey (justincc)2011-10-071-1/+1
|
* Upped VERSION_NUMBER in master to 0.7.2.Diva Canto2011-04-241-1/+1
|
* Revert master version number to 0.7.1 for now to make merging easier.Justin Clark-Casey (justincc)2011-04-071-1/+1
|
* bump main branch version number to 0.7.2. A separate 0.7.1-post-fixes ↵Justin Clark-Casey (justincc)2011-04-061-1/+1
| | | | branch now exists.
* READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-1/+1
| | | | | | | | | It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned.
* Remove parenthesis around the release flavour to get the version string back ↵Justin Clark-Casey (justincc)2010-09-101-1/+1
| | | | | | under 27 chars Can't quite remember why this has to be <=27 chars, maybe something to do with the space available for the version string in a typical client
* Readjust master version and flavorMelanie2010-06-151-2/+2
|
* Change flavor to 0.7-RC1Melanie2010-06-121-2/+2
|
* change trunk version to 0.7.DevJustin Clark-Casey (justincc)2010-03-261-2/+2
|
* Bump trunk version number to 0.6.9.Justin Clark-Casey (justincc)2009-11-261-1/+1
| | | | This is a place holder name and not necessarily the version number that will be used
* Remove the "mel_t" from version stringMelanie2009-10-221-1/+1
|
* Mark new versionMelanie2009-10-221-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Bump main version to 0.6.8-DevMelanie2009-09-281-1/+1
|
* Remove The legacy inventory and asset servers. Bump interface version to 6Melanie2009-09-171-1/+1
|
* * as per my e-mail to opensim-dev archive: ↵Teravus Ovares2009-07-251-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 Ames2009-07-151-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * We have strand flavours.lbsa712009-05-261-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.lbsa712009-05-261-1/+15
| | | | | * Introduced 'Flavour' to spice things up.
* * slowly getting there...lbsa712009-05-261-12/+7
|
* * Changed Version to property for great justicelbsa712009-05-261-1/+9
|
* * Added test to make sure version info is 27 chars long (still don't know ↵lbsa712009-05-261-0/+1
| | | | exactly why it has to be that, though)
* * reseparate inventory item creator id and creator uuidJustin Clarke Casey2009-05-251-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.5lbsa712009-05-251-1/+1
|
* Committing the changed treeMelanie Thielker2009-05-041-0/+53
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-53/+0
|
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
|
* * Upping to interface version 3 - let's see how this goes.lbsa712009-02-211-1/+1
|
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-201-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 Krinke2009-01-221-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 ↵diva2009-01-031-1/+1
| | | | doesn't work in practice!
* Another interregion comms change that will not work well with previous ↵diva2009-01-031-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 preparationCharles Krinke2008-12-201-1/+1
| | | | | for the 0.6.1 minor release.
* Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke2008-12-131-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 Thielker2008-11-141-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 Casey2008-11-111-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 Krinke2008-11-081-1/+1
|
* * Bump server info number to 0.5.11Justin Clarke Casey2008-10-091-1/+1
|
* Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke2008-09-251-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.9Justin Clarke Casey2008-08-251-1/+1
|