Skip to content

Commit

Permalink
Update version to 2.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and eddiecohen committed Jan 15, 2013
1 parent 07e6598 commit ba1eff9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Include/OniVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Redist/Install/Includes/Variables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?define MinorVersion=1?>
<?define MaintenanceVersion=0?>
<!-- BuildVersion is NOT used by WiX in the upgrade procedure -->
<?define BuildVersion=3?>
<?define BuildVersion=4?>
<!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.MaintenanceVersion).$(var.BuildVersion)"?>

Expand Down
2 changes: 1 addition & 1 deletion Redist/UpdateVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
VERSION_MAJOR = 2
VERSION_MINOR = 1
VERSION_MAINTENANCE = 0
VERSION_BUILD = 3
VERSION_BUILD = 4

class UpdateVersion:
def main(self):
Expand Down
14 changes: 11 additions & 3 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenNI 2.1.0 Build 3
December 31 2012
OpenNI 2.1.0 Build 4
January 15 2013

Minimum Requirements:
---------------------
Expand All @@ -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:
Expand All @@ -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)
Expand Down

0 comments on commit ba1eff9

Please sign in to comment.