# HG changeset patch # User Ingo Weinzierl # Date 1272467474 0 # Node ID f03a309a037f0423356f0b77b9f4b2c9e054e5ea # Parent 0edcaf5b5c78a6cf94463935789e8550d1e5172e Summarized activities, created NEWS and Changes for the upcoming release. artifacts/trunk@1029 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0edcaf5b5c78 -r f03a309a037f ChangeLog --- 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 + + * Changes, NEWS, ChangeLog: Summarized activities. + 2010-04-27 Ingo Weinzierl * artifact-database/src/main/java/de/intevation/artifactdatabase/DBConnection.java: diff -r 0edcaf5b5c78 -r f03a309a037f Changes --- 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: diff -r 0edcaf5b5c78 -r f03a309a037f NEWS --- 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: