From d2bf933d2fefa72349d948e884191bb455672edd Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Tue, 12 Nov 2013 17:05:16 +0100 Subject: [PATCH] version++; updated POD. --- VERSION | 2 +- configure | 20 ++++++++++---------- include/pcp/version.h | 2 +- man/pcp1.1 | 17 +++++++++++++---- man/pcp1.pod | 15 ++++++++++++--- src/usage.h | 15 ++++++++++++--- src/usage.txt | 15 ++++++++++++--- 7 files changed, 61 insertions(+), 25 deletions(-) diff --git a/VERSION b/VERSION index 446ba66..def9a01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 \ No newline at end of file +0.1.5 \ No newline at end of file diff --git a/configure b/configure index 5dc8fb5..5674fda 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pcp 0.1.4. +# Generated by GNU Autoconf 2.69 for pcp 0.1.5. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pcp' PACKAGE_TARNAME='pcp' -PACKAGE_VERSION='0.1.4' -PACKAGE_STRING='pcp 0.1.4' +PACKAGE_VERSION='0.1.5' +PACKAGE_STRING='pcp 0.1.5' PACKAGE_BUGREPORT='pcp@daemon.de' PACKAGE_URL='' @@ -1307,7 +1307,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pcp 0.1.4 to adapt to many kinds of systems. +\`configure' configures pcp 0.1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1377,7 +1377,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pcp 0.1.4:";; + short | recursive ) echo "Configuration of pcp 0.1.5:";; esac cat <<\_ACEOF @@ -1485,7 +1485,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pcp configure 0.1.4 +pcp configure 0.1.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1908,7 +1908,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pcp $as_me 0.1.4, which was +It was created by pcp $as_me 0.1.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2737,7 +2737,7 @@ fi # Define the identity of the package. PACKAGE='pcp' - VERSION='0.1.4' + VERSION='0.1.5' cat >>confdefs.h <<_ACEOF @@ -13257,7 +13257,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pcp $as_me 0.1.4, which was +This file was extended by pcp $as_me 0.1.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13323,7 +13323,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pcp config.status 0.1.4 +pcp config.status 0.1.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/include/pcp/version.h b/include/pcp/version.h index 2d9ef1f..08ecc1b 100644 --- a/include/pcp/version.h +++ b/include/pcp/version.h @@ -25,7 +25,7 @@ #define PCP_VERSION_MAJOR 0 #define PCP_VERSION_MINOR 1 -#define PCP_VERSION_PATCH 4 +#define PCP_VERSION_PATCH 5 #define PCP_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/man/pcp1.1 b/man/pcp1.1 index 1ea5085..dfa7d69 100644 --- a/man/pcp1.1 +++ b/man/pcp1.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PCP1 1" -.TH PCP1 1 "2013-11-12" "PCP 0.1.4" "USER CONTRIBUTED DOCUMENTATION" +.TH PCP1 1 "2013-11-12" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -147,8 +147,11 @@ Pretty Curved Privacy \- File encryption using eliptic curve cryptography. \& \-r \-\-recipient Specify a recpipient, used for public \& key export and encryption. \& \-t \-\-text Print textual representation of some -\& item. Either \-V or \-i must be specified -\& as well. +\& item. Specify \-V to get info about a +\& vault, \-i to get info about a key id +\& installed in the vault or \-I in which +\& case it determines itself what kind of +\& file it is. \& \-h \-\-help Print this help message. \& \-v \-\-version Print program version. \& \-D \-\-debug Enable debug output. @@ -157,7 +160,13 @@ Pretty Curved Privacy \- File encryption using eliptic curve cryptography. \& \-k \-\-keygen Generate a CURVE25519 secret key. If \& the generated key is the first one in \& your vault, it will become the primary -\& secret key. +\& secret key. If an output file (\-O) has +\& been specified, don\*(Aqt store the generated +\& key to the vault but export it to the +\& file instead. You will be asked for +\& an owner, mail and a passphrase. If you +\& leave the passphrase empty, the key will +\& be stored unencrypted. \& \-l \-\-listkeys List all keys currently stored in your \& vault. Only the key id\*(Aqs and some info \& about the keys will be printed, not the diff --git a/man/pcp1.pod b/man/pcp1.pod index c06493f..e29e127 100644 --- a/man/pcp1.pod +++ b/man/pcp1.pod @@ -19,8 +19,11 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography. -r --recipient Specify a recpipient, used for public key export and encryption. -t --text Print textual representation of some - item. Either -V or -i must be specified - as well. + item. Specify -V to get info about a + vault, -i to get info about a key id + installed in the vault or -I in which + case it determines itself what kind of + file it is. -h --help Print this help message. -v --version Print program version. -D --debug Enable debug output. @@ -29,7 +32,13 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography. -k --keygen Generate a CURVE25519 secret key. If the generated key is the first one in your vault, it will become the primary - secret key. + secret key. If an output file (-O) has + been specified, don't store the generated + key to the vault but export it to the + file instead. You will be asked for + an owner, mail and a passphrase. If you + leave the passphrase empty, the key will + be stored unencrypted. -l --listkeys List all keys currently stored in your vault. Only the key id's and some info about the keys will be printed, not the diff --git a/src/usage.h b/src/usage.h index 5e1b8ec..a00a506 100644 --- a/src/usage.h +++ b/src/usage.h @@ -14,8 +14,11 @@ "-r --recipient Specify a recpipient, used for public\n" \ " key export and encryption.\n" \ "-t --text Print textual representation of some\n" \ -" item. Either -V or -i must be specified\n" \ -" as well.\n" \ +" item. Specify -V to get info about a\n" \ +" vault, -i to get info about a key id\n" \ +" installed in the vault or -I in which\n" \ +" case it determines itself what kind of\n" \ +" file it is.\n" \ "-h --help Print this help message.\n" \ "-v --version Print program version.\n" \ "-D --debug Enable debug output.\n" \ @@ -24,7 +27,13 @@ "-k --keygen Generate a CURVE25519 secret key. If\n" \ " the generated key is the first one in\n" \ " your vault, it will become the primary\n" \ -" secret key.\n" \ +" secret key. If an output file (-O) has\n" \ +" been specified, don't store the generated\n" \ +" key to the vault but export it to the\n" \ +" file instead. You will be asked for\n" \ +" an owner, mail and a passphrase. If you\n" \ +" leave the passphrase empty, the key will\n" \ +" be stored unencrypted.\n" \ "-l --listkeys List all keys currently stored in your\n" \ " vault. Only the key id's and some info\n" \ " about the keys will be printed, not the\n" \ diff --git a/src/usage.txt b/src/usage.txt index 9caba8e..cf9fa34 100644 --- a/src/usage.txt +++ b/src/usage.txt @@ -12,8 +12,11 @@ General Options: -r --recipient Specify a recpipient, used for public key export and encryption. -t --text Print textual representation of some - item. Either -V or -i must be specified - as well. + item. Specify -V to get info about a + vault, -i to get info about a key id + installed in the vault or -I in which + case it determines itself what kind of + file it is. -h --help Print this help message. -v --version Print program version. -D --debug Enable debug output. @@ -22,7 +25,13 @@ Keymanagement Options: -k --keygen Generate a CURVE25519 secret key. If the generated key is the first one in your vault, it will become the primary - secret key. + secret key. If an output file (-O) has + been specified, don't store the generated + key to the vault but export it to the + file instead. You will be asked for + an owner, mail and a passphrase. If you + leave the passphrase empty, the key will + be stored unencrypted. -l --listkeys List all keys currently stored in your vault. Only the key id's and some info about the keys will be printed, not the