aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3ef8cd..a11227b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-10-29 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Fixed compilation of tests on some non-x86 platforms.
+ * Removed extra debug/optimization CFLAGS. Defaults to -g -O2.
+ * Released 1.13.5.
+
2016-10-15 Martin Pärtel <martin dot partel at gmail dot com>
* Fixed #41 (directory handle reuse).
diff --git a/configure.ac b/configure.ac
index 086fd22..aed1105 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.13.4],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.13.5],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])