summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2023-01-11 10:22:13 -0800
committerDavid Mazieres <dm@uun.org>2023-01-11 10:22:13 -0800
commitec91c4ada248543fdcae8ad70ca09e7022b1dbfc (patch)
treed4e6f248de883328517c8d7f5ef6f9667d33d3dc
parenta7dbca85ccd1c023f5298e22abb0cdf5701da5d0 (diff)
update to release 7
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index cd1b140..8c3a683 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-* Changes in release 6
+* Changes in release 7
+
+Fixed a performance bug in which SQL queries used bitwise & instead of
+logical AND, which caused a linear scan of a database table when files
+were moved or deleted.
Clarified that it's okay to link against OpenSSL libcrypto.
@@ -6,10 +10,6 @@ Update to format man page with recent versions of pandoc.
Improve some error handing and error messages.
-Fixed a performance bug in which SQL queries used bitwise & instead of
-logical AND, which caused a linear scan of a database table when files
-were moved or deleted.
-
* Changes in release 6
Clarified that it's okay to link against OpenSSL libcrypto.
diff --git a/configure.ac b/configure.ac
index 5441456..e74c8ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(muchsync, 6)
+AC_INIT(muchsync, 7)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])