Skip to content

Commit

Permalink
Update release notes and version for 6.10.2 (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuch committed Aug 5, 2020
1 parent 3b1ba26 commit 7bf00fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
This file describes the most significant changes. For more detail, use
'git log' on a clone of the charm repository.

================================================================================
What's new in Charm++ 6.10.2
================================================================================

This is a minor bug-fix release, with the following changes:

- Verbs layer - Fixed memory leaks in acknowledgment handling for
large message transfers.

- GNI layer - Fixed a minor issue related to freeing short messages
sent while using the Zero copy API on gni-crayxe platforms.

- Fixed a memory leak in the copy based implementation of the Zero
copy API impacting non-RDMA enabled layers like netlrts.

================================================================================
What's new in Charm++ 6.10.1
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Version 3.4 added CMAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER
cmake_minimum_required(VERSION 3.4)

project(Charm++ LANGUAGES CXX C VERSION 6.10.1)
project(Charm++ LANGUAGES CXX C VERSION 6.10.2)

find_package(Threads REQUIRED)
find_package(OpenMP) # Do this before Fortran, in case we don't have a Fortran compiler
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Increment the last 2 digits when making an API change
# Increase the first three after branching for a release

AC_INIT(Charm++, 61001, [charm@cs.illinois.edu], charm, [http://charm.cs.illinois.edu/])
AC_INIT(Charm++, 61002, [charm@cs.illinois.edu], charm, [http://charm.cs.illinois.edu/])

AC_CONFIG_SRCDIR(./Makefile)

Expand Down

0 comments on commit 7bf00fa

Please sign in to comment.