Image CWR Mobility Wiki
This article applies to:
  • CWR Mobile CRM 4.1
  • Microsoft Dynamics CRM 4.0

Table of Contents [Hide/Show]


   Current Version
   4.1.0.16 (2010-07-02)
   Client
   Server
      Mobile Configurator
      Mobile WebServices
      Database
   4.1.0.15 (2010-04-06)
   Client
   4.1.0.14 (2010-03-29)
   Client
      Server
         Mobile WebServices
   4.1.0.13 (2010-03-20)
   Client
      Server
         Mobile WebServices
         Database
   4.1.0.12 (2010-03-11)
   Client
      Server
         Mobile WebServices
         Mobile Configurator
   4.1.0.11 (2009-12-02)
   Client
      Server
         Mobile WebServices
         Mobile Configurator
         Database
   4.1.0.10 (2009-10-19)
      Client
      Server
         Mobile WebServices
   4.1.0.9 (2009-09-28)
      Client
      Server
         Mobile WebServices
         Mobile Configurator
   4.1.0.8 (2009-09-10)
      Client
      Server
         Setup Configurator
         Mobile Configurator
         Mobile WebServices
   4.1.0.7 (2009-08-26)
      Client
      Server
         Mobile Configurator
   4.1.0.6 (2009-08-10)
      Server
         Mobile WebServices
   4.1.0.5 (2009-08-04)
      Client
      Server
         Mobile Configurator
   4.1.0.4 (2009-07-02)
      Client
   4.1.0.3 (2009-06-26)
      Client
      Server
         Mobile Configurator
         Mobile WebServices
   4.1.0.2 (2009-05-28)
      Client
      Server
         Mobile Configurator
   4.1.0.1 (2009-04-29)
      Client
      Server
         Mobile Configurator
         Setup Configurator
   4.1.0.0 (2009-03-03)


Edit

Current Version

Release Date: 2010-07-02
Version: 4.1.0.16

Edit

4.1.0.16 (2010-07-02)

Compatibility
  • Server is compatible with mobile clients 4.1.0.0 and higher
  • Client is compatible with server 4.1.0.11 and higher

IMPORTANT 1: If you're upgrading from a version earlier than 4.1.0.13, you need to perform the manual database upgrade steps mentioned in the 4.1.0.13 release notes!

IMPORTANT 2: #1182 requires some additional steps to upgrade the Server database!

Upgrade CWR Mobile CRM Server Database from db version 4.1.0.13 to 4.1.0.16:
  1. Start SQL Server Management Studio. On the Start menu, point to All Programs, point to Microsoft SQL Server 2005 or 2008, and then click SQL Server Management Studio.
    • Note: SQL Server Management Studio is not installed by default. If Management Studio is unavailable, install it by running Setup.
  2. On the View menu, click Registered Servers.
  3. Select the CWR Server from the Registered Servers list, right-click, and then click Object Explorer
  4. Upgrade “CWRMOBILECRM_CONFIG” Database:
    1. On the File menu, point to Open, and then click File…
    2. Select the file “4.1.0.16_CONFIG_update_4.1.0.13.sql” from the “\Program Files\CWR Mobility\Mobile CRM Server\Database” folder
    3. Select the “CWRMOBILECRM_CONFIG” database from the Available Databases combo box
    4. On the Query menu, click/select SQLCMD Mode
    5. Execute the “4.1.0.16_CONFIG_update_4.1.0.13.sql” script
  5. Upgrade “<Organization>_CWRMOBILECRM” Database(s):
    1. On the File menu, point to Open, and then click File…
    2. Select the file “4.1.0.16_ORGANIZATION_update_4.1.0.13.sql” from the “\Program Files\CWR Mobility\Mobile CRM Server\Database” folder
    3. Select the “<Organization>_CWRMOBILECRM” database from the Available Databases combo box
    4. On the Query menu, click/select SQLCMD Mode
    5. Execute the “4.1.0.16_ORGANIZATION_update_4.1.0.13.sql” script
  6. Repeat the steps above for all other “<Organization>_CWRMOBILECRM” databases


Edit

Client

  • 1050: Fixed bit control display format "list" (PickList) styling.
  • 1204: authorization error after syncing 40.000 records. This is a bug in .NET CF 2.0... Solution is to deploy .NET CF 3.5 also on the client and add an .config to CWR.MSCRM.Mobile.Client with a list of supported runtimes.
  • 1222: Fixed the metadata update (UpdateTable) for activity entities (exclude activitypointer attributes).

Edit

Server

Edit

Mobile Configurator

  • 1144: Fixed shared session state issue (added "cookieless='true'" to web.config file).
  • 1135: Fixed caching issue (values were cached globally instead of per organization).

Edit

Mobile WebServices

  • 1135: Fixed caching issue (values were cached globally instead of per organization).
  • 332: Check if user is authenticated (anonymous access enabled) when calling AskWhoAmI method in AD mode (AuthenticationType = 0).
  • 1154 If a control in the FormXml contains labels/columnnames/etc. in the base language, but not in the user language, it should fall back on the metadata instead of the customized items in the base language.
  • 1182: Changed server-to-client sync process: partially complete batches.

Edit

Database

  • 1182: Changed server-to-client sync process: partially complete batches.

Edit

4.1.0.15 (2010-04-06)

Compatibility
  • Server is compatible with mobile clients 4.1.0.0 and higher
  • Client is compatible with server 4.1.0.11 and higher

IMPORTANT: If you're upgrading from a version earlier than 4.1.0.13, you need to perform the manual database upgrade steps mentioned in the 4.1.0.13 release notes!

Edit

Client

  • 927 (CAS-01617): Fixed the SqlCe lock timeout error when synchronizing N:N entities.
  • 928 (CAS-01618): Fixed the duplicate key error (SqlCe: 25016) on ActivityPartyBase table when synchronizing activities (appointment).

Edit

4.1.0.14 (2010-03-29)

Compatibility
  • Server is compatible with mobile clients 4.1.0.0 and higher
  • Client is compatible with server 4.1.0.11 and higher

IMPORTANT: If you're upgrading from a version earlier than 4.1.0.13, you need to perform the manual database upgrade steps mentioned in the 4.1.0.13 release notes!

Edit

Client

  • 899: Fixed the Turkish "I" problem. Changed all SqlCe parameter names to lowercase.
  • 913 (CAS-01614): Fixed the view filter bug when view filter contains IN or NOTIN operator with more than 1 value.
  • 915 (CAS-01615): Fixed the IndexOutOfRange exception when synchronizing self-referencing N:N entities.

Edit

Server

Mobile WebServices

  • 901: Fixed OutOfMemory exception on the client when synchronizing too many delete requests (Added limit (MaxNumberOfSyncRecords * 100) to the amount of delete requests send to the client).
  • 917 (CAS-01616): Added the feature to exclude intersect entities from being filtered on both ends of the relationship (Registry Key: "ExcludeIntersectsFromBeingFiltered").

Edit

4.1.0.13 (2010-03-20)

Compatibility
  • Server is compatible with mobile clients 4.1.0.0 and higher
  • Client is compatible with server 4.1.0.11 and higher

IMPORTANT: #829 requires some additional steps to upgrade the Server database!

Upgrade CWR Mobile CRM Server Database from db version 4.1.0.11 to 4.1.0.13:
  1. Start SQL Server Management Studio. On the Start menu, point to All Programs, point to Microsoft SQL Server 2005 or 2008, and then click SQL Server Management Studio.
    • Note: SQL Server Management Studio is not installed by default. If Management Studio is unavailable, install it by running Setup.
  2. On the View menu, click Registered Servers.
  3. Select the CWR Server from the Registered Servers list, right-click, and then click Object Explorer
  4. Upgrade “CWRMOBILECRM_CONFIG” Database:
    1. On the File menu, point to Open, and then click File…
    2. Select the file “4.1.0.13_CONFIG_update_4.1.0.11.sql” from the “\Program Files\CWR Mobility\Mobile CRM Server\Database” folder
    3. Select the “CWRMOBILECRM_CONFIG” database from the Available Databases combo box
    4. On the Query menu, click/select SQLCMD Mode
    5. Execute the “4.1.0.13_CONFIG_update_4.1.0.11.sql” script
  5. Upgrade “<Organization>_CWRMOBILECRM” Database(s):
    1. On the File menu, point to Open, and then click File…
    2. Select the file “4.1.0.13_ORGANIZATION_update_4.1.0.11.sql” from the “\Program Files\CWR Mobility\Mobile CRM Server\Database” folder
    3. Select the “<Organization>_CWRMOBILECRM” database from the Available Databases combo box
    4. On the Query menu, click/select SQLCMD Mode
    5. Execute the “4.1.0.13_ORGANIZATION_update_4.1.0.11.sql” script
  6. Repeat the steps above for all other “<Organization>_CWRMOBILECRM” databases


Edit

Client

  • CAS-1565: Added "BatchSync2" to perform a "SetSyncComplete" for entities that are completely synced.
  • 875: Fixed the OutOfMemory exception in the GradientFilledButton during the BackgroundSync.
  • 894: Fixed self-referencing intersect metadata update error.

Edit

Server

Mobile WebServices

  • 829: Intersect entities should be filtered on both ends of the relationship.
  • CAS-1565: Added web method "BatchSync2". This method first does a "SetSyncComplete" for the entities that are completed and then a "BatchSync" for the entities not synced yet.

Database

  • 829: Intersect entities should be filtered on both ends of the relationship.
    • Changed dbo.proc_GetClientSnapshotPending.proc.sql (Added 'IsDeleteAction' column to SELECT clause).

Edit

4.1.0.12 (2010-03-11)

Compatibility
  • Server is compatible with mobile clients 4.1.0.0 and higher
  • Client is compatible with server 4.1.0.11 and higher

Edit

Client

  • CAS-1590: Fixed NullReference exception when the view filter did contain filter conditions for a linked-entity.
  • CAS-1599: When metadata is updated use the "IsCustomField" to determine the table name (Base or ExtensionBase) for newly added attributes.
  • CAS-1601: Create special Activity Parties (Owner & Regarding) also when creating actvity pointers (this was only implemented for Updates).
  • 393: Fixed duplicate key exception when synchronizing intersect entities.
    • Before inserting a new intersect record, the intersect entity will be searched for an orphan record (same EntityId1 and EntityId2). If one found, it will be deleted together with the related principal access right record. NOTE: Orphan entities can be a result of a sync that is not completed on the server (sync will add the data to the client database, but the ClientSnapshot table will not be updated with the entities synced to the client).
  • 805: Changed the metadata update process (ALTER TABLE): Use the actual database schema information instead of the old metadata to perform a metadata update.

Edit

Server

Mobile WebServices

  • Replaced Sql Dependency caching with File Dependency caching (no more need for SQL Server Service Broker).

Mobile Configurator

  • Replaced Sql Dependency caching with File Dependency caching (no more need for SQL Server Service Broker).

Edit

4.1.0.11 (2009-12-02)

Compatibility
  • Server is compatible with mobile clients 4.1.0.0 and higher
  • Client is compatible with server 4.1.0.11

IMPORTANT: CAS-1573 requires some additional steps to upgrade the Server database!

NOTE: if you receive an error message "Database version is not valid." then first run the 4.1.0.5_CONFIG_update_4.1.0.0.sql and 4.1.0.5_ORGANIZATION_update_4.1.0.0.sql scripts.

Upgrade CWR Mobile CRM Server Database from db version 4.1.0.5 to 4.1.0.11:
  1. Start SQL Server Management Studio. On the Start menu, point to All Programs, point to Microsoft SQL Server 2005 or 2008, and then click SQL Server Management Studio.
    • Note: SQL Server Management Studio is not installed by default. If Management Studio is unavailable, install it by running Setup.
  2. On the View menu, click Registered Servers.
  3. Select the CWR Server from the Registered Servers list, right-click, and then click Object Explorer
  4. Upgrade “CWRMOBILECRM_CONFIG” Database:
    1. On the File menu, point to Open, and then click File…
    2. Select the file “4.1.0.11_CONFIG_update_4.1.0.5.sql” from the “\Program Files\CWR Mobility\Mobile CRM Server\Database” folder
    3. Select the “CWRMOBILECRM_CONFIG” database from the Available Databases combo box
    4. On the Query menu, click/select SQLCMD Mode
    5. Execute the “4.1.0.11_CONFIG_update_4.1.0.5.sql” script
  5. Upgrade “<Organization>_CWRMOBILECRM” Database(s):
    1. On the File menu, point to Open, and then click File…
    2. Select the file “4.1.0.11_ORGANIZATION_update_4.1.0.5.sql” from the “\Program Files\CWR Mobility\Mobile CRM Server\Database” folder
    3. Select the “<Organization>_CWRMOBILECRM” database from the Available Databases combo box
    4. On the Query menu, click/select SQLCMD Mode
    5. Execute the “4.1.0.11_ORGANIZATION_update_4.1.0.5.sql” script
  6. Repeat the steps above for all other “<Organization>_CWRMOBILECRM” databases


Edit

Client

  • Added Pocket Outlook Email integration.
  • CAS-1568: View datetime columns do not display the correct local time value when "time" is used as the display field.
  • CAS-01570: Trying to open a related view when the relationship metadata is not present throws a nullreferenceexception. This only happens when trying to get the EntityMetadata.ManyToOneRelationships or OneToManyRelationships or ManyToManyRelationship and that property is null.
  • CAS-1573: Added batch sync support
  • CAS-1577: Fixed problem with custom forms which where closed during sync.
  • CAS-1578: Fixed unhandled exception during a sync.
  • CAS-1579: Sync issue does not contain an error message.
  • CAS-1580: Fixed the incorrect 'EntitySyncStatus' for requests in the DLQ.
  • CAS-1581: Fixed info level logging when deleting sync issues from the dlq.
  • CAS-1582: Fixed the 'Created not synced issue' (Removing specific records 'EntityId and EntityId/MethodName' from the queue did also remove records that did not match the specific value).
  • CAS-1583: Fixed decimal defintion 18,5 > 23,10

Edit

Server

Mobile WebServices

  • CAS-1569: Added missing 'Activity Tracing' statements.
  • CAS-1573: Added batch sync support

Mobile Configurator

  • CAS-1571: Error while opening view xml when deleting the default view.
    • When deleting the default view and the view is the last one in the tree, set the previous view (if there is a previous) as the default.
  • CAS-1572: The data type defined for the Form Xsd attributes 'MinValue' and 'MaxValue' isn't correct.
    • Changed the data type from 'int' to 'double'.
  • CAS-1564: Changed number validation to allow negative and decimal numbers

Database

  • CAS-1573: Added procedures/table for batch sync support
    • IMPORTANT: This requires some additional steps to upgrade the database!

Edit

4.1.0.10 (2009-10-19)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-01563: Fixed IntControl. MinValue and MaxValue were always taken from the metadata even if it was overridden in the form definition.

Edit

Server

Mobile WebServices

  • CAS-1562: Fixed problem where entities deleted on the client (deletionstatecode=1) are not physically deleted on the client after a sync.

Edit

4.1.0.9 (2009-09-28)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1461: Updating Metadata failed for Custom Intersect Entities.
  • CAS-1544: Corrected problem in datetime picker control. Typing time will work as expected now.
  • CAS-1555: Related Activity views do not filter on parent entity.
  • CAS-1557: ListPanel does not set the DISTINCT keyword for related many-to-many views.
  • CAS-1558: Fixed issue with unreadable menu items in sitemap. Color is now forced to Black, regardless of theming.
  • CAS-1560: DispatchAllPendingRequests did not work as expected in some corner cases.

Edit

Server

Mobile WebServices

  • CAS-1559: Webservice doesn't return the correct access rights when user has 'Parent - Child Business Unit' access levels defined. We now use elevated rights to retrieve the child business units.
    • NOTE: Using elevated rights only works in AD mode, not with IFD or Online. In the latter cases, the users need to have Parent-Child Business Unit level access to the entity businessunit!

Mobile Configurator

  • CAS-1556: View filter editor doesn't always save/update linked-entities.

Edit

4.1.0.8 (2009-09-10)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1550: Added "LogToCRM" setting to Options Panel.
  • CAS-1551: Added "LogConnectionErrors" setting to Options Panel.
  • CAS-1548: Added handling of reinit/wipe in GoOnline from the menu panel.
  • Added dialog to show details of a sync issue.
  • Localized labelControls on Options Panel.
  • Truncate request.LastError when the length is greater than 1000. Errors with large stacktrace could cause sqlexceptions.

Edit

Server

Setup Configurator

  • CAS-1547: Changed Global.CheckOrganizationIsUpdated to use Database Version "4.1" instead of "4.1.0.0" when checking database versions.

Mobile Configurator

  • Used the Global.asax Application_BeginRequest method to add custom HTTP response header to enable IE7 compatibility view in IE8 for all the pages.

Mobile WebServices

  • Added new registry entry "AlwaysLogToTextFile" (DWORD: 1=True/All other values are False) which can be used to define if an error messages also should be logged to the text file.
  • CAS-1549: When creating "cwr_mobilecrmlog" entity and the "cwr_mobilecrmlog" isn't a mobile entity don't update ClientSnapshot and Synchronization Statistics.
  • Added logging of Organization Name in case of exceptions.

Edit

4.1.0.7 (2009-08-26)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-01541: Added sip bind call for base number control.
  • CAS-01542: Changed datetime control to use datetimepicker + combobox.
  • CAS-01543: Corrected display of decimals in ListPanel.
  • CAS-01544: Fixed background color of dropdownlist on time control.
  • CAS-01545: Fixed Application Start Callout. PreCalloutReturnValue.Abort didn't exit the application.

Edit

Server

Mobile Configurator

  • CAS-01546: Added "customerrelationship" to list of supported entities.

Edit

4.1.0.6 (2009-08-10)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Server

Mobile WebServices

  • CAS-01539: Sync removes records from the pda when CWR and SQL server times are out of sync.
    • Added new registry entry "SyncTimeMargin" which can be used to define the margin in seconds the ModifiedOn date can be differ (less than) from the last sync date.
  • CAS-01540: DynamicEntityExtension used DynamicEntity[] with List.

Edit

4.1.0.5 (2009-08-04)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1531: Fixed view filtering for PickList, State and Status attributes.
  • CAS-1537: Fixed bug in Disassociate callback method.
  • CAS-1533: Added activity parties for special activity types.
  • CAS-1534: Fixed bug in remove in many-to-many view.

Edit

Server

Mobile Configurator

  • CAS-1530: Fixed multiple user resync issue.

Edit

4.1.0.4 (2009-07-02)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1527: Fixed NullReferenceException on the client when using a 1-to-many relationship (Link-Entity) in view filter.

Edit

4.1.0.3 (2009-06-26)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1513: Added Associate and Disassociate Callouts.
  • CAS-1516: Clear on lookup controls did not reset the IsChanged Flag.
  • CAS-1468: An empty linkcriteria would still generate an AND clause, causing invalid sql syntax.
  • CAS-1518: Missing primary field caused exception when opening related form.
  • CAS-1519: Change handling of CrmDateTime values in the DateTimeControl. Added FromUserTime and FromUniversal time to CrmDateTime object to support full DateTime <> CrmDateTime conversion.
  • CAS-1517: Added (primarykey > regarding) mapping for activitypointer.
  • CAS-1521: FormClosed event was still fired is the save was canceled.
  • CAS-1515: Enabled localization on initialization wizard controls.
  • CAS-1353: Added owner and regarding to the activityparty table and changed related activity views accordingly.
  • CAS-1525: Fixed problem with sql string truncate exception on lookup name fields for which the parent fields length had changed.

Edit

Server

Mobile Configurator

  • CAS-1522: Missing file in language pack gave incorrect error. Filenames are converted to lower-case prior to checks.

Mobile WebServices

  • CAS-1520: Fixed error in Client Delete handling; now only update the client snapshot if an error occurs (will restore the record).

Edit

4.1.0.2 (2009-05-28)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1497: Added option to settings.xml to allow settings not to be enabled.
  • CAS-1490: Fixed bug in datetime control, when setting and clearing the value in the initial form an error occurred while saving the form.
  • CAS-1502: Fixed bug in many-to-many listpanels.
  • CAS-1501: Info/About and Options/Settings menu labels and titles don't match. Menu "Info" is renamed to "About" and Menu "Settings" is renamed to "Options".
  • CAS-1503: Added some performance improvements when retrieving and insertings/updating local data.
  • CAS-1507: Changed retrieval of state/status properties for setstate callout.
  • CAS-1505: Added missing parameter "clientTimestamp" to failed requests put in the RequestDLQ. Without this resubmitting a failed request threw an ArgumentException.
  • CAS-1508: Fixed bug in CreateGetEntity Command if the primary field was specified.
  • CAS-1509: Changed numeric controls to allow NULL values. (Empty string in the text field)

Edit

Server

Mobile Configurator

  • CAS-1498: Fixed ajax issue (cross-domain access denied problem on .NET 2.0 environment)
  • CAS-1512: Incomplete View.xsd - ViewExtensions added for Related Views.

Edit

4.1.0.1 (2009-04-29)

Compatible with mobile clients 4.1.0.0 and higher

Edit

Client

  • CAS-1464: Initialization showed Retrieving Sitemap instead of Retrieving Currency.
  • CAS-1468: A filter expression with an empty (not NULL) condition or filter collection still generated the AND/OR (which was not needed). Added a check for collection Count == 0.
  • CAS-1466: Lookup for an entity with no views defined resulted in a crash or incorrect view. Added a check to LookupEntities property on the LookupControlDialog. If an entity is added which has no view an error is shown. If none of the entities have a view an error is thrown which is used to abort the showdialog in the Lookup and MultiLookup dialog controls.
  • CAS-1471: Removed check in RemoveActionMenu to allow the removal of menu items if the menu is not currently being displayed (i.e. FormLoaded, FormClosed events).
  • CAS-1474: Added escape for ampersand in the basepanel title property. Due to Mnemonics.
  • CAS-1477: Background interval sync time was not correctly saved.
  • CAS-1482: If the primary field was missing in the view columns a lookup did not show the name of the records.
  • CAS-1483:
    • Parent ID was not updated causing incorrect items in the New entity form.
    • Relation Name was not properly refreshed in a Reset call if the relation type did not change.
  • CAS-1483: Check to update view relations in Reset call was incorrect.
  • CAS-1487: Title of note should be formatted according CRM logic ("Note created on {0:d-M-yyyy HH:mm} by {1}").
  • CAS-1491: Owner Lookup was enabled if the record did not exist.
  • CAS-1490: DynamicEntityHelper.GetFieldValue methods did not check if the property was null.
  • CAS-1492: Added method to dynamicentityhelper to get the display string of a property.
  • CAS-1493: Added check to FormPanel to only fire the FormChanged event after the data loading has completed.
  • CAS-1490: CrmDateTime control did not handle CrmDateTime.IsNull values correctly.
  • CAS-1494: Added app setting SetSyncEntities. When set to false the Entities selection on the sync panel is disabled and all entities will always be synced. This setting is not shown in the Settings screen.

Edit

Server

Mobile Configurator

  • CAS-1463: Log message in Customization filename reported incorrect filename. Replace the filename.
  • CAS-1467: Customization filename checks where case-sensitive. Filename are converted to lower-case prior to checks.
  • CAS-1470: Upload of zip with directory failed. Corrected GetFileData to check directory flag.
  • CAS-1475: Related entities view on Form Editor uses Sorting on name that conflicts with the order of the selected relations. Removed the sorting option from the Related grid.
  • CAS-1478: Comments where not ignored in the manifest file.
  • CAS-1481:
    • Corrected missing escaping of linebreaks in CustomizationLookupScript.
    • Corrected incorrect hanlding of comments in customizations in the Customization File preview.
  • CAS-01480: Overwriting an existing Profile without selecting a Profile shows error message and progress indication, but doesn't do anything. Don't show Progress indication anymore when error occurred.
  • CAS-01479: It's not possible in the Filter Editor to filter System User on Current User. When attribute name is "systemuserid" and type is "PrimaryKey" than use Control Type "Owner".

Setup Configurator

  • Added OS Version logging to Setup Configurator.
  • CAS-1486: Port number showed incorrect value in case an ip or host name was defined or multiple bindings were created.

Edit

4.1.0.0 (2009-03-03)

NEW RELEASE.

Trackbacks: Main Page

ScrewTurn Wiki version 2.0.35. This Wiki contains 64 pages.