Provide safer string copy than strncpy
[openjpeg.git] / NEWS
diff --git a/NEWS b/NEWS
index c7fe29dfa9a97696807b0e4e0ccf1feed244fe5e..1a6aaa0787c146e2669bf512657343876d3fb2e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
        * Added 
         - opj_stream_create_default_file_stream(char*,...)
         - opj_stream_create_file_stream(char*,...)
-        - opj_stream_destroy_v3(opj_stream_t*)
+        - opj_stream_destroy(opj_stream_t*)
         - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data, 
             ... opj_stream_free_user_data_fn p_function)
         - JPEG 2000 profiles and Part-2 extensions defined through '#define'
@@ -36,7 +36,7 @@ API/ABI modifications: (see abi_compat_report in dev-utils/scripts)
     
 Misc:
 
-    * OpenJPEG is now officialy conformant with JPEG 2000 Part-1
+    * OpenJPEG is now officially conformant with JPEG 2000 Part-1
          and will soon become official reference software at the 
          JPEG committee.
        * Huge amount of bug fixes. See CHANGES for details.