root/juggler/branches/2.2/modules/jackal/ChangeLog

Revision 21060, 3.2 kB (checked in by patrick, 6 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 Sep-07-2007 patrick     Set JCCL_BASE_DIR automatically on all platforms. Use
5                         the new environment variable JCCL_DATA_DIR as a way to
6                         look up files in JCCL_BASE_DIR/share/jccl.
7
8 [1.2.0 released - 8.14.2007]===================================================
9 Jul-08-2007 patrick     Debug-enabled code linked against the release runtime
10                         on Windows is now named the same as optimized code.
11                         The debug DLLs are installed in the "debug"
12                         subdirectory. On non-Windows platforms, debug-enabled
13                         plug-ins no longer use the "_d" name variation and are
14                         installed in the "debug" subdirectory.
15                         NEW VERSION: 1.1.14
16 Jun-27-2007 patrick     Changed the preprocessor identification of debug versus
17                         optimized to look for JCCL_DEBUG or JUGGLER_DEBUG
18                         instead of _DEBUG (and JCCL_OPT or JUGGLER_OPT instead
19                         of _OPT).
20                         NEW VERSION: 1.1.13
21 Jan-30-2007 patrick     Eliminated the need to set JCCL_BASE_DIR on Windows to
22                         run applications.
23                         NEW VERSION: 1.1.12
24 Dec-13-2006 aronb       Added jccl::ConfigManager::shutdown().
25                         NEW VERSION: 1.1.11
26 Nov-13-2006 patrick     Replaced vpr::ReturnStatus usage with bool in the
27                         jccl::RemoteReconfig interface.
28                         NEW VERSION: 1.1.10
29 Oct-01-2006 patrick     Updated for VPR 1.1.35.
30                         NEW VERSION: 1.1.9
31 Aug-10-2006 patrick     Updated for Boost.Filesystem changes in Boost 1.34.
32                         NEW VERSION: 1.1.8
33 Aug-03-2006 dshipton    Flagpoll now used to build JCCL.
34                         NEW VERSION: 1.1.7
35 Jul-12-2006 patrick     Changed the DLL name to include the version as part of
36                         the base library name on Windows. Implemented automatic
37                         linking of the JCCL library.
38                         NEW VERSION: 1.1.6
39 Jun-25-2006 patrick     Added support for building universal binaries on Mac
40                         OS X.
41                         NEW VERSION: 1.1.5
42 May-24-2006 dshipton    Versioning of all data and libraries for parallel
43                         installations.
44                         NEW VERSION: 1.1.4
45 Oct-10-2005 patrickh    jccl::ConfigManager is no longer responsible for
46                         deleting the memory held its pointre to the remote
47                         run-time reconfiguration interface implementation.
48                         NEW VERSION: 1.1.3
49 Jul-11-2005 patrickh    Updated to VPR 1.1.3.
50 Jul-10-2005 patrickh    Updated to VPR 1.1.2.
51 Jun-28-2005 patrickh    Added jccl::DependencyManager::unregisterChecker().
52                         NEW VERSION: 1.1.2
53 Jun-09-2005 patrickh    Updated to support Windows 64-bit edition.
54                         NEW VERSION: 1.1.1
55 Jun-07-2005 patrickh    VR Juggler 2.0 branch created.
56                         NEW VERSION: 1.1.0
Note: See TracBrowser for help on using the browser.