============================
AJIS 6.3.1 NEW FEATURES LIST
============================

Copyright (c) 2009, AdaCore

This file contains a list of new features introduced in AJIS.
A full description of all AJIS features can be found in the AJIS
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 AJIS 6.3.1
--------------------------

NF-63-H225-018 Access to record discriminants

   An accessor function is now generated to allow reading any
   discriminant of an Ada record from Java.

NF-63-I717-024 Glue code root and prefixes (2009-07-17)

   It's now possible to change the name of the root and prefix glue packages
   generated by ada2java, changing the default jni_binding & jni with 
   the flags --bound-package-root and --bound-package-suffix.

NF-63-I528-014 Auto-detection of name clashes (2009-05-29)

   The binding generator is now able to detect automatically identifiers name
   clashes, and avoid generating binding for duplicated names.

NF-63-I522-007 Support for nested packages (2009-05-22)

   Nested Ada packages are now bound to Java.
   
NF-63-I521-013 Support for generics instances (2009-05-29)

   Generic package instances are now bound to Java. 
