aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-10-29 12:05:10 +0300
committerMartin Pärtel <martin.partel@gmail.com>2016-10-29 12:05:10 +0300
commit9c076147a106ed50c145ff91381ac3e77fc92875 (patch)
tree7ab7b020a959479142b9ab7c9a2e14d748d354e7
parent231beb0e043b19b418410ea092415fb26e147042 (diff)
downloadbindfs-9c076147a106ed50c145ff91381ac3e77fc92875.tar.gz
Released 1.13.5.
-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])