aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbgaldrikian <[email protected]>2020-11-12 20:02:04 -0800
committerbgaldrikian <[email protected]>2020-11-12 20:02:04 -0800
commit0fc9de1d243a0346009132408861ac914ef9ca7b (patch)
tree38c85aaca1f22b354d3ae486ad436293a150d148 /docs
parentMerge request #17 PhysX4 compatibility (diff)
downloadblast-0fc9de1d243a0346009132408861ac914ef9ca7b.tar.xz
blast-0fc9de1d243a0346009132408861ac914ef9ca7b.zip
Updated release notesv1.1.7_rc2
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/api_docs/files/pagereleasenotes.html6
-rwxr-xr-xdocs/release_notes.txt6
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html
index f60100a..90f9cae 100755
--- a/docs/api_docs/files/pagereleasenotes.html
+++ b/docs/api_docs/files/pagereleasenotes.html
@@ -24,12 +24,16 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Blast(tm) SDK 1.1.7 (06-Nov-2020)
+Blast(tm) SDK 1.1.7 (12-Nov-2020)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Changes
-------
* (Pull request #17 "Physx4 compatibility") PhysX version updated to 4.1.trunk.26400730, which uses a seprarate PxShared package
+* The bin and lib directory structures have changed to match the new layout of PhysX 4.x. That is, instead of having
+library files with CHECKED, DEBUG, PROFILE suffixes (or no suffix for release), there are now checked, debug, profile,
+and release subfolders of bin/${compiler} and lib/${compiler}. Within those subfolders the library files have no
+suffix.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
diff --git a/docs/release_notes.txt b/docs/release_notes.txt
index aa8a64c..9af0bfe 100755
--- a/docs/release_notes.txt
+++ b/docs/release_notes.txt
@@ -3,12 +3,16 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Blast(tm) SDK 1.1.7 (06-Nov-2020)
+Blast(tm) SDK 1.1.7 (12-Nov-2020)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Changes
-------
* (Pull request #17 "Physx4 compatibility") PhysX version updated to 4.1.trunk.26400730, which uses a seprarate PxShared package
+* The bin and lib directory structures have changed to match the new layout of PhysX 4.x. That is, instead of having
+library files with CHECKED, DEBUG, PROFILE suffixes (or no suffix for release), there are now checked, debug, profile,
+and release subfolders of bin/${compiler} and lib/${compiler}. Within those subfolders the library files have no
+suffix.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////