Skip to content

Commit dc5adab

Browse files
oskooistevengj
andauthored
Prepare for 4.7.0 release (#92)
* prepare for 4.7.0 release * Apply suggestion from @stevengj * Apply suggestion from @stevengj * Apply suggestion from @stevengj --------- Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
1 parent 118b15c commit dc5adab

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Libctl Release Notes
22

3+
## libctl 4.7.0
4+
5+
6/18/2026
6+
7+
* New mesh geometry object (#74).
8+
9+
* Bug fixes for thread safety (#75, #81).
10+
11+
* Enable thread-safety tests via configure flag `--enable-openmp` (#79); the library itself is still single-threaded (but many functions of libctlgeom are thread-safe).
12+
13+
* CI workflow via Github Actions (#85).
14+
315
## libctl 4.6.0
416

517
4/16/2026

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT([libctl],[4.6.0],[stevenj@alum.mit.edu])
2+
AC_INIT([libctl],[4.7.0],[stevenj@alum.mit.edu])
33
AC_CONFIG_SRCDIR([src/ctl.c])
44
AC_CONFIG_HEADERS([config.h src/ctl.h])
55
AC_CONFIG_MACRO_DIR([m4])
@@ -8,7 +8,7 @@ AM_MAINTAINER_MODE
88
# Shared-library version number; indicates api compatibility, and is
99
# not the same as the "public" version number. (Don't worry about this
1010
# except for public releases.)
11-
SHARED_VERSION_INFO="10:2:3" # CURRENT:REVISION:AGE
11+
SHARED_VERSION_INFO="11:0:4" # CURRENT:REVISION:AGE
1212

1313
AM_INIT_AUTOMAKE([foreign])
1414
AC_SUBST(SHARED_VERSION_INFO)

0 commit comments

Comments
 (0)