Updated to TAG 2.5.16
authortmccolm <tmccolm@cinecert.com>
Thu, 29 Sep 2016 18:17:20 +0000 (18:17 +0000)
committertmccolm <>
Thu, 29 Sep 2016 18:17:20 +0000 (18:17 +0000)
README
configure.ac

diff --git a/README b/README
index 8082f0ea50dd1d9864dcbe2984a5990aff48625c..490ced0532a01861b83de19ec34b9dca8d11ba02 100755 (executable)
--- a/README
+++ b/README
@@ -151,10 +151,15 @@ command-line utilities all respond to -h.
 
 Change History
 
-2016-06-29 - bug fixes, 2.5.15
 
-o Fixed a bug in the index reader that allowed an out-of-bounds vector index to be used
-o Modified the IndexEntry parser to ignore additional bytes belonging to slice values
+2016-08-11 - bug fixes, 2.5.15
+
+ o Modified as-02-wrap to pass WhiteRefLev, BlackRefLev and ColorRange
+    (contributed by Elmer Musser / Rod Bogart)
+ o Fixed a bug in the index reader that allowed an out-of-bounds vector index
+   to be used.
+ o Modified the IndexEntry parser to ignore additional bytes belonging to slice
+   values.
 
 2016-05-06 - bug fixes, 2.5.14
 
index d23de1d4778f2617c2c6dd9d203db658035d53c7..08706b40edfcea2dc3e52dbf8a79f374df4c6008 100644 (file)
@@ -1,6 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-# Copyright (c) 2007-2015 John Hurst. All rights reserved.
+# Copyright (c) 2007-2016 John Hurst. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@ AC_PREREQ([2.59])
 # For example, if asdcplib version 1.0.0 were modified to accomodate changes
 # in file format, and if no changes were made to AS_DCP.h, the new version would be
 # 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1.
-AC_INIT([asdcplib], [2.5.15a], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [2.5.16], [asdcplib@cinecert.com])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])