-2013-09-29 Silvio Rhatto <rhatto@riseup.net>
+2013-10-04 - 0.2.6 Silvio Rhatto <rhatto@riseup.net>
+
+ Removing debian specifics from the master branch (#1)
Minor fixes
#
PACKAGE = keyringer
-VERSION = 0.2.5
+VERSION = 0.2.6
PREFIX ?= /usr/local
INSTALL = /usr/bin/install
tarball:
git archive --prefix=keyringer-$(VERSION)/ --format=tar HEAD | bzip2 >../tarballs/keyringer-$(VERSION).tar.bz2
+ #cd ../tarballs && ln -s keyringer-$(VERSION).tar.bz2 keyringer-$(VERSION).orig.tar.bz2
# Config
NAME="keyringer"
-KEYRINGER_VERSION="0.2.5"
+KEYRINGER_VERSION="0.2.6"
CONFIG_VERSION="0.1"
CONFIG_BASE="$HOME/.$NAME"
CONFIG="$CONFIG_BASE/config"
If the \f[C]\&.asc\f[] extension is ommited, keyringer will add it in
the end of the pathname.
.PP
+No spaces are allowed in the secret name.
+.PP
Secret manipulation actions do not commit changes into the secret
repository.
After any manipulation, the user has to manually commit the changes
.PP
encrypt [\f[I]file\f[]] <\f[I]secret\f[]> : Encrypts content from
standard input or \f[I]file\f[] into \f[I]secret\f[] pathname.
+No spaces are supported in the \f[I]file\f[] name.
.PP
encrypt-batch <\f[I]secret\f[]> : Encrypt content, batch mode.
.PP