X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=f732867fe35a6e2f28ecd8005a95337b6adff1ef;hb=52460473669cd31edd8cb8ae66c6b94c489e7e1d;hp=0fa3534650f4a0bd1efc2f90f20dd58df37d5b56;hpb=0e2b9667dfee2ad8e33cf5b8e34cd2c9d75edbb7;p=privoxy.git diff --git a/configure.in b/configure.in index 0fa35346..f732867f 100644 --- a/configure.in +++ b/configure.in @@ -76,16 +76,16 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=29 +VERSION_POINT=30 CODE_STATUS="UNRELEASED" dnl Timestamp (date +%s) used by the mtree-spec target. dnl Should be updated before releases but forgetting it isn't critical. -SOURCE_DATE_EPOCH=1545411710 +SOURCE_DATE_EPOCH=1605695571 dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED", dnl and will be used for CGI output. Increment version number and -dnl set status to "UNRELEASED" whenever CVS differs from the last +dnl set status to "UNRELEASED" whenever git differs from the last dnl release and no new release is near. dnl ================================================================= @@ -1201,6 +1201,7 @@ if test X"$OPT_OPENSSL" != Xno; then if test "x$FEATURE_HTTPS_INSPECTION_OPENSSL" = "xyes"; then AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.]) + AC_MSG_WARN([If you intend to redistribute Privoxy, please make sure the "special exception" from section 3 of the GPLv2 applies.]) LIBS="$LIBS -lssl -lcrypto" old_CFLAGS_nospecial="$old_CFLAGS_nospecial"