Share

Open Diameter

File Release Notes and Changelog

Release Name: 1.0.7-c

Notes:
Release Version 1.0.7-c
Release Date    : 10/03/2004

This release is the next interim release for version 1.0.7. 
It is in support of incremental features that are ready for
distribution and critical fixes from the last major release.
    
1. PANA Draft6 Support
        
   PANA has been update to support the latest upcomming
   version of the PANA draft (draft-ietf-pana-pana-06.txt). 
   The new implementation is also based on the PANA state 
   machine draft (draft-ohba-pana-statemachine-01.txt) 
   which is soon to be a working group item. Because of
   these updates, the libpana API has had major API changes.
   The details of these changes are documented in the 
   updated PANA API docs. Thier usage can also be seen in 
   the test code.
              
2. Shared library support
        
   Libtool support has been added to configure scripts
   which allows all Open Diameter libraries to be built
   as shared library. Note that with libtool, shared library
   builds can be made optional and platform dependent 
   checking is done the configure scripts to see if 
   support for shared libs is possible. Also, libtool
   is now required to be installed in the host machine.
   See readme for other tool requirements. Shared library
   builds are disabled by default since some libraries
   are not fully tested in this mode. To enable shared
   library builds, use '--enable-shared' option during 
   while running configure.
            
3. Bug fixes
        
   The following bug fixes has also been included in
   this release. These issues are referenced with
   Open Diameter sourceforge bug tracking number:
            
   a. Bug #1038477 - Hop-to-Hop and End-to-End ID's in
                             CER/CEA exchange
   b. Bug #1033347 - Segmentation fault when a destructor 
                             of AAASession class objects are
                             called
   c. Bug #1033335 - Session Timer restart
   d. Bug #1027380 - The cost time of OpenDiameter 
                             message increases gradually
   e. Bug #1019028 - Client or the server usually crashes 
                             after 500-600 messages
   f. Bug #1012631 -  Default route not handled in new 
                             routing engine
   g. Bug #1003032 - Assigning values to  
                             AAA_GroupedVectorAttribute()
   h. Bug #1040031 - Pending Request not being cleaned
   i. Bug #1056939 - PANA IPv4 Multicast IF not being
                            set
   j. Bug #1053191 - NAS-Filter-Rule AVP case mis-match
                            in the dictionary
   k. Bug #1047797 - Memory leak fixes reported by
                             purify
   l. Bug #1011411 - Server factory lookup issue
   m. Bug #1034535 - Server factory lookup issue

4. Utility library addition

   Utility classes and functions common to some libraries
   has been migrated into it's own utility library to 
   enable better re-use. The library, libodutl (Open Diameter
   Utility) curretly contains XML parsing routines and basic 
   crypt classes such as SHA1. These classes are also 
   available to users.
        
5. WPA key installer for Windows XP

   The latest version of the PANA library supports the 
   derivation of a PMK from the AAA-Key (See Sec. 10.2.2 of
   draft-ietf-pana-framework-02.txt). A WPA key installer
   command line tool (wpactl.exe) allows a windows XP PANA 
   client to install a PMK key into an XP wireless adapter.
   For details, see ReadMe.txt of WPACtl VC++ project 
   file (Open Diameter Windows SDK Release).


Changes: