# HG changeset patch # User Ingo Weinzierl # Date 1305283422 0 # Node ID 8c4c37ee0d5780499cbdd43263b3b90b9973d79b # Parent c41b300b02c351f0dc48631cd92a646aeed6aca6 Updated Changes and NEWS for release 1.2 artifacts/trunk@1919 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r c41b300b02c3 -r 8c4c37ee0d57 ChangeLog --- a/ChangeLog Thu May 12 09:06:34 2011 +0000 +++ b/ChangeLog Fri May 13 10:43:42 2011 +0000 @@ -1,3 +1,7 @@ +2011-05-13 Ingo Weinzierl + + * Changes, NEWS: Changes and news for release 1.2 + 2011-05-12 Ingo Weinzierl * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: diff -r c41b300b02c3 -r 8c4c37ee0d57 Changes --- a/Changes Thu May 12 09:06:34 2011 +0000 +++ b/Changes Fri May 13 10:43:42 2011 +0000 @@ -1,3 +1,40 @@ +2011-05-13 RELEASE 1.2 + + NEW: + + * Introduced "facets" as a new concept to select only parts/concrete + types of an Artifact's output. E.g. a computation might return data + that is used to draw two curves into a chart. With a "facet", just a + single curve might be selected to be drawn into the chart. + + * New REST interfaces to set/get attributes of an ArtifactCollection. + + * Artifacts that live in ArtifactCollections don't die (because of their + last_access time). A database trigger is used to update their + last_access time if their owner ArtifactCollection is updated. + + * DatabaseCleaner removes outdated ArtifactCollections. + + * XML documents stored aside users, collections and collection items are + compressed to reduce i/o costs. + + * Introduced a listener mechanism that is called if a context is + created/closed. This listener might be implemented in concrete + artifact packages. + + * Improvements in the ClientProtocolUtils: new functions to create + special xml documents + + + FIXED: + + * flys/issue8 (Cleanup des DatabaseCleaner schlägt fehl) + + * flys/issue9 (Fehler beim Laden von Artefakten - NO SUCH ARTIFACT obwohl Artefakt in DB vorhanden) + + +2011-03-30 RELEASE 1.1 + 2010-04-28 RELEASE 1.0 New: diff -r c41b300b02c3 -r 8c4c37ee0d57 NEWS --- a/NEWS Thu May 12 09:06:34 2011 +0000 +++ b/NEWS Fri May 13 10:43:42 2011 +0000 @@ -1,3 +1,21 @@ +2011-05-13 RELEASE 1.2 + + New: + + * Introduced a new concept called "facets" to subselect parts/concrete + types of an Artifact's output. + + * New REST interfaces to set/get attributes of an ArtifactCollection. + + * Improved the DatabaseCleaner to cleanup Artifacts, ArtifactCollections + and CollectionItems properly. + + * Reduce I/O costs while database transactions by compressing XML + documents. + + +2011-03-30 RELEASE 1.1 + 2010-04-28 RELEASE 1.0 New: