Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
95:0edcaf5b5c78 | 96:f03a309a037f |
---|---|
1 2010-04-28 RELEASE 1.0 | |
2 | |
3 New: | |
4 | |
5 * The path to database in the configuration can be relative to the | |
6 central configuration document using ${artifacts.config.dir} as | |
7 root. | |
8 | |
9 * New interfaces to export and import artifacts: | |
10 | |
11 HTTP GET '/export/{uuid}' returns an xml document representing | |
12 the state of an artifact | |
13 HTTP POST '/import' takes an xml document that have | |
14 been created by /export before | |
15 | |
16 The export mechanism uses a secret configured in the configuration | |
17 to sign export documents. An artifact import fails if the | |
18 signature of the xml document is not valid. | |
19 | |
20 * The time to live of an artifact is queriable at the CallContext | |
21 object. | |
22 | |
23 | |
24 Added: | |
25 | |
26 * JavaDoc documentation | |
27 | |
28 | |
29 | |
30 2010-03-08 RELEASE 0.5 | |
31 | |
32 | |
1 2010-01-27 RELEASE 0.4 | 33 2010-01-27 RELEASE 0.4 |
2 | 34 |
3 New: | 35 New: |
4 | 36 |
5 * Extended XML helper utilities a bit more | 37 * Extended XML helper utilities a bit more |