summaryrefslogtreecommitdiff
path: root/lisp/gnus/starttls.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
committerKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/gnus/starttls.el
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/gnus/starttls.el')
-rw-r--r--lisp/gnus/starttls.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el
index 7a2eef5e7d..f2b72fbef1 100644
--- a/lisp/gnus/starttls.el
+++ b/lisp/gnus/starttls.el
@@ -126,7 +126,7 @@
"Name of GNUTLS command line tool.
This program is used when GNUTLS is used, i.e. when
`starttls-use-gnutls' is non-nil."
- :version "21.4"
+ :version "22.1"
:type 'string
:group 'starttls)
@@ -139,7 +139,7 @@ i.e. when `starttls-use-gnutls' is nil."
(defcustom starttls-use-gnutls (not (executable-find starttls-program))
"*Whether to use GNUTLS instead of the `starttls' command."
- :version "21.4"
+ :version "22.1"
:type 'boolean
:group 'starttls)
@@ -158,13 +158,13 @@ This program is used when GNUTLS is used, i.e. when
For example, non-TLS compliant servers may require
'(\"--protocols\" \"ssl3\"). Invoke \"gnutls-cli --help\" to
find out which parameters are available."
- :version "21.4"
+ :version "22.1"
:type '(repeat string)
:group 'starttls)
(defcustom starttls-process-connection-type nil
"*Value for `process-connection-type' to use when starting STARTTLS process."
- :version "21.4"
+ :version "22.1"
:type 'boolean
:group 'starttls)
@@ -174,7 +174,7 @@ The default is what GNUTLS's \"gnutls-cli\" outputs."
;; GNUTLS cli.c:main() print this string when it is starting to run
;; in the application read/write phase. If the logic, or the string
;; itself, is modified, this must be updated.
- :version "21.4"
+ :version "22.1"
:type 'regexp
:group 'starttls)
@@ -183,7 +183,7 @@ The default is what GNUTLS's \"gnutls-cli\" outputs."
The default is what GNUTLS's \"gnutls-cli\" outputs."
;; GNUTLS cli.c:do_handshake() print this string on failure. If the
;; logic, or the string itself, is modified, this must be updated.
- :version "21.4"
+ :version "22.1"
:type 'regexp
:group 'starttls)
@@ -194,7 +194,7 @@ The default is what GNUTLS's \"gnutls-cli\" outputs."
;; common.c:print_info(), that unconditionally print this string
;; last. If that logic, or the string itself, is modified, this
;; must be updated.
- :version "21.4"
+ :version "22.1"
:type 'regexp
:group 'starttls)