It is with great pleasure that I am able to announce the minor release of TRIP version 1.3.8
You may download it from 
http://www.imcce.fr/trip/
Here's a list of the new features available in TRIP 1.3.8 :
The enhancements are :
- Array of strings could be declared and assigned in one step.
  e.g. :    TS=["string1":"string2":"string3"];
The bug fixes are :
- Alias objects can be reassigned.
- Remove unnecessary "1*" when series are displayed.
- The command read supports format and specified columns for strings.
- OpenMP statements now accept to parallelize the loops with a loop counter used inside an 
inner loop.
- Fix memory leaks with the external functions.
- Fix memory leaks with the switch-case statement.
- Fix the returned value of the function size on polynomials when recursive dense 
polynomials are used.
- OpenMath content dictionnary "nums1" can be disabled.
- The function size and operator [] works on the filename objects.
- On windows, the inspector of variables hangs when numerical mode NUMRATMP or NUMFPMP is 
used.
- TRIP hangs when the tag merror is received inside a MathML expression.
- OpenMP statements hangs when variables of polynomials are defined as private object 
inside a parallel loop for.
Mickael Gastineau