aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a8afdef..6281d64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2016-02-17 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Fixed an issue that some users had with reading large
+ directories (#28). Thanks to reporters!
+ * Source directory now shown in /etc/mtab.
+ * Fixed some test suite compatibility issues with Fedora. Thanks @tyll!
+ * Rate limits are now expressed as 64-bit ints.
+ * Released 1.13.1
+
2015-09-26 Martin Pärtel <martin dot partel at gmail dot com>
- * Merged --resolve-symlinks by hstern@ (#23). Thanks!
+ * Merged --resolve-symlinks by @hstern (#23). Thanks!
* Implemented --resolved-symlink-deletion.
* Released 1.13.0
diff --git a/configure.ac b/configure.ac
index 7828821..e7f40ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.13.0],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.13.1],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])