summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2015-06-30 13:50:31 -0700
committerMartin Pool <mbp@sourcefrog.net>2015-06-30 13:50:31 -0700
commitf32ed26d02b4d59aa0db215fb58c7a2536d19cb9 (patch)
tree0133d9bd2df0a5aea46bf3969c6ec4c4d0681d75
parent9ebfbd09b501f3e51cd724d5a18673da32a687d2 (diff)
downloadlibrsync-f32ed26d02b4d59aa0db215fb58c7a2536d19cb9.tar.gz
Bump version to 1.0.1, add NEWS header
-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])