root/juggler/branches/2.2/modules/gadgeteer/ChangeLog

Revision 21060, 6.5 kB (checked in by patrick, 10 months ago)

Mark the 1.2.1 release.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 DATE        AUTHOR      CHANGE
2 ----------- ----------- -------------------------------------------------------
3 [1.2.1 released - 3.5.2008]====================================================
4 Feb-20-2008 patrick     Fixed a critical bug in the MotionStar driver.
5 Sep-07-2007 patrick     Set GADGET_BASE_DIR automatically on all platforms. Use
6                         the new environment variable GADGET_DATA_DIR as a way
7                         to look up files in GADGET_BASE_DIR/share/gadgeteer.
8
9 [1.2.0 released - 8.14.2007]===================================================
10 Jul-08-2007 patrick     Debug-enabled code linked against the release runtime
11                         on Windows is now named the same as optimized code.
12                         The debug DLLs are installed in the "debug"
13                         subdirectory. On non-Windows platforms, debug-enabled
14                         plug-ins no longer use the "_d" name variation and are
15                         installed in the "debug" subdirectory.
16                         NEW VERSION: 1.1.30
17 Jun-26-2007 patrick     Changed the preprocessor identification of debug versus
18                         optimized to look for GADGET_DEBUG or JUGGLER_DEBUG
19                         instead of _DEBUG (and GADGET_OPT or JUGGLER_OPT
20                         instead of _OPT).
21                         NEW VERSION: 1.1.29
22 Jun-15-2007 aronb       Introduced typedefs for known gadget::InputMixer<>
23                         instantiations to be used as the base class for device
24                         drivers.
25                         NEW VERSION: 1.1.28
26 Jun-15-2007 aronb       Fixed the VRPN driver so that it works correctly in a
27                         cluster configuration again.
28 May-01-2007 patrick     Renamed the x11_pipes property of the display_system
29                         config element to pipes.
30                         NEW VERSION: 1.1.27
31 Apr-27-2007 aronb       Changed clustering to be single-threaded.
32                         NEW VERSION: 1.1.26
33 Apr-05-2007 patrick     Made Cocoa the default windowing system on Mac OS X.
34 Mar-03-2007 patrick     Added support for Cocoa input windows on Mac OS X.
35                         NEW VERSION: 1.1.25
36 Mar-02-2007 patrick     Updated for VPR 1.1.42.
37 Feb-20-2007 patrick     Initial Unicode support for gadget::KeyEvent.
38                         NEW VERSION: 1.1.24
39 Jan-30-2007 patrick     Eliminated the need to set GADGET_BASE_DIR on Windows
40                         to run applications.
41                         NEW VERSION: 1.1.23
42 Jan-03-2007 aronb       Rewrote the Polhemus Fastrak driver.
43                         NEW VERSION: 1.1.22
44 Dec-14-2006 aronb       Allow programmatic creation of usable device proxy
45                         objects.
46                         NEW VERSION: 1.1.21
47 Dec-13-2006 aronb       Added gadget::InputManager::shutdown(). Renamed
48                         gadget::BaseDeviceInterface::refreshAllDevices() to
49                         gadget::BaseDeviceInterface::refreshAllInterfaces().
50                         NEW VERSION: 1.1.20
51 Dec-09-2006 patrick     Fixed frame delay problems in devices that are relative
52                         to other proxied devices. Patch submitted by Frederic
53                         Drolet.
54                         NEW VERSION: 1.1.19
55 Nov-14-2006 patrick     Replaced uses of vpr::ReturnStatus with bool.
56                         NEW VERSION: 1.1.18
57 Nov-07-2006 patrick     Added analog support to the VRPN driver.
58 Oct-01-2006 patrick     Updated for VPR 1.1.35.
59                         NEW VERSION: 1.1.17
60 Oct-01-2006 patrick     Updated to handle the vpr::Thread constructor throwing
61                         an exception.
62                         NEW VERSION: 1.1.16
63 Aug-04-2006 dshipton    Flagpoll now used in the build...and simplifications.
64                         NEW VERSION: 1.1.15
65 Jul-12-2006 patrick     Changed the DLL name to include the version as part of
66                         the base library name on Windows. Implemented automatic
67                         linking of the Gadgeteer library.
68                         NEW VERSION: 1.1.14
69 Jun-25-2006 patrick     Added support for building universal binaries on Mac
70                         OS X.
71                         NEW VERSION: 1.1.13
72 May-24-2006 patrick     Changed the names of the versioned header and data
73                         directories to use the pre-1.1.10 naming convention
74                         (gadgeteer-<version> instead of gadget-<version>).
75                         NEW VERSION: 1.1.12
76 May-24-2006 patrick     Added gadget::getDefaultPluginRoot(), which provides
77                         a version-specific path to the directory containing
78                         the base set of Gadgeteer plug-ins.
79                         NEW VERSION: 1.1.11
80 May-23-2006 dshipton    Added version information to data directory.
81                         NEW VERSION: 1.1.10
82 May-23-2006 dshipton    Changed the static and shared library names to include
83                         the version as part of the base library name.
84                         NEW VERSION: 1.1.9
85 May-12-2005 patrick     Updated to VPR 1.1.20 and removed all exception
86                         specifications except those that are required by a
87                         base class.
88                         NEW VERSION: 1.1.8
89 Feb-15-2006 patrickh    Updated to VPR 1.1.16.
90                         NEW VERSION: 1.1.7
91 Nov-12-2005 patrickh    Updated to VPR 1.1.10.
92                         NEW VERSION: 1.1.6
93 Oct-26-2005 patrickh    gadget::MouseEvent objects on Windows now have correct
94                         key press state information.
95                         Submitted by: Juan Hernando
96                         NEW VERSION: 1.1.5
97 Aug-24-2005 patrickh    Updated to VPR 1.1.7.
98                         NEW VERSION: 1.1.4
99 Jul-11-2005 patrickh    Removed the methods gadget::Proxy::isStupified() and
100                         gadget::Proxy::stupify(), both of which are mis-spelled
101                         and have been deprecated since 0.92.1.
102                         NEW VERSION: 1.1.3
103 Jul-11-2005 patrickh    Updated to VPR 1.1.3.
104 Jul-10-2005 patrickh    Updated to VPR 1.1.2.
105 Jun-29-2005 patrickh    Changed gadget::ProxyFactory to hold a vector of
106                         boost::shared_ptr<gadget::ProxyConstructorBase> objects
107                         instead of raw pointers.
108                         NEW VERSION: 1.1.2
109 Jun-09-2005 patrickh    Updated to support Windows 64-bit edition.
110                         NEW VERSION: 1.1.1
111 Jun-07-2005 patrickh    VR Juggler 2.0 branch created.
112                         NEW VERSION: 1.1.0
Note: See TracBrowser for help on using the browser.