diff --git a/README.pod b/README.pod index 22fc870..86363c4 100644 --- a/README.pod +++ b/README.pod @@ -5,6 +5,12 @@ especially the asymetric crypto parts. Current master is incompatible to earlier versions and might or might not work. Head back until this message disappears. Thanks.> +B + =head1 DESCRIPTION B (pcp1) is a commandline utility which can diff --git a/VERSION b/VERSION index def9a01..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/include/pcp/version.h b/include/pcp/version.h index 08ecc1b..28b9e1b 100644 --- a/include/pcp/version.h +++ b/include/pcp/version.h @@ -24,8 +24,8 @@ #define _HAVE_PCP_VERSION #define PCP_VERSION_MAJOR 0 -#define PCP_VERSION_MINOR 1 -#define PCP_VERSION_PATCH 5 +#define PCP_VERSION_MINOR 2 +#define PCP_VERSION_PATCH 0 #define PCP_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/tests/unittests.cfg b/tests/unittests.cfg index cd18b84..9dd5596 100644 --- a/tests/unittests.cfg +++ b/tests/unittests.cfg @@ -178,6 +178,17 @@ dxmorg@florida.cops.gov +# +# symetric encryption test + + cmd = echo HELLOWORLD | $pcp -e -O testsymencrypted -x a + expect = /symetrically/ + + + cmd = $pcp -d -I testsymencrypted -x a + expect = /HELLO/ + + # # check usage of unencrypted secret key