diff options
| author | tmccolm <tmccolm@cinecert.com> | 2016-09-29 18:17:20 +0000 |
|---|---|---|
| committer | tmccolm <> | 2016-09-29 18:17:20 +0000 |
| commit | 07cb59bda9bbe78ca64c916206ea4d85bc95bb4c (patch) | |
| tree | 00d97f77c42ca1fefef9b35d11e8a9abb85b597b | |
| parent | 1c99be3b63bf3e86d985bea581bbac57d51e18ee (diff) | |
Updated to TAG 2.5.16
| -rwxr-xr-x | README | 11 | ||||
| -rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 5 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index d23de1d..08706b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |
