Skip to content

Commit cc60a79

Browse files
authored
Update release notes and version for 6.10.1 (#2741)
1 parent 0a82afd commit cc60a79

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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.1
6+
================================================================================
7+
8+
This is a minor bug-fix release, with the following changes:
9+
10+
- Fix verbs layer send completion errors on recent InfiniBand hardware/drivers.
11+
12+
- Avoid aborting with a segfault when calling CmiAbort in production builds.
13+
414
================================================================================
515
What's new in Charm++ 6.10.0
616
================================================================================

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.0)
16+
project(Charm++ LANGUAGES CXX C VERSION 6.10.1)
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++, 61000, [[email protected]], charm, [http://charm.cs.illinois.edu/])
5+
AC_INIT(Charm++, 61001, [[email protected]], charm, [http://charm.cs.illinois.edu/])
66

77
AC_CONFIG_SRCDIR(./Makefile)
88

0 commit comments

Comments
 (0)