From cdafd1a8c16442dd881f05017cb462c2da3c429f Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 2 Dec 2018 10:45:35 -0800 Subject: [PATCH] Version 3.2.0. --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 7 ++++--- debian/control | 2 +- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index eab41a4a..8cff5e64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +PWMD v3.2 +--------- +Add the BULK protocol command to allow sending multiple commands using an +(semi) s-expression syntax. This can speed up remote connections quite a bit +since less socket IO is needed. This also adds a BULK status message to inform +the client of the current bulk command being run which may be needed when a +command inquires data from the client. + +No longer flood a TLS client with assuan protocol comment lines when spinning +in a read. + +The _mtime and _ctime element attributes can no longer be modified or removed +by a client. + +All known attributes to pwmd are now prefixed with an _: + "target" -> "_target" + "expire" -> "_expire" + "expire_increment" -> "_age" + +Added a "_version" attribute to the document root element to hold the current +version of pwmd. + + PWMD v3.1.1 ----------- The XFER status message is now sent only once and before the transfer starts diff --git a/configure.ac b/configure.ac index ec48332f..9defffb2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT([pwmd], [3.1.2-dev], [Ben Kibbey ]) +AC_INIT([pwmd], [3.2.0], [Ben Kibbey ]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET diff --git a/debian/changelog b/debian/changelog index aad12605..e8f6b50f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -pwmd (3.1.1-1) UNRELEASED; urgency=medium +pwmd (3.2.0-1) unstable; urgency=medium * New upstream. - * Recommend libpwmd8 >= 8.2.2. + * Recommends: libpwmd8 >= 8.3.0. + * Recommends: qpwmc >= 0.5.0. - -- Ben Kibbey Thu, 27 Sep 2018 16:46:25 -0700 + -- Ben Kibbey Sun, 02 Dec 2018 10:45:12 -0800 pwmd (3.1.0-1) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index f58a910c..54d606c5 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://repo.or.cz/pwmd.git Package: pwmd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnupg-agent (>= 2.1.15), libgpgme11 (>= 1.9.1) -Recommends: libpwmd8 (>= 8.2.2), pinentry-curses (>= 0.9.7) | pinentry-gnome3 (>= 0.9.7) | pinentry-gtk2 (>= 0.9.7) | pinentry-qt (>= 0.9.7) | pinentry-qt4 (>= 0.9.7), qpwmc +Recommends: libpwmd8 (>= 8.3.0), pinentry-curses (>= 0.9.7) | pinentry-gnome3 (>= 0.9.7) | pinentry-gtk2 (>= 0.9.7) | pinentry-qt (>= 0.9.7) | pinentry-qt4 (>= 0.9.7), qpwmc (>= 0.5.0) Description: a password manager and universal data server Password Manager Daemon is a server that provides a way for applications to securely store data in a centralized location. The data is stored in an -- 2.11.4.GIT