]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Prep for 2.3.3op1 release.
authorMichael R Sweet <msweet@msweet.org>
Fri, 27 Nov 2020 13:30:54 +0000 (08:30 -0500)
committerMichael R Sweet <msweet@msweet.org>
Fri, 27 Nov 2020 13:31:12 +0000 (08:31 -0500)
INSTALL.md
README.md
scripts/makesrcdist

index e2fb5006ec59ee812a83f9ddcc70c7efeab132ee..b3f4118c190491d06c8006605df510ec791aa350 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.3.3op1 - 2020-11-22
+INSTALL - CUPS v2.3.3op1 - 2020-11-27
 =====================================
 
 This file describes how to compile and install CUPS from source code. For more
index 871a0c15a9e09f03b29411ef9e7dc0ba4d3bcf9a..43e9df86736ddc1200672d2d63aead0146381f27 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-README - CUPS v2.3.3op1 - 2020-11-14
+README - CUPS v2.3.3op1 - 2020-11-27
 ====================================
 
 ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases)
index 4e803175e6d74bcaa9b6311350807adb0c5c878a..5de3500f72b59e3ea50215f5db2b135869007bc3 100755 (executable)
@@ -113,7 +113,7 @@ fi
 if test $SIGNFILES = yes; then
        echo Signing...
        test -f $file.gz.sig && rm -f $file.gz.sig
-       gpg --detach-sign -u security@cups.org $file.gz
+       gpg --detach-sign $file.gz
 fi
 
 echo Removing temporary files...