Known Problems fixed in AJIS 6.5.1

- K323-015: Enumeration derived types aren't bound.
 Problem:    ada2java will not be able to bind enumeration derived types.
 Workaround: Use a subtype instead. 

- JB26-018: Primitives with dispatching results aren't properly bound
 Problem:    Primitives of tagged type with dispatching result create a wrong
             binding, where the resulting object is not properly bound.
 Workaround: Use procedures instead of functions, and take care of the object
             creation outside of the primitive.
