]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Keyringer 0.2.6 0.2.6
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Oct 2013 16:02:33 +0000 (13:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Oct 2013 16:02:33 +0000 (13:02 -0300)
ChangeLog
Makefile
keyringer
share/man/keyringer.1

index 8159c8408746a3e812059a5a4f368db2abe3355b..7e946d46802abf21f5b86fce11004c9b6717a8dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-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
 
index 0379ea03203e1d952497bd5f66f3832804949aff..374579c75ca45bebb2fff72b986efe26fc2c7340 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 #
 
 PACKAGE = keyringer
-VERSION = 0.2.5
+VERSION = 0.2.6
 PREFIX ?= /usr/local
 INSTALL = /usr/bin/install
 
@@ -51,3 +51,4 @@ build_man:
 
 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
index 5875723ed4d78046ef3de38bba833fea0fcb0c64..a4e8b2c1145c25e0aad8969c0e55e73652f69658 100755 (executable)
--- a/keyringer
+++ b/keyringer
@@ -111,7 +111,7 @@ function keyringer_dispatch {
 
 # 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"
index 9b0f6866d0655520c91f5e051b3a1b06dc903ff3..9b6a2f555790cef2b1a24b66a17e33cdd66d8224 100644 (file)
@@ -54,6 +54,8 @@ the pathname of an encrypted file relative to keyring with optional
 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
@@ -78,6 +80,7 @@ opening the decrypted copy into the text editor defined by the
 .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