summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2020-10-20 17:40:28 +0200
committerDavid Mazieres <dm@uun.org>2020-10-20 17:44:35 +0200
commit9e2bcdca4d33b5522fb5275b1f06a38b850418c7 (patch)
tree063acebc90a70c16e58b5d91b706ab8b827796d1
parentab12245c00a061adc28296d163a5c04c5d983ec8 (diff)
bump to version 6 and clarify COPYING file.muchsync-6
-rw-r--r--COPYING4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--www/GNUmakefile2
4 files changed, 13 insertions, 2 deletions
diff --git a/COPYING b/COPYING
index 9827c3d..2739168 100644
--- a/COPYING
+++ b/COPYING
@@ -10,3 +10,7 @@ at the following URLs:
If the Free Software Foundation publishes a higher-numbered GPL
license, you may at your option distribute this software under the
terms of that license as well.
+
+Furthermore, the copyright holder grants you the right to classify the
+collection of crypgtographic hash functions in OpenSSL's libcrypto as
+a "system library" and a "major component of the operating system."
diff --git a/NEWS b/NEWS
index 3079eef..a7b3329 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+* Changes in release 6
+
+Clarified that it's okay to link against OpenSSL libcrypto.
+
+Update to format man page with recent versions of pandoc.
+
+Improve some error handing and error messages.
* Changes in release 5
diff --git a/configure.ac b/configure.ac
index 9533bff..5441456 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, 5)
+AC_INIT(muchsync, 6)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/www/GNUmakefile b/www/GNUmakefile
index fe2db78..2582bff 100644
--- a/www/GNUmakefile
+++ b/www/GNUmakefile
@@ -18,7 +18,7 @@ out/muchsync.html: ../muchsync.1.md $(DEPS)
out/logo.png: logo.svg
@mkdir -p out
- inkscape -e $@ $<
+ inkscape -o $@ $<
out/muchsync.1: ../muchsync.1.md
@mkdir -p out