version update
authormikey <mikey@cinecert.com>
Thu, 1 Dec 2011 18:18:53 +0000 (18:18 +0000)
committermikey <>
Thu, 1 Dec 2011 18:18:53 +0000 (18:18 +0000)
README
configure.ac

diff --git a/README b/README
index 52bec40b433d77661076a237e0fb421ef6c514c9..c189dea17924d6faec3b548af52a5f9c667b3c4a 100755 (executable)
--- a/README
+++ b/README
@@ -60,16 +60,16 @@ is simple AS-DCP support.
 
 Build Instructions
 
-On more-or-less POSIX systems (OS X, Linux, and BSD), GNU make is
-required to build asdcplib. The same configure script will also
-build this package on Windows machines with Cygwin and
+On more-or-less POSIX systems (OS X, Linux, and BSD), GNU make and 
+autotools are required to build asdcplib. The same configure script 
+will also build this package on Windows machines with Cygwin and
 MinGW installed. For those Windows users who would prefer to build
 this natively, an "nmake" build file and instructions can be found
-in the win32 subdirectory.
+in the win32 subdirectory.  
 
-OpenSSL is also required, version 0.9.8k is recommended. See 
-http://www.openssl.org/ for more information and download 
-instructions.
+OpenSSL is also required, and the most recent version of v0.9.8 
+is recommended. See http://www.openssl.org/ for more information
+and download instructions.
 
 Optional support for writing Timed Text Track Files is supported by
 either Xerces-C or Expat. See http://xerces.apache.org/xerces-c/ or
@@ -77,7 +77,7 @@ http://expat.sourceforge.net/ for source and build instructions.
 
 To configure and build, type './configure' followed by 'make'. There
 are several test targets on the POSIX side, but you need to assemble
-a set of test files to use them.
+a set of test files to use them.  
 
 I have tested this build on win32, Linux, OpenBSD, and Darwin
 platforms. Others may work as well.
@@ -113,6 +113,9 @@ utilities all respond to -h.
 
 
 Change History
+2011-11-30 - bug fixes v1.8.44
+ o Corrected a wrong decryption UL selection when unwrapping MXF.
+
 
 2011-10-27 - bug fixes v1.8.43
  o Corrected broken Essence UL matching. (Thanks to Michael Loder).
index 1ab0e7cecf09693f3e05d0e9f26bed9897f8acf1..63b7d2d86af268cf6f807bbee051481e63a65fc9 100644 (file)
@@ -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], [1.8.43], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [1.8.44], [asdcplib@cinecert.com])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])