Mercurial > dive4elements > framework
diff Changes @ 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 | 66f43d1e69eb |
children | 8c4c37ee0d57 |
line wrap: on
line diff
--- 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: