# HG changeset patch # User Ingo Weinzierl # Date 1309184041 0 # Node ID bf787e8c4f78c24acc49966145ae69a683f051eb # Parent 715bdf9907392337ca7d1da060c664429cb8406f Prepared Changes for the upcoming release. artifacts/trunk@2255 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 715bdf990739 -r bf787e8c4f78 ChangeLog --- a/ChangeLog Mon Jun 27 10:20:27 2011 +0000 +++ b/ChangeLog Mon Jun 27 14:14:01 2011 +0000 @@ -1,3 +1,7 @@ +2011-06-27 Ingo Weinzierl + + * Changes: Prepared changes for the upcoming release. + 2011-06-27 Ingo Weinzierl * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: diff -r 715bdf990739 -r bf787e8c4f78 Changes --- a/Changes Mon Jun 27 10:20:27 2011 +0000 +++ b/Changes Mon Jun 27 14:14:01 2011 +0000 @@ -1,3 +1,45 @@ +2011-06-27 RELEASE 1.3 + + NEW: + + * Bumped Restlet to version 2.0.7. + + * Use a Jetty server by default to handle HTTP requests. + + * Introduced a config option that allows to switch the HTTP server + manually. + + * Introduced a config option that allows to limit the max number of + threads used by the Restlet server. Defaults to 1024. + + * New REST interface to set the time-to-live of a Collection. This + operation takes a java native long value or one of the strings "INF" - + which means a Collection lives forever - or "DEFAULT" which means to + reset the time-to-live to the default value configured in the artifact + server. + + * New REST interface to set the name of a Collection. + + * Improved the ClientProtocolUtils to create documents for the operation + to set the Collection's time-to-live. + + * The time-to-live of Collections is accessible in Collection objects. + + * Introduced a "creation" timestamp for CollectionItems. + + * Facets got a new property "index". + + + FIXED: + + * A a new out() method is called that takes the "type" parameter specified in + the REST url to specify the concrete output type. This parameter has + not been used until now. + + * flys/issue75 Fixed SQL syntax error in trigger creation. + + + 2011-05-13 RELEASE 1.2 NEW: