added changelog for 1.9.45
authormikey <mikey@cinecert.com>
Wed, 22 Feb 2012 00:04:40 +0000 (00:04 +0000)
committermikey <>
Wed, 22 Feb 2012 00:04:40 +0000 (00:04 +0000)
README
configure.ac

diff --git a/README b/README
index eeae4ebd7e773a4571e140bd4641397cdfa933d1..716bcd0e7894fb85388aff444ae94b88373f5d42 100755 (executable)
--- a/README
+++ b/README
@@ -113,7 +113,16 @@ utilities all respond to -h.
 
 
 Change History
-2012-02-03 - bug fixes 1.9.44d
+
+2012-02-22 - bug fixes, enhancements 1.9.45
+ o Removed ASDCP::Timestamp, all items that were of that class are now 
+   of class Kumu::Timestamp
+ o Refactored Kumu::Timestamp to use KM_tai for internal representation 
+   (replaced public Y M D, h, m, s variables)
+ o Refactored Kumu::Timestamp to use KM_tai for WIN32 builds
+ o Added UTC offset awareness to Kumu::Timestamp
+ o Replaced "long GetSecondsSinceEpoch(void) const" with 
+   "ui64_t GetCTime() const"
  o Corrected UL version segment in "7.1 DS" and "WTF" audio format
    labels (corresponds with publication of ST 429-2:2011).
  o Exposed MXF object interface (MXF.h, Metadata.h) via ASDCP MXFReader
index 855bc2623420d37864feb1e503652cc65e7a228a..78fd8acb22dcdfbfb39ccc49e800c5fb1bb96b1a 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.9.44e], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [1.9.44g], [asdcplib@cinecert.com])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])