X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=1e21984f0a7176eba8553f2a64f9886a273cc3c4;hb=d5a2dc2c09648e7d553fcc4d00271a6238290488;hp=7d3341de46d3b23e250ff9abd77e2f054d59b462;hpb=523648cdc644e38efc12e381c4076c51d95bd923;p=privoxy.git diff --git a/configure.in b/configure.in index 7d3341de..1e21984f 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,7 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_POINT=29 -CODE_STATUS="UNRELEASED" +CODE_STATUS="stable" dnl Timestamp (date +%s) used by the mtree-spec target. dnl Should be updated before releases but forgetting it isn't critical. @@ -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"