summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5d673c8..ba8bfde 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in librsync 1.0.1-HEAD (not released yet)
+
+ * Better performance on large files. (VictorDenisov)
+
Changes in librsync 1.0.0 (2015-01-23)
* SECURITY: CVE-2014-8242: librsync previously used a truncated MD4
diff --git a/configure.ac b/configure.ac
index 9e63977..2634be7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([librsync],[1.0.0])
-AC_COPYRIGHT([Copyright (C) 1999-2014 by Martin Pool <mbp@sourcefrog.net>])
+AC_INIT([librsync],[1.0.1])
+AC_COPYRIGHT([Copyright (C) 1999-2015 by Martin Pool <mbp@sourcefrog.net>])
AC_CONFIG_SRCDIR([trace.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])