File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* libctl: flexible Guile-based control files for scientific software
2- * Copyright (C) 1998-2020 Massachusetts Institute of Technology and Steven G. Johnson
1+ /* libctl: flexible Guile-based control files for scientific software
2+ * Copyright (C) 1998-2022 Massachusetts Institute of Technology and Steven G. Johnson
33 *
44 * This library is free software; you can redistribute it and/or
55 * modify it under the terms of the GNU Lesser General Public
1010 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1111 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1212 * Lesser General Public License for more details.
13- *
13+ *
1414 * You should have received a copy of the GNU Lesser General Public
1515 * License along with this library; if not, write to the
1616 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Original file line number Diff line number Diff line change 11# Libctl Release Notes
22
3+ ## libctl 4.5.1
4+
5+ 2/1/22
6+
7+ * Ignore duplicate consecutive prism vertices (#60 ).
8+
9+ * Memory bug fixes (#58 , #59 ).
10+
311## libctl 4.5.0
412
5132/19/20
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.5.0 ] ,[ stevenj@alum.mit.edu] )
2+ AC_INIT ( [ libctl] ,[ 4.5.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="10:0 :3" # CURRENT:REVISION:AGE
11+ SHARED_VERSION_INFO="10:1 :3" # 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