Changes between Version 4 and Version 5 of ReleaseNotes
- Timestamp:
- 29.07.2011 04:21:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v4 v5 1 1 [[PageOutline]] 2 2 3 == DeepaMehta 4.0.1, 2011-07-2 9==3 == DeepaMehta 4.0.1, 2011-07-28 == 4 4 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. 5 This release fixes a bug: when editing an association (e.g. retyping) the role types are not compromised (ticket #18).\\ 6 Thanks Malte for reporting! 6 7 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 8 You can update a 4.0 installation while keeping your content.\\ 9 However, a 4.0.1 clean install is recommended (see comments on ticket #18). 12 10 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: 11 Furthermore, these 3rd party components are updated in 4.0.1: 20 12 - Jersey 1.5 -> 1.8 21 13 - Jettison 1.2 -> 1.3 22 14 - Neo4j Mehtagraph 0.7 -> 0.8 23 15 16 See the README for installation and update instructions:\\ 17 https://github.com/jri/deepamehta#readme 18 19 Download:\\ 20 https://github.com/downloads/jri/deepamehta/deepamehta-4.0.1.zip 21 22 Build from Source:\\ 23 https://trac.deepamehta.de/wiki/BuildFromSource 24 24 25 25 26 == DeepaMehta 4.0, 2011-07-24 == 26 27 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. 28 Related to the 1st release candidate (4 days ago) there is just one Firefox-related bug fix.\\ 31 29 Thanks Matthias for reporting! 32 30 33 Download: 31 Download:\\ 34 32 https://github.com/downloads/jri/deepamehta/deepamehta-4.0.zip 35 33 36 Build from Source: 34 Build from Source:\\ 37 35 https://trac.deepamehta.de/wiki/BuildFromSource 38 36 39 Further information in the README (scroll down):40 https://github.com/jri/deepamehta 37 Further information in the README:\\ 38 https://github.com/jri/deepamehta#readme 41 39 42 40 43 41 == DeepaMehta 4.0 RC1, 2011-07-20 == 44 42 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: 43 This is the first release with the all-new property-less data model as recently described:\\ 48 44 https://groups.google.com/group/deepamehta3/browse_thread/thread/a77704d35e7af539> 49 45 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.46 The version planned as "DeepaMehta 3 v0.5" now become "DeepaMehta 4.0".\\ 47 From now on DeepaMehta's version numbers follow the classic ''major.minor.bugfix'' schema. 52 48 53 49 Improvements for users: … … 64 60 - 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. 65 61 66 Download the release: 62 Download the release:\\ 67 63 https://github.com/downloads/jri/deepamehta/deepamehta-4.0.RC1.zip 68 64 Start as usual via the provided startscripts. 69 65 70 Build from Source: 66 Build from Source:\\ 71 67 https://github.com/jri/deepamehta/wiki/Build-From-Source 72 68 73 For further information see the README (scroll down):74 https://github.com/jri/deepamehta 69 For further information see the README:\\ 70 https://github.com/jri/deepamehta#readme 75 71 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 72 Troubleshooting:\\ 73 If the browser shows 404 while this exception appears in the terminal ...\\ 74 ` com.sun.jersey.api.container.ContainerException: No WebApplication provider is present`\\ 79 75 ... then refresh the HTTP Jetty Bundle by typing "refresh 1" in the terminal (checkout the proper bundle ID before by using the "lb" command). 80 76 81 82 Thanks go to Jürgen and Danny who helped to organize this release. 83 84 Cheers, 85 Jörg 77 Thanks go to Jürgen and Danny who helped to organize this release!