Mercurial > dive4elements > framework
changeset 96:f03a309a037f
Summarized activities, created NEWS and Changes for the upcoming release.
artifacts/trunk@1029 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 28 Apr 2010 15:11:14 +0000 |
parents | 0edcaf5b5c78 |
children | de401cf3a89a |
files | ChangeLog Changes NEWS |
diffstat | 3 files changed, 62 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Apr 27 16:12:37 2010 +0000 +++ b/ChangeLog Wed Apr 28 15:11:14 2010 +0000 @@ -1,3 +1,7 @@ +2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * Changes, NEWS, ChangeLog: Summarized activities. + 2010-04-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/DBConnection.java:
--- a/Changes Tue Apr 27 16:12:37 2010 +0000 +++ b/Changes Wed Apr 28 15:11:14 2010 +0000 @@ -1,3 +1,35 @@ +2010-04-28 RELEASE 1.0 + + New: + + * The path to database in the configuration can be relative to the + central configuration document using ${artifacts.config.dir} as + root. + + * New interfaces to export and import artifacts: + + HTTP GET '/export/{uuid}' returns an xml document representing + the state of an artifact + HTTP POST '/import' takes an xml document that have + been created by /export before + + The export mechanism uses a secret configured in the configuration + to sign export documents. An artifact import fails if the + signature of the xml document is not valid. + + * The time to live of an artifact is queriable at the CallContext + object. + + + Added: + + * JavaDoc documentation + + + +2010-03-08 RELEASE 0.5 + + 2010-01-27 RELEASE 0.4 New:
--- a/NEWS Tue Apr 27 16:12:37 2010 +0000 +++ b/NEWS Wed Apr 28 15:11:14 2010 +0000 @@ -1,3 +1,29 @@ +2010-04-28 RELEASE 1.0 + + New: + + * The path to database in the configuration can be relative to central + configuration document. + + * The Restlet server logs its output to the same file as the rest of the + application does. + + * Support for saving the current state of an artifact (e.g. save + artifact as project file). + + * Support for loading an existing artifact (e.g. load an existing + project). + + + Added: + + * JavaDoc documentation. + + + +2010-03-08 RELEASE 0.5 + + 2010-01-27 RELEASE 0.4 New: