|
Revision 17881, 1.1 kB
(checked in by patrickh, 3 years ago)
|
Merged the 1.0.0 release notes from VRJ_RELENG_2_0_BRANCH.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Gadgeteer Release Notes |
|---|
| 2 |
----------------------- |
|---|
| 3 |
|
|---|
| 4 |
For all versions: |
|---|
| 5 |
|
|---|
| 6 |
- See the ChangeLog for more system-level changes that do not directly |
|---|
| 7 |
affect applications. |
|---|
| 8 |
- See the Known Bugs page on the VR Juggler website (www.vrjuggler.org) |
|---|
| 9 |
for the current list of bugs. |
|---|
| 10 |
|
|---|
| 11 |
=============================================================================== |
|---|
| 12 |
|
|---|
| 13 |
Version: 1.0.0 |
|---|
| 14 |
Released: July 5, 2005 |
|---|
| 15 |
New in this release: |
|---|
| 16 |
* Support for Windows XP x64 Edition. |
|---|
| 17 |
|
|---|
| 18 |
Version: 0.18.0 |
|---|
| 19 |
Released: October 11, 2004 |
|---|
| 20 |
Required changes when upgrading from all previous versions: |
|---|
| 21 |
* Device driver plug-ins must include the following as an exported |
|---|
| 22 |
function: |
|---|
| 23 |
|
|---|
| 24 |
GADGET_DRIVER_EXPORT(vpr::Uint32) getGadgeteerVersion() |
|---|
| 25 |
{ |
|---|
| 26 |
return __GADGET_version; |
|---|
| 27 |
} |
|---|
| 28 |
|
|---|
| 29 |
* Cluster plug-ins must include the following as an exported |
|---|
| 30 |
function: |
|---|
| 31 |
|
|---|
| 32 |
GADGET_CLUSTER_PLUGIN_EXPORT(vpr::Uint32) getGadgeteerVersion() |
|---|
| 33 |
{ |
|---|
| 34 |
return __GADGET_version; |
|---|
| 35 |
} |
|---|
| 36 |
|
|---|