We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1a3a0 commit bebeb85Copy full SHA for bebeb85
2 files changed
NEWS.md
@@ -1,5 +1,15 @@
1
# Libctl Release Notes
2
3
+## libctl 4.0.1
4
+
5
+4/18/2018
6
7
+* Changed header file to use `const char *` rather than `char *`
8
+ for constant string arguments, since C++ deprecated passing
9
+ literal strings to `char *` arguments.
10
11
+* Various minor build and compilation improvements.
12
13
## libctl 4.0
14
15
1/18/2018
configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(libctl, 4.0.0, stevenj@alum.mit.edu)
+AC_INIT(libctl, 4.0.1, stevenj@alum.mit.edu)
AC_CONFIG_SRCDIR([src/ctl.c])
AC_CONFIG_HEADERS([config.h src/ctl.h])
AC_CONFIG_MACRO_DIR([m4])
0 commit comments