From ba1eff9ed6869946d35cded57bdc64c46c94eba9 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Jan 2013 19:05:27 +0200 Subject: [PATCH] Update version to 2.1.0.4 --- Include/OniVersion.h | 2 +- Redist/Install/Includes/Variables.wxi | 2 +- Redist/UpdateVersion.py | 2 +- ReleaseNotes.txt | 14 +++++++++++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Include/OniVersion.h b/Include/OniVersion.h index 5fbc6076..5805dcbc 100644 --- a/Include/OniVersion.h +++ b/Include/OniVersion.h @@ -23,7 +23,7 @@ #define ONI_VERSION_MAJOR 2 #define ONI_VERSION_MINOR 1 #define ONI_VERSION_MAINTENANCE 0 -#define ONI_VERSION_BUILD 3 +#define ONI_VERSION_BUILD 4 /** OpenNI version (in brief string format): "Major.Minor.Maintenance (Build)" */ #define ONI_BRIEF_VERSION_STRING \ diff --git a/Redist/Install/Includes/Variables.wxi b/Redist/Install/Includes/Variables.wxi index 5bb677b0..81f1c936 100644 --- a/Redist/Install/Includes/Variables.wxi +++ b/Redist/Install/Includes/Variables.wxi @@ -8,7 +8,7 @@ - + diff --git a/Redist/UpdateVersion.py b/Redist/UpdateVersion.py index c476704e..c0921bef 100644 --- a/Redist/UpdateVersion.py +++ b/Redist/UpdateVersion.py @@ -28,7 +28,7 @@ VERSION_MAJOR = 2 VERSION_MINOR = 1 VERSION_MAINTENANCE = 0 -VERSION_BUILD = 3 +VERSION_BUILD = 4 class UpdateVersion: def main(self): diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 5005c91b..365e57bb 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ -OpenNI 2.1.0 Build 3 -December 31 2012 +OpenNI 2.1.0 Build 4 +January 15 2013 Minimum Requirements: --------------------- @@ -24,7 +24,7 @@ Notes: ------ - On Android, only native support (and samples) is currently provided. Please note that as bionic (Android linker) does not support the rpath option, the samples cannot start as is. To solve this, do one of the following: - - Copy OpenNI libraries (libOpenNI2.so, libPS1080.so and libOniFile.so) to /system/lib - or - + - Copy OpenNI libraries (libOpenNI2.so, libPS1080.so and libOniFile.so) to /system/lib (requires root) - or - - run `export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH` before starting the native executeable Change Log: @@ -51,6 +51,14 @@ OpenNI 2.1.0: - Potential starvation bug fix when application takes much time handling events - Log file now closes on shutdown(), and a new one is created on initialize() - SimpleRead is now the default project in the VS solution (thanks eranws) + - Bug Fix: did not support Visual Studio 2008 and older + - Bug Fix: did not support Visual Studio 2012 and newer + - Bug Fix: did not support Visual Studio Express (thanks rh-galaxy) + - NiViewer Bug Fix: Mirror did not change IR state + - Kinect: providing Kinect for Windows PID and VID in the device info struct + - ONI files: providing driver name in the device info struct + - Bug Fix: ReleaseVersion script did not work on 32-bit machines + - Linux Bug Fix: log timestamps did not start from 0. OpenNI 2.0.0: - Brand new API (see documentation)