Changes between Version 4 and Version 5 of ReleaseNotes


Ignore:
Timestamp:
29.07.2011 04:21:50 (13 years ago)
Author:
jri
Comment:

adapted from mailinglist context to trac-wiki context

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v4 v5  
    11[[PageOutline]] 
    22 
    3 == DeepaMehta 4.0.1, 2011-07-29 == 
     3== DeepaMehta 4.0.1, 2011-07-28 == 
    44 
    5 In DeepaMehta 4.0.1 the data model has slightly changed: Topic types are never used as role types anymore. Instead the new role type "Default" is used. The existing 4.0 type definitions in the DB are not migrated. However, the 4.0.1 application code is compatible with the 4.0 model. 
     5This release fixes a bug: when editing an association (e.g. retyping) the role types are not compromised (ticket #18).\\ 
     6Thanks Malte for reporting! 
    67 
    7 Affected are the following association semantics: 
    8  - Core: data type assignment of a topic/association type 
    9  - Core: index mode assignment of a topic/association type 
    10  - Topicmaps: topic/association assignments of a topicmap 
    11  - Workspaces: topic/type assignments of a workspace 
     8You can update a 4.0 installation while keeping your content.\\ 
     9However, a 4.0.1 clean install is recommended (see comments on ticket #18). 
    1210 
    13 CAUTION when editing such an association that was created with 4.0: 
    14 In this situation you must set role type "Default" manually for the correct association end. 
    15 Otherwise the respective association gets corrupted. 
    16  
    17 For associations newly created in 4.0.1 there is no issue. 
    18  
    19 These 3rd party components are updated in 4.0.1: 
     11Furthermore, these 3rd party components are updated in 4.0.1: 
    2012 - Jersey 1.5 -> 1.8 
    2113 - Jettison 1.2 -> 1.3 
    2214 - Neo4j Mehtagraph 0.7 -> 0.8 
    2315 
     16See the README for installation and update instructions:\\ 
     17https://github.com/jri/deepamehta#readme 
     18 
     19Download:\\ 
     20https://github.com/downloads/jri/deepamehta/deepamehta-4.0.1.zip 
     21 
     22Build from Source:\\ 
     23https://trac.deepamehta.de/wiki/BuildFromSource 
     24 
    2425 
    2526== DeepaMehta 4.0, 2011-07-24 == 
    2627 
    27 Today DeepaMehta 4.0 has been released. 
    28 No fancy announcement here at this moment. 
    29  
    30 Related to the 1st release candidate (4 days ago) there is just one Firefox-related bug fix. 
     28Related to the 1st release candidate (4 days ago) there is just one Firefox-related bug fix.\\ 
    3129Thanks Matthias for reporting! 
    3230 
    33 Download: 
     31Download:\\ 
    3432https://github.com/downloads/jri/deepamehta/deepamehta-4.0.zip 
    3533 
    36 Build from Source: 
     34Build from Source:\\ 
    3735https://trac.deepamehta.de/wiki/BuildFromSource 
    3836 
    39 Further information in the README (scroll down): 
    40 https://github.com/jri/deepamehta 
     37Further information in the README:\\ 
     38https://github.com/jri/deepamehta#readme 
    4139 
    4240 
    4341== DeepaMehta 4.0 RC1, 2011-07-20 == 
    4442 
    45 Today the 1st release candidate of DeepaMehta 4.0 has been released. 
    46  
    47 This is the first release with the all-new property-less data model as recently described: 
     43This is the first release with the all-new property-less data model as recently described:\\ 
    4844https://groups.google.com/group/deepamehta3/browse_thread/thread/a77704d35e7af539> 
    4945 
    50 The version planned as "DeepaMehta 3 v0.5" now become "DeepaMehta 4.0". 
    51 From now on DeepaMehta's version numbers follow the classic *major*.*minor*.*bugfix* schema. 
     46The version planned as "DeepaMehta 3 v0.5" now become "DeepaMehta 4.0".\\ 
     47From now on DeepaMehta's version numbers follow the classic ''major.minor.bugfix'' schema. 
    5248 
    5349Improvements for users: 
     
    6460- Domain models (type definitions) provided by a plugin can be build upon the domain models provided by other plugins. The dependencies are handled by the framework. 
    6561 
    66 Download the release: 
     62Download the release:\\ 
    6763https://github.com/downloads/jri/deepamehta/deepamehta-4.0.RC1.zip 
    6864Start as usual via the provided startscripts. 
    6965 
    70 Build from Source: 
     66Build from Source:\\ 
    7167https://github.com/jri/deepamehta/wiki/Build-From-Source 
    7268 
    73 For further information see the README (scroll down): 
    74 https://github.com/jri/deepamehta 
     69For further information see the README:\\ 
     70https://github.com/jri/deepamehta#readme 
    7571 
    76 Troubleshooting: 
    77 If the browser shows 404 while this exception appears in the terminal ... 
    78         com.sun.jersey.api.container.ContainerException: No WebApplication provider is present 
     72Troubleshooting:\\ 
     73If the browser shows 404 while this exception appears in the terminal ...\\ 
     74`    com.sun.jersey.api.container.ContainerException: No WebApplication provider is present`\\ 
    7975... then refresh the HTTP Jetty Bundle by typing "refresh 1" in the terminal (checkout the proper bundle ID before by using the "lb" command). 
    8076 
    81  
    82 Thanks go to Jürgen and Danny who helped to organize this release. 
    83  
    84 Cheers, 
    85 Jörg 
     77Thanks go to Jürgen and Danny who helped to organize this release!