Skip to content

Commit 7bf00fa

Browse files
committed
Update release notes and version for 6.10.2 (#3006)
1 parent 3b1ba26 commit 7bf00fa

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
This file describes the most significant changes. For more detail, use
22
'git log' on a clone of the charm repository.
33

4+
================================================================================
5+
What's new in Charm++ 6.10.2
6+
================================================================================
7+
8+
This is a minor bug-fix release, with the following changes:
9+
10+
- Verbs layer - Fixed memory leaks in acknowledgment handling for
11+
large message transfers.
12+
13+
- GNI layer - Fixed a minor issue related to freeing short messages
14+
sent while using the Zero copy API on gni-crayxe platforms.
15+
16+
- Fixed a memory leak in the copy based implementation of the Zero
17+
copy API impacting non-RDMA enabled layers like netlrts.
18+
419
================================================================================
520
What's new in Charm++ 6.10.1
621
================================================================================

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Version 3.4 added CMAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER
1414
cmake_minimum_required(VERSION 3.4)
1515

16-
project(Charm++ LANGUAGES CXX C VERSION 6.10.1)
16+
project(Charm++ LANGUAGES CXX C VERSION 6.10.2)
1717

1818
find_package(Threads REQUIRED)
1919
find_package(OpenMP) # Do this before Fortran, in case we don't have a Fortran compiler

src/scripts/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Increment the last 2 digits when making an API change
33
# Increase the first three after branching for a release
44

5-
AC_INIT(Charm++, 61001, [[email protected]], charm, [http://charm.cs.illinois.edu/])
5+
AC_INIT(Charm++, 61002, [[email protected]], charm, [http://charm.cs.illinois.edu/])
66

77
AC_CONFIG_SRCDIR(./Makefile)
88

0 commit comments

Comments
 (0)