comparison Changes @ 287:bf787e8c4f78

Prepared Changes for the upcoming release. artifacts/trunk@2255 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 27 Jun 2011 14:14:01 +0000
parents 8c4c37ee0d57
children c53ec9fdc758
comparison
equal deleted inserted replaced
286:715bdf990739 287:bf787e8c4f78
1 2011-06-27 RELEASE 1.3
2
3 NEW:
4
5 * Bumped Restlet to version 2.0.7.
6
7 * Use a Jetty server by default to handle HTTP requests.
8
9 * Introduced a config option that allows to switch the HTTP server
10 manually.
11
12 * Introduced a config option that allows to limit the max number of
13 threads used by the Restlet server. Defaults to 1024.
14
15 * New REST interface to set the time-to-live of a Collection. This
16 operation takes a java native long value or one of the strings "INF" -
17 which means a Collection lives forever - or "DEFAULT" which means to
18 reset the time-to-live to the default value configured in the artifact
19 server.
20
21 * New REST interface to set the name of a Collection.
22
23 * Improved the ClientProtocolUtils to create documents for the operation
24 to set the Collection's time-to-live.
25
26 * The time-to-live of Collections is accessible in Collection objects.
27
28 * Introduced a "creation" timestamp for CollectionItems.
29
30 * Facets got a new property "index".
31
32
33 FIXED:
34
35 * A a new out() method is called that takes the "type" parameter specified in
36 the REST url to specify the concrete output type. This parameter has
37 not been used until now.
38
39 * flys/issue75 Fixed SQL syntax error in trigger creation.
40
41
42
1 2011-05-13 RELEASE 1.2 43 2011-05-13 RELEASE 1.2
2 44
3 NEW: 45 NEW:
4 46
5 * Introduced "facets" as a new concept to select only parts/concrete 47 * Introduced "facets" as a new concept to select only parts/concrete

http://dive4elements.wald.intevation.org