2010-12-08  Berkeley UPC release 2.12.1 (minor bug fix release)
    - Fixed the following notable bugs in 2.12.0 UPC and GASNet libraries:
      (see http://upc-bugs.lbl.gov for details):
      bug2863: gasp support requires a usable stdint.h
      bug2910: "ld: cannot find -lfl"
      bug2914: build problems w/ CCE 7.2.7
      bug2927: PSHM breaks with greater than 255 processes

    - Fixed the following notable bugs in 2.12.0 source-to-source translator:
      (see http://upc-bugs.lbl.gov for details):
      bug1965/2831: problems with #include when not at file scope
      bug2306: sizeof(A[0]) miscomputed as sizeof(A) 
      bug2936: translator truncates sizeof(struct) to 32 bits

2010-11-01  Berkeley UPC release 2.12.0
    - Enhancements/improvements to upcrun (see the upcrun manpage)
      - Added CNL and Solaris implementations for -bind-threads flag
    - Enhancements/improvements to upcc (see the upcc manpage)
      - Support mixed linking of dynamic-threads and static-threads
        objects when generating a static-threads executable.
    - Misc changes/improvements in UPC and GASNet libraries
      - Improved speed of shared pointer arithmetic
      - Shared-memory (PSHM) support 
        - Now enabled by default on Linux
        - Optional implementation via SystemV shared memory
        - Optional implementation via mmap()ed files
        - Added support for portals-conduit (Cray XT) when using SystemV
      - Expand BUPC atomic extensions
        - Add masked-swap (mswap) operation
        - Add support for int and long types (both signed and unsigned)
      - Improved InfiniBand support
        This release features a (re)implementation of Active Messages for
        ibv-conduit via SRQ (Shared Receive Queue) which greatly reduces
        the memory requirements for large node counts.
        See GASNet's README-ibv for more details on SRQ.
      - Improved debugger support for MacOSX
      - Improved support for SGI Altix models w/ x86-64 CPUs including
        the ICE and UV family platforms.
      - Initial testing on Cray XE series (w/ mpi-conduit)
      - Provide the spec-required iso646.h on systems that lack it
      - Initial support for Thrille Active Testing (see INSTALL.TXT)

    - Fixed the following notable bugs in 2.10.2 UPC and GASNet libraries:
      (see http://upc-bugs.lbl.gov for details):
      bug2435: portals-conduit assertion failures if signalled
      bug2530: bad addressing for 128-bit atomics on x86-64
      bug2688: GASNet installing extraneous internal headers
      bug2826: GASNet testhsl failures with PSHM + mpi-conduit
      bug2829: use of platform-provided checking malloc was accidentally lost
      bug2853: gprof not working with PSHM + smp-conduit
      bug2891: translator errors on libc headers using FORTIFY_SOURCE

    - Improved UPC source-to-source translator portability
      - Tested to build correctly with g++ versions 4.4.x and 4.5.x
      - Tested translator builds with additional compilers:
        - Well tested support for building with Apple's gcc
        - Lightly tested support for building with Sun's gccfss
        - Lightly tested support for building with AMD's Open64 (1 known bug)
      - Initial EXPERIMENTAL translator ports to additional platforms:
        - NetBSD/i386 32-bit translator executable
        - NetBSD/amd64 64-bit translator executable
    - Fixed the following notable bugs in 2.10.2 source-to-source translator
      (see http://upc-bugs.lbl.gov for details):
      bug2061: pointer arith on shared PTS incorrectly yields a shared value
      bug2690: translator crash on EXAMPLE2 from p31 of UPC spec 1.2
      bug2778/2893: bad code gen for UPC automatic block size
      bug2851: translator corrupting internal type info
      bug2862: incorrect debug line numbers in body of upc_forall()
      bug2877: translator may truncate PTS arithmetic operands
      bug2878: some internal prototypes susceptible to identifier capture
      bug2882: violation of strict semantics when -opt passed to upcc

2010-10-24  Berkeley UPC release 2.11.8 (stable snapshot)
    - Second release candidate for 2.12.0

2010-10-17  Berkeley UPC release 2.11.6 (stable snapshot)
    - First release candidate for 2.12.0

2010-06-28  Berkeley UPC release 2.11.4 (ibv-conduit only beta release)
    - This is a Beta release featuring an initial (re)implementation of
      Active Messages for ibv-conduit via SRQ (Shared Receive Queue).
      See the GASNet ChangeLog for more details on SRQ.
    - This initial implementation is known to deadlock under very rare AM-
      intensive workloads which are not characteristic of UPC applications,
      or when some settings are set to values much lower than the defaults.
    - Relative to the previous stable release, 2.10.2, this Beta includes
      several miscellaneous changes not described here.  Most are fixes for
      bugs or improvements to performance, and none are suspected to make
      this release any less stable than 2.10.2.
    - This Beta has been mostly tested on ibv-conduit systems, but is not
      known or suspected to be less stable on any other specific platforms.
    - There is no corresponding beta release of the source-to-source
      translator: version 2.10.2 is still the most current release.

2010-05-20  Berkeley UPC release 2.10.2
    - Enhancements/improvements to upcrun (see the upcrun manpage)
      - Fix bug 2432: errors induced by certain uses of #include
    - Enhancements/improvements to upcc (see the upcc manpage)
      - Fix bug 2749: link failures with Totalview support on Solaris
    - Build/configure changes/improvements
      - Enhanced multiconf syntax for more control of sub-configures
      - Improved support for LEX != flex (or unavailable)
    - Misc changes/improvements in runtime libraries
      - Use MALLOC_OPTIONS variable in debug builds on BSD-family O/Ses
      - Much improved support for heterogeneous compilers (CC, CXX and MPI_CC)
      - Shared-memory awareness added to default barrier implementations
      - Shared-memory awareness added to Extended API and Collectives
      - Improved scalability of CrayXT job startup and termination code

    - Fixed the following notable bugs in 2.10.0 UPC and GASNet libraries:
      (see http://upc-bugs.lbl.gov for details):
      bug 2079: stack overflow errors when vapi/ibv compiled with pgcc
      bug 2685: timers broken on variable-frequency x86_64 CPUs
      bug 2696: (partial fix) build errors with Sun Studio compilers
      bug 2735: buggy MALLOC_CHECK_ support on some glibc versions
      bug 2756: dcmf-conduit PAR mode crashes with V1R4M0 drivers
      bug 2766: dcmf-conduit performance problem with loopback AM LongAsync
      bug 2781 and 2791: deadlocks with some uses of DCMF collectives

    - Improved UPC source-to-source translator portability
      - Fixed support for building with some vendors' g++-4.1.x (bug 2202)
      - Added support for additional platforms:
        - MacOS/x86 64-bit translator executable (previously only 32-bit)
        - MacOS/PPC 64-bit translator executable (previously only 32-bit)
        - Linux/PPC 32-bit translator executable (previously only 64-bit)
      - Initial EXPERIMENTAL translator ports to additional platforms:
        - Solaris/i86pc 32- and 64-bit translator executables
        - Solaris/SPARC 32- and 64-bit translator executables
        - FreeBSD/i386 32-bit translator executable
        - FreeBSD/amd64 64-bit translator executable
        - OpenBSD/i386 32-bit translator executable
        - OpenBSD/amd64 64-bit translator executable
      - Fixed DependencyGenerator for use with perl 5.10 and newer (bug 2661)
    - Fixed the following notable bugs in 2.10.0 source-to-source translator
      (see http://upc-bugs.lbl.gov for details):
      bug600: #line directives broken for #include of file in same directory
      bug819: incorrect overflow warning on upc_io_test/64
      bug846: overflows computing sizeof() or upc_localsizeof() large arrays
      bug896: warning on correct assignment involving pointer to an array
      bug1020: comparison of ptr to local w/ ptr to shared should be an error
      bug1113/1647: crashes with certain nested for() or upc_forall() loops
      bug1442/2679: over-zealous DSE w/ -opt on MacOS-build translators
      bug1464: ppc64 translator crash on some code for 32-bit targets
      bug1668: translator crash on arithmetic on (shared void *)
      bug1748/2403: translator crash when outputting NaN or INFINITY
      bug1965: problems with #include when not at file scope
      bug2703: garbage collection error that could cause translator crashes
    
2009-11-02  Berkeley UPC release 2.10.0
    - New runtime features
      - Experimental shared-memory support (see the section
        "INTRA-NODE SHARED MEMORY SUPPORT" in INSTALL.txt)
      - Experimental collectives autotuner (see gasnet/README)
      - Expand BUPC atomic extensions w/ additional operations and 32-bit types
      - Enhance bupc_thread_distance() to detect processes on same compute node
      - Implement bupc_{cast,castable,thread_castable}() extensions based on
        a UPC language proposal from HP
    - UPC source-to-source translator changes
      - Many corner cases now generate compiler errors or warnings instead of
        crashing the translator
      - Much improved quality of code generated when experimental UPC-level
        optimizations are enabled by -opt
      - Deprecate support for building translator on Tru64 and AIX
    - Enhancements/improvements to upcrun (see the upcrun manpage)
      - Implement -conf=file and -norc command line options
      - Implement UPCRUN_NORC environment variable (analogous to UPCC_NORC)
      - Implement -bind-threads option
      - Fix bug 1553 - set appropriate env vars on IBM SP for pthreads runs
      - Several improvements to job spawning on Cray-XT series
    - Enhancements/improvements to upcc (see the upcc manpage)
      - Implement -conf=file command line option
      - Correct behavior when -g and -tv are both specified
      - Extend config file format to be multiconf friendly
      - Enhance upcc-multi to reject contradictory argument pairings
    - Improved platform support
      - Cray XT support extended to PE 2.1.42+ and to PrgEnv-Intel
      - IBM BG/P support extended to V1R4M0 drivers
      - Support MacOS 10.6 (Snow Leopard) including Apple's new gcc-4.2.1
      - Add support for building with libtool-2.0 and newer
    - Improved support for GCC UPC
      - Support for virtual address field order in shared pointer representation
      - Added support for MacOS 10.5 and newer
    - Misc changes/improvements
      - Tools now work around sometimes buggy UTF-8 support in perl
      - Use strict prototypes in public headers and generated code
        to allow compilation with -Wstrict-prototypes
      - Expanded test suite and fixed several bugs in the tests themselves
      - Fixed several minor bugs/issues with the configure and build scripts
    - Fix the following notable bugs in 2.8.0 runtime libraries
      (see http://upc-bugs.lbl.gov for details):
      bug1840: SIGFPE crashes (environment variable UPC_SUPPRESS_SIGFPE can
               now be used to control suppression of SIGFPE)
      bug1976: (1st half) portals-conduit AMMedium payload corruption
      bug1976: (2nd half) use-after-free in GASNET_VIS_AMPIPE code
      bug2461: PTL_ME_IN_USE runtime crash from portals-conduit
      bug2462: catch basin overflow failure on portals-conduit
      bug2507: mutex debug code yields warning on every compile on IRIX/gcc/64
      bug2530: mis-aligned use of x86-64 cmpxchg16b instruction
      bug2576/2633: XLC crashes due to CFLAGS used in an opt build
      bug2582: lapi-conduit LongAsync memory leak
      bug2583: AMMedium payload corruption on lapi-conduit
      bug2584: Segfault from upc_free() with pgicc 7.2-5 through 8.0-4
      bug2588: assertion failure when out-of-memory message expected
      bug2606: trace output corruption with high pthread count
      bug2613: FATAL ERROR: Firehose: Ran out of request handles
      bug2617: PtlMDUpdate errors on portals-conduit
      bug2627: long pause at exit time due to sync() call
      bug2665: could not build shmem-conduit with TotalView support
      bug2674: testinternal-par failure on portals-conduit (iop check assertion)
      bug2677: infrequent fflush(NULL) failure on AIX
      bug2683: deal with aggressive alias assumptions of gcc-4.4.x
    - Fix the following notable bugs in 2.8.0 source-to-source translator
      (see http://upc-bugs.lbl.gov for details):
      bug244: translator crashes on incomplete types
      bug247: need compiler error for over-size arrays (instead of under-allocation)
      bug1546/2504/2522/2642: various problems with arrays inside structs
      bug2396: bad codegen for complex upc_forall affinity expression
      bug2502: mismatched static vs. non-static declaration/definition
      bug2626: NPB2.4-UPC Benchmark FT class C compilation error
      bug2643: Wrong precedence generating a flat address for multi-dimensional array

2008-11-05  Berkeley UPC release 2.8.0
    - Add native support for IBM BlueGene/P via new 'dcmf' network
    - Upgrade portals network support to cache local memory registration
    - Many small improvements to IBM LAPI support
    - Fix performance and correctness problems in Myrinet GM support
    - Add Pathscale compilers to supported list for Cray XT machines
    - Improved support for XLC compilers on Linux
    - Extend "ibv" (InfiniBand) support to Qlogic's InfiniPath adapters
    - Add/improve support for MIPSEL/Linux platforms, including SiCortex
    - Extend GCCUPC support to GCCUPC 4.2.0.2 and newer
    - Add user documentation for experimental UPC-level compiler
        optimizations (see the upcc manpage)
    - Workaround for a gcc 4.x (x<3) optimizer bug has changed
        We now encourage updating to gcc >= 4.3.0, though our previously
        documented workarounds remain valid
    - Add support for autoconf 2.62 and newer
    - Add experimental support for ARM processors
    - Misc improvements and/or fixes for MIPS, Alpha, PPC and SPARC processors
    - Fix the following notable bugs in 2.6.0 (see http://upc-bugs.lbl.gov for details):
      - bug1847 - Fix stability problems in cygwin -pthread apps
      - bug2391 - Berkeley UPC atomics failures on SGI Altix
      - bug2383 - Failure to parse gcc-4.3.2's private includes
      - bug2304 - "make install" always appears up-to-date on Cygwin
      - bug2209 - Provide missing documentation for IBM SP job launch
      - bug2188 - Support unequal thread distribution on LAPI network
      - bug2025 - Translator build failures w/ g++ >= 4.1.2
      - Various code generation bugs in the source-to-source translator
      - Source-to-source translator error messages on various valid inputs
      - Source-to-source translator crashes on various valid inputs
    - Additional bug reports resolved with improved/clarified documentation
    - Additional bugs fixed in GASNet (see gasnet/ChangeLog)
    - Numerous misc minor bug fixes

2007-10-30  Berkeley UPC release 2.6.0
    - Multiconf build manager is now enabled by default, providing easy access
        to multiple UPCR configs (eg debug and opt) from the upcc command line
    - lapi-conduit now uses RDMA support on LAPI/Federation systems,
        when available, to improve communication performance
    - Data movement collectives now use a scalable, high-performance implementation
    - Add upcc -extern-main flag for programs with main() in non-UPC code
    - Suppress harmless warnings caused by a gcc 4.2 optimizer bug
    - Document workarounds for a gcc 4.x optimizer bug that can affect the 
      correctness of shared-local accesses in rare cases.

2007-09-13  Berkeley UPC release 2.5.10 (Cray XT only beta release)
    - Upgrade portals network support to be fully native
    - Add pthreads support on compute-node Linux
    - Value collectives v1.2: minor usability upgrades
    - Fully inline local put/get operations for GCCUPC+UPCR
    - GCCUPC+UPCR now requires GCCUPC v4.x or newer

2007-02-01  Berkeley UPC release 2.5.8 (Cray XT-3 only beta release)
    - Add native support for OpenIB networks via new 'ibv' network
    - Port the runtime to: CrayXT/Linux, SunC/Linux, OpenBSD/x86
    - Add multiconf config manager, allowing upcc options to select appropriate install
    - Fix a bug with handling of multiple trans_extra files
    - Add upcrun options for backtracing and freezing
    - Add upcrun options for argument and environment encoding for buggy spawners
    - Add new test harness options to select groups of tests based on filters
    - Add a valgrind warning suppression file: gasnet.supp
    - Fix the following notable bugs in 2.4.0 (see http://upc-bugs.lbl.gov for details):
      - bug1853: compiler mismatch warnings for GCC/UPC

2006-11-02  Berkeley UPC release 2.4.0 (and 2.3.16 BETA 1)
    - Add initial native support for the Cray XT3 via new 'portals' network
    - Implement the GASP 1.5 performance instrumentation interface, supporting the
       Parallel Performance Wizard (PPW) and other third-party profiling tools.
    - Add bupc_ticks_to_ns() - finer granularity timer query
    - Add the Berkeley implementations of the UPC collectives and UPC-IO to GCCUPC+UPCR
    - Add most of the Berkeley UPC library extensions to GCCUPC+UPCR
    - Add upcdecl command-line tool (also online at: http://upc.lbl.gov/upcdecl)
    - Add support for alloca() and stdarg.h
    - Performance improvements to the BUPC semaphore library for signalling store
    - Add bupc_thread_distance() - runtime thread layout query for hierarchical systems
    - Add a remote fetch-and-add UPC library extension (initially just for 64-bit ints)
    - Allow configure-time tuning of bit distribution in packed pointer-to-shared rep
    - Fix the following notable bugs in 2.2.2 (see http://upc-bugs.lbl.gov for details):
      - bug525: optimizer crashes on Tru64/CompaqC for libgasnet
      - bug1229: More robust preprocessing on Compaq C
      - bug1389: ansi-aliasing violations on small local put/get copies
      - bug1531: improved lock fairness to remote lock requests
      - bug1594: timer inaccuracies on Cray X1E
      - bug1645: preprocess-time failure 'Backslash found where operator expected'
      - bug1657: PACKAGE_* symbols exposed to UPC code on GCCUPC+UPCR
      - bug1683: improve upcrun handling of -shared-heap-max
      - bug 1743: More robust behavior when backend C compiler changes 
    - Improved SRV-based DNS failover for upcc HTTP translation
    - Add gzip compression to HTTP netcompile, for faster compiles over slow links
    - Improved robustness for SSH netcompile to handle stray output from dotfiles
    - Numerous misc minor bug fixes

2006-03-15  Berkeley UPC release 2.2.3 (Cray XT-3 only bug-fix release)
    - Workaround for gcc 3.2.3 optimizer hang when compiling UPC code on XT-3
    - Fix GCCUPC+UPCR specific bug - broken initialization of static shared data

2006-03-07  Berkeley UPC release 2.2.2 
    - Port translator to new platforms: MacOSX/PPC32, Linux/PPC64 and AIX/PPC32
    - Port runtime to: MacOSX/x86, MacOSX/PPC64 and Cray XD1
    - Translator build improvements: auto platform detection and install target
    - Numerous translator optimizer improvements
    - Fix the following bugs in 2.2.1 (see http://upc-bugs.lbl.gov for details):
       bug990: runtime failures on PPC/Linux with XLC
       bug1316: AMMPI workaround for bug in IBM MPI
       bug1300: upcc tweaks to support OSX translator (auto-set shared lib paths)
       bug1324: string.h compilation errors on RHEL4/x86-64
       bug1327: intermittent ref-collectives crashes on ppc/xlc
       bug1337: workaround pathscale optimizer bug breaking libupcr barriers
       bug1358: initialization failure finding an mmap segment
       bug1367: vapi-conduit under-utilizes physical memory
       bug1375: update handling of mpi-incompatible conduit configs
       bug1378: miscompilation w/ icc-9.0.027 on ia64
       bug1392: mysterious non-collective exits from vapi-conduit
       bug1443: compile errors when using runtimes with non-canonical install paths
       bug1452: bad codegen for embedded struct alignment exceptions on PowerPC
       bug1475: broken rand() behavior with pthreads on Cygwin
       bug1490: link failures on HP C
       bug1493: barrier mismatch failures on AIX/Power5 with pthreads
       intermittent exit crashes when profiling with pthreads
       intermittent gmon.out loss when profiling with multiple nodes
       intermittent crash on realloc in debug mode
    - Improve handling of asm statements in system headers
    - Robustness improvements to header-wrapper infrastructure
    - Add auto-retry and DNS failover to upcc HTTP translation
    - Expand gcc_as_cc to improve robustness of processing for Sun C and PGI
    - Many fixes to Cray XT3 port
    - Numerous misc minor bug fixes

2005-10-20  Berkeley UPC release 2.2.1 (no translator release)
    - Fix the following bugs in 2.2 (see http://upc-bugs.lbl.gov for details):
       bug569: upcc -version leaks temp files
       bug1185: startup crash on Altix running Propack4 (davinci)
       bug1226-7: gasnet-trace improvements to deal with bad tracemask values
       bug1247: -translator flag broken for ssh netcompile
       bug1261: stdio.h broken on Mac OSX 10.4
       bug1262: potential memory corruption on upc_all_alloc
       bug1263: upcrun broken for non-uniform pthread layouts
       bug1270: limited number of shared globals per file
       bug1287: fix blocksize units on upc_all_{fread,fwrite}_shared()
       bug1297: incorrect behavior for puts to remote shared 'float' variables
    - other misc minor bug fixes

2005-8-27  Berkeley UPC release 2.2 (and 2.1.18, 2.2 BETA 2)
    - Fully compliant with the UPC 1.2 language specification, including
      support for UPC collectives and the optional UPC-IO interface.
    - Berkeley UPC programs can now be debugged with Totalview on x86 over
      MPI or Quadrics.
    - UPC-to-C translator now supported on Linux x86, Itanium and Opteron 
      systems, as well as Tru64/Alpha.
    - Experimental support for faster 'symmetric' shared pointers (with
      blocksize == 1 or indefinite blocksize) on smp-pthreads and SHMEM.  
    - Experimental support for optimizations at the UPC language level
      within our UPC-to-C translator: Use 'upcc -opt ...' to enable.
    - Improve the performance of local shared accesses.
    - Substantial performance improvements to the upc_lock library.
    - New bupc_ptradd library extension enables pointer-to-shared 
      arithmetic with a variable (non-constant) blocksize.
    - New bupc_tick_t library extensions expose cycle-granularity
      wall-clock timers to UPC code.
    - Performance improvements to bupc_mem{put,get,cpy}_async.
    - Added prototype implementation of proposed UPC semaphore library.
    - bupc_collectivev.h provides a convenience wrapper that adds 
      simple-to-use value-based collectives. 
    - Add library extensions for printing to and controlling communication tracing.
    - Myrinet/GM-based Berkeley UPC programs can now interoperate with MPI.
    - Many GASNet performance/functionality improvements, including improved
      barrier performance on many platforms, and optimized collective
      operations.  See 'gasnet/ChangeLog' for details.
    - Cross-compilation support for the Cray X-1.
    - Experimental support for the Cray XT3 and IBM Blue Gene/L (contact us
      for details).
    - Improve the flexibility of max shared heap size.
    - Add automatic malloc heap debug checking in --enable-debug mode.
    - Add automatic cache alignment for large shared heap objects.
    - UPC-to-C translator now passes '#pragma' and 'restrict' in user UPC code
      to the back-end C compiler.
    - Improve processor affinity of shared heap objects in pthreaded configs.
    - New upcc -pg option embeds gprof sequential profiling information, 
      if supported by the C compiler.
    - Improved upcc heuristic detection of C/UPC header language mode.
    - Expand upcrun -i to show more useful program information.
    - Improved creation and error checking for program stack under pthreads.
    - Various improvements to upc_trace.
    - Removed the need for users to hard-code a maximum per-node size for
      shared memory at configure time.  
    - Improve the performance and functionality of upc_trace.
    - Many, many bug fixes, for both language constructs and platform
      portability. See http://upc-bugs.lbl.gov for complete details.

2004-12-06 Berkeley UPC release 2.1.0 (2.2 BETA 1)
    - IMPORTANT: this is a BETA release, and may not be as stable as our
      official releases.
    - Added a reference implementation of the UPC I/O spec.  This
      implementation is not designed to be highly performant, but it is
      believed to be complete and stable.
    - The SHMEM network API is now supported, at least on SGI Altix and Cray
      X1 systems.
    - Support for Quadrics' Elan 4 API added.  Performance tuning is not yet
      complete, but the implementation is stable.
    - Support for using GCC/UPC 3.3.2.9.  You must upgrade to this version of the
      runtime if you wish to use this version (or greater) of GCC/UPC, due to
      changes in the GCC/UPC interface.
    - Improved the automated UPC test harness to support any UPC 1.1 compiler
    - Numerous bugfixes.

2004-10-04 Berkeley UPC release 2.0.1
    - GM/Myrinet network layer was broken in 2.0.0.
    - Fixed upc_trace and improved documentation.
    - Added documentation on running UPC over UDP networks.

2004-09-15 Berkeley UPC release 2.0
    - Full implementation of UPC collectives (as per version 1.0 of the UPC
      Collective specification)
    - MPI/C++/C/FORTRAN/UPC interoperability support added
    - Runtime now works with GCC UPC binary compiler (see INSTALL.TXT for more
      information)
    - Runtime memory allocator no longer divides shared memory 50-50% between
      upc_global_alloc/upc_all_alloc and upc_alloc: either type of allocation
      allowed to go over 50% of shared region, so long as total of both < 100%
    - Added '-network=udp' which runs UPC over UDP, and is thus supported by
      any network with a standard TCP/IP stack (this is now the recommended
      layer for use on Ethernet hardware).
    - Added numerous Berkeley-specific extensions to the UPC memcpy libraries
       to support explicitly asynchronous and non-contiguous bulk data movement
       (see http://upc.lbl.gov/publications/upc_memcpy.pdf).
    - Experimental support for Dolphin SCI networks.
    - Ported to new platforms: Cray X1, AMD Athlon/Opteron, Sun Pro C, HP C
    - 'upc_trace' application added to allow profiling of UPC application's 
       network traffic
    - GM (Myrinet) network layer now supports pthreaded UPC applications
    - Added auto-detection of most network drivers
    - Fixes to ensure memory consistency behavior matches the current 
       memory model proposal (due to be introduced in UPC spec 1.2)
    - Runtime interface has changed, so 1.x translators/runtimes will not work
       with their 2.x counterparts (i.e. if you have installed your own
       translator, you will need to upgrade it at the same time as your
       runtime).
    - Enhanced heuristics for detecting C-mode and UPC-mode headers when
       compiling for pthreads
    - Greatly expanded compiler automated test suite, which is now run 
       nightly on many platforms
    - Many, many bugfixes, and much-improved stability/portability.
2003-11-14 UPC release 1.1.0
    - adheres to UPC 1.1.1 specification
    - added pthread support
    - added support for VAPI/Infiniband networks
    - added 'smp' (single process, no network) -network option
    - Added support for HTTP-based remote translation
    - More C compilers (Portland Group, Intel ecc) supported.
    - 'detect-upc' utility removes need to add #pragma to UPC .h files
    - upcrun improvements
2002-06-08 
    -- Added an initial implementation of UPC barrier (for the trivial case of
       processes and the non-trivial case of pthreads)
    -- Added an initial implementation of UPC locks (using GASNet core AM calls)
    -- Both compile, need the rest of the system to test functionality
2002-06-07  
    -- All shared ptr functions now working & tested for naive implementation.
2002-06-04  
    -- Phaseless ptr arithmetic now working.
2002-06-02  
    -- Have phased shared ptr arithmetic working for both positive/negative
       offsets, with test framework.
2002-05-15  
    -- CVS tag VERSION_4: Merged changes from 0.4 of the runtime spec

