Changes between Version 3 and Version 4 of CsMapRfc6
- Timestamp:
- 07/24/12 12:15:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CsMapRfc6
v3 v4 63 63 For clients wishing to use the new capabilities, all changes will be transparent. That is, all API like CS_*def() will start reading definition information from the user-provided dictionary path, and if nothing was found, will continue with the default set of *.CSD files. 64 64 65 '''API additions:''' 66 67 68 {{{ 69 CS_usrdir() 70 }}} 71 65 72 '''API removal:''' 66 73 … … 82 89 }}} 83 90 84 API additions (public):85 86 87 {{{88 89 CS_usrdir()90 91 }}}92 93 94 91 95 92 == Test Plan ==