File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Libctl Release Notes
22
3+ ## libctl 4.7.1
4+
5+ 6/26/2026
6+
7+ * Bugfix when compiling Scheme C++ projects (e.g. Meep) with libctl geometry utils ([ #94 ] ).
8+
9+ * Reduce intermittent test failures ([ #93 ] ).
10+
311## libctl 4.7.0
412
5136/18/2026
471479[ #79 ] : https://github.com/NanoComp/libctl/issues/79
472480[ #81 ] : https://github.com/NanoComp/libctl/issues/81
473481[ #85 ] : https://github.com/NanoComp/libctl/issues/85
482+ [ #93 ] : https://github.com/NanoComp/libctl/issues/93
483+ [ #94 ] : https://github.com/NanoComp/libctl/issues/94
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
2- AC_INIT ( [ libctl] ,[ 4.7.0 ] ,[ stevenj@alum.mit.edu] )
2+ AC_INIT ( [ libctl] ,[ 4.7.1 ] ,[ stevenj@alum.mit.edu] )
33AC_CONFIG_SRCDIR ( [ src/ctl.c] )
44AC_CONFIG_HEADERS ( [ config.h src/ctl.h] )
55AC_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="11:0 :4" # CURRENT:REVISION:AGE
11+ SHARED_VERSION_INFO="11:1 :4" # CURRENT:REVISION:AGE
1212
1313AM_INIT_AUTOMAKE ( [ foreign] )
1414AC_SUBST ( SHARED_VERSION_INFO )
You can’t perform that action at this time.
0 commit comments