File: features-2.9

package info (click to toggle)
libaws 3.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,780 kB
  • ctags: 648
  • sloc: ada: 87,379; python: 1,914; ansic: 929; makefile: 842; xml: 235; java: 112; sh: 105
file content (35 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=========================
AWS 2.9 NEW FEATURES LIST
=========================

Copyright (C) 2006-2010, AdaCore

This file contains a list of new features introduced in AWS.
A full description of all AWS features can be found in the AWS
documentation.

An ISO date (YYYY-MM-DD) appears in parentheses after the
description line. This date shows the implementation date
of the feature.

New features in AWS 2.9
-----------------------

NF-29-J802-015 Improve templates parser macro support (2010-09-01)

   Improve macro inlining and add a tree simplifier. With this
   improvement most of the macro's conditionals can be removed
   from the tree which increase the performance of the templates
   rendering.

NF-29-J727-032 Add more integrated support for some headers (2010-08-05)

   A cleaner and more structured API has been added to handle the
   Cache-Control HTTP header. At the same time, the support for ETag
   and Expires headers has been improved.

NF-29-J706-026 Improve Ajax support in AWS (2010-08-02)

   The AWS/Ajax implementation now takes advantage of the new Templates_Parser
   macro support. This makes Ajax more integrated into AWS and improves the
   user experience when working with Ajax.