From 219855446ac2797c43a70893419c29ccc74635d0 Mon Sep 17 00:00:00 2001
From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Wed, 24 May 2017 17:25:32 -0700
Subject: [PATCH] plugin NEWS, debian/changelog: Re-sync.

---
 src/blowfish/debian/changelog   | 18 ++++++++++++------
 src/cairo/NEWS                  |  4 +---
 src/cairo/debian/changelog      |  2 +-
 src/devops/NEWS                 |  4 ++--
 src/devops/debian/changelog     |  4 ++--
 src/edwin/NEWS                  |  7 ++-----
 src/gdbm/NEWS                   |  2 +-
 src/gdbm/debian/changelog       | 10 ++++++----
 src/gl/NEWS                     |  3 +--
 src/gl/debian/changelog         |  2 +-
 src/glib/NEWS                   |  4 +---
 src/glib/debian/changelog       |  2 +-
 src/gtk-screen/NEWS             |  7 ++++---
 src/gtk/NEWS                    |  4 +---
 src/gtk/debian/changelog        |  2 +-
 src/imail/NEWS                  |  6 ++----
 src/mcrypt/debian/changelog     | 14 ++++++++++----
 src/md5/NEWS                    |  2 +-
 src/md5/debian/changelog        | 14 ++++++++++----
 src/mhash/debian/changelog      | 13 ++++++++++---
 src/pango/NEWS                  |  4 +---
 src/pango/debian/changelog      |  2 +-
 src/planetarium/NEWS            |  5 ++---
 src/x11-screen/NEWS             |  4 +---
 src/x11-screen/debian/changelog | 10 ++++++++--
 src/x11/NEWS                    |  4 ++--
 src/x11/debian/changelog        | 12 +++++++-----
 27 files changed, 92 insertions(+), 73 deletions(-)

diff --git a/src/blowfish/debian/changelog b/src/blowfish/debian/changelog
index f8362e9f5..6c018a996 100644
--- a/src/blowfish/debian/changelog
+++ b/src/blowfish/debian/changelog
@@ -1,13 +1,19 @@
 mit-scheme-pucked-blowfish (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.  Patched so that even
-    blowfish-set-key requires a bytevector (a digest from the md5
-    plugin).
+  * Upstream now uses byte vectors for binary data instead of strings.
+    This changes every global binding except blowfish-file? and
+    perhaps compute-blowfish-init-vector IF you don't care whether the
+    init vector is a string or something else.  Every procedure that
+    previously accepted/returned strings now requires/produces
+    bytevectors.  If it accepted/returned generic ports it now
+    requires/ produces binary ports.  If you are using the md5 plugin
+    to produce a digest for blowfish-set-key, you're winning, with
+    blowfish-set-key at least; md5 digests are now bytevectors too.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-blowfish (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
diff --git a/src/cairo/NEWS b/src/cairo/NEWS
index 026057588..0a802d8aa 100644
--- a/src/cairo/NEWS
+++ b/src/cairo/NEWS
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-cairo 0.5 - Matt Birkholz, 2016-06-12
 =======================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
diff --git a/src/cairo/debian/changelog b/src/cairo/debian/changelog
index 1087f7af8..4edc4c070 100644
--- a/src/cairo/debian/changelog
+++ b/src/cairo/debian/changelog
@@ -2,4 +2,4 @@ mit-scheme-pucked-cairo (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
diff --git a/src/devops/NEWS b/src/devops/NEWS
index 629685089..0765faa3c 100644
--- a/src/devops/NEWS
+++ b/src/devops/NEWS
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-mit-scheme-pucked-devops 0.1 - Matt Birkholz, 2017-02-27
+mit-scheme-pucked-devops 0.1 - Matt Birkholz, 2017-04-30
 ========================================================
 
-* Created from a random collection of scripts.
+Created from a random collection of scripts.
diff --git a/src/devops/debian/changelog b/src/devops/debian/changelog
index f217d97ba..8426d5c67 100644
--- a/src/devops/debian/changelog
+++ b/src/devops/debian/changelog
@@ -1,5 +1,5 @@
 mit-scheme-pucked-devops (0.1) birchwood; urgency=low
 
-  * New package created from a random collection of scripts.
+  * Created from a random collection of scripts.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 30 Apr 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 30 Apr 2017 00:00:00 -0700
diff --git a/src/edwin/NEWS b/src/edwin/NEWS
index 2014f8321..0236b601f 100644
--- a/src/edwin/NEWS
+++ b/src/edwin/NEWS
@@ -26,10 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2017-03-01
+mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2017-02-06
 ===========================================================
 
-* Edwin is now a separately buildable and installable automake
-  package.  It requires only MIT/GNU Scheme Pucked to build and
-  operate, but will display only on a terminal.  To display in an X
-  window, it needs the pucked x11-screen option installed.
+Initial Debianization.
diff --git a/src/gdbm/NEWS b/src/gdbm/NEWS
index daf48c59a..b61dec188 100644
--- a/src/gdbm/NEWS
+++ b/src/gdbm/NEWS
@@ -26,7 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-gdbm 0.2.1 - Matt Birkholz, 2017-03-18
+mit-scheme-pucked-gdbm 0.2.1 - Matt Birkholz, 2017-05-18
 ========================================================
 
 New upstream converts non-ASCII strings (keys and data) to UTF8.  This
diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog
index b159be1d1..3ef15d678 100644
--- a/src/gdbm/debian/changelog
+++ b/src/gdbm/debian/changelog
@@ -1,11 +1,13 @@
 mit-scheme-pucked-gdbm (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using utf8 encoding.
+  * New upstream converts non-ASCII strings (keys and data) to UTF8.  This
+    assumes any other program adding non-ASCII keys or data is using the
+    same encoding.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-gdbm (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
diff --git a/src/gl/NEWS b/src/gl/NEWS
index 3e3d76000..ebb808b03 100644
--- a/src/gl/NEWS
+++ b/src/gl/NEWS
@@ -22,5 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-gl 0.1 - Matt Birkholz, 2016-06-12
 ====================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.
+Initial Debianization.
diff --git a/src/gl/debian/changelog b/src/gl/debian/changelog
index 41969bd9d..fb2863e8e 100644
--- a/src/gl/debian/changelog
+++ b/src/gl/debian/changelog
@@ -2,4 +2,4 @@ mit-scheme-pucked-gl (0.1) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
diff --git a/src/glib/NEWS b/src/glib/NEWS
index b2cc50479..5a8035fa5 100644
--- a/src/glib/NEWS
+++ b/src/glib/NEWS
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-glib 0.5 - Matt Birkholz, 2016-06-12
 ======================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
diff --git a/src/glib/debian/changelog b/src/glib/debian/changelog
index 82caf1796..4678c0d59 100644
--- a/src/glib/debian/changelog
+++ b/src/glib/debian/changelog
@@ -2,4 +2,4 @@ mit-scheme-pucked-glib (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
diff --git a/src/gtk-screen/NEWS b/src/gtk-screen/NEWS
index 3346659f8..885465fa4 100644
--- a/src/gtk-screen/NEWS
+++ b/src/gtk-screen/NEWS
@@ -19,8 +19,9 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-mit-scheme-pucked-gtk-screen 0.1 - Matt Birkholz, 2016-06-12
+mit-scheme-pucked-gtk-screen 0.1 - Matt Birkholz, 2017-02-06
 ============================================================
 
-* Use automake.  Use a -pucked project name.  Support Debian packaging
-  (dpkg-buildpackage).
+Implement cut/paste and mouse buttons.
+
+Initial Debianization.
diff --git a/src/gtk/NEWS b/src/gtk/NEWS
index a52339cbf..10f127041 100644
--- a/src/gtk/NEWS
+++ b/src/gtk/NEWS
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-gtk 0.5 - Matt Birkholz, 2016-06-12
 =====================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog
index d4ca02f84..b176c4311 100644
--- a/src/gtk/debian/changelog
+++ b/src/gtk/debian/changelog
@@ -2,4 +2,4 @@ mit-scheme-pucked-gtk (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
diff --git a/src/imail/NEWS b/src/imail/NEWS
index 401caee4e..8e1e79027 100644
--- a/src/imail/NEWS
+++ b/src/imail/NEWS
@@ -26,9 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2017-03-01
+mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2017-02-06
 ==========================================================
 
-* Imail is now a separately buildable and installable automake
-  package.  It requires only the MIT/GNU Scheme Pucked and its Edwin
-  plugin to build and operate.
+Initial Debianization.
diff --git a/src/mcrypt/debian/changelog b/src/mcrypt/debian/changelog
index 9f8651b0a..e527e0a5c 100644
--- a/src/mcrypt/debian/changelog
+++ b/src/mcrypt/debian/changelog
@@ -1,11 +1,17 @@
 mit-scheme-pucked-mcrypt (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.
+  * Upstream now uses byte vectors for binary data instead of strings.
+    Thus all keys and init vectors now must be byte vectors of the
+    appropriate length (per mcrypt-supported-key-sizes or mcrypt-init-
+    vector-size respectively).  The input and output arguments to
+    mcrypt-encrypt should now be byte vectors, and the input and
+    output arguments to mcrypt-encrypt-port must now be binary ports.
+    Other changes: mcrypt-encrypt! and mcrypt-decrypt! were added.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-mcrypt (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
diff --git a/src/md5/NEWS b/src/md5/NEWS
index 90399c1f9..f7870c247 100644
--- a/src/md5/NEWS
+++ b/src/md5/NEWS
@@ -26,7 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-md5 0.2.1 - Matt Birkholz, 2017-03-18
+mit-scheme-pucked-md5 0.2.1 - Matt Birkholz, 2017-05-18
 =======================================================
 
 Upstream now uses byte vectors for binary data instead of strings.
diff --git a/src/md5/debian/changelog b/src/md5/debian/changelog
index 515359ffc..b895ea857 100644
--- a/src/md5/debian/changelog
+++ b/src/md5/debian/changelog
@@ -1,11 +1,17 @@
 mit-scheme-pucked-md5 (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.
+  * Upstream now uses byte vectors for binary data instead of strings.
+    Thus all digests are now byte vectors.  Other changes:
+    md5-bytevector was added, md5-string takes optional start and end
+    indices, so md5- substring was removed, and md5-sum->hexadecimal
+    and md5-sum->number were removed.  The latter can be replaced by
+    bytevector->hexadecimal and bytevector->exact-nonnegative-integer
+    respectively.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 18 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-md5 (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
diff --git a/src/mhash/debian/changelog b/src/mhash/debian/changelog
index 715925221..e9cb9a40c 100644
--- a/src/mhash/debian/changelog
+++ b/src/mhash/debian/changelog
@@ -1,11 +1,18 @@
 mit-scheme-pucked-mhash (0.2.1) birchwood; urgency=low
 
-  * New upstream; now using bytevectors.
+  * Upstream now uses byte vectors for binary data instead of strings.
+    Thus all digests and salts now must be byte vectors; the -update
+    procedures must be fed byte subvectors, not substrings.  Other
+    changes: mhash-bytevector was added, mhash-string takes optional
+    start and end indices, so mhash-substring was removed, and mhash-
+    sum->hexadecimal and mhash-sum->number were removed.  The latter
+    can be replaced by bytevector->hexadecimal and bytevector->exact-
+    nonnegative-integer respectively.
 
  -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
 
 mit-scheme-pucked-mhash (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
diff --git a/src/pango/NEWS b/src/pango/NEWS
index 09125d595..37e5db5c5 100644
--- a/src/pango/NEWS
+++ b/src/pango/NEWS
@@ -22,6 +22,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 mit-scheme-pucked-pango 0.5 - Matt Birkholz, 2016-06-12
 =======================================================
 
-* Use libtool and automake, rather than the microcode's disappearing
-  module support.  Use a -pucked project name.  Support Debian
-  packaging (dpkg-buildpackage).
+Initial Debianization.
diff --git a/src/pango/debian/changelog b/src/pango/debian/changelog
index 8f5dd8097..1e7a27273 100644
--- a/src/pango/debian/changelog
+++ b/src/pango/debian/changelog
@@ -2,4 +2,4 @@ mit-scheme-pucked-pango (0.5) birchwood; urgency=low
 
   * Initial Debianization.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Feb 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 12 Jun 2016 00:00:00 -0700
diff --git a/src/planetarium/NEWS b/src/planetarium/NEWS
index 118d84d14..e069d114f 100644
--- a/src/planetarium/NEWS
+++ b/src/planetarium/NEWS
@@ -19,8 +19,7 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-mit-scheme-pucked-planetarium 0.1 - Matt Birkholz, 2016-06-12
+mit-scheme-pucked-planetarium 0.1 - Matt Birkholz, 2017-02-06
 =============================================================
 
-* Use automake.  Use a -pucked project name.  Support Debian packaging
-  (dpkg-buildpackage).
+Initial Debianization.
diff --git a/src/x11-screen/NEWS b/src/x11-screen/NEWS
index db12acbbb..b3800031e 100644
--- a/src/x11-screen/NEWS
+++ b/src/x11-screen/NEWS
@@ -36,6 +36,4 @@ New upstream using new string procedures.
 mit-scheme-pucked-x11-screen 0.1.1 - Matt Birkholz, 2017-03-01
 ==============================================================
 
-The Edwin display type x11-screen is now a separately buildable and
-installable automake package.  It requires MIT/GNU Scheme with an x11
-plugin to build and operate.
+Stole v0.1 from MIT/GNU Scheme.
diff --git a/src/x11-screen/debian/changelog b/src/x11-screen/debian/changelog
index 7ba5eb572..11f11c812 100644
--- a/src/x11-screen/debian/changelog
+++ b/src/x11-screen/debian/changelog
@@ -1,5 +1,11 @@
+mit-scheme-pucked-x11-screen (0.2.1) birchwood; urgency=low
+
+  * New upstream using new string procedures.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue,  23 May 2017 00:00:00 -0700
+
 mit-scheme-pucked-x11-screen (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
diff --git a/src/x11/NEWS b/src/x11/NEWS
index e51788f46..022d5fdde 100644
--- a/src/x11/NEWS
+++ b/src/x11/NEWS
@@ -26,7 +26,7 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-x11 0.2.1 - Matt Birkholz, 2017-03-18
+mit-scheme-pucked-x11 0.2.1 - Matt Birkholz, 2017-05-23
 =======================================================
 
 New upstream converts (restricts) strings (atom names and xterm
@@ -37,4 +37,4 @@ characters to your xterms.
 mit-scheme-pucked-x11 0.1.1 - Matt Birkholz, 2017-03-01
 =======================================================
 
-* Stole v0.1 from MIT/GNU Scheme.
+Stole v0.1 from MIT/GNU Scheme.
diff --git a/src/x11/debian/changelog b/src/x11/debian/changelog
index a39be4fb2..0dd34cfc0 100644
--- a/src/x11/debian/changelog
+++ b/src/x11/debian/changelog
@@ -1,12 +1,14 @@
 mit-scheme-pucked-x11 (0.2.1) birchwood; urgency=low
 
-  * New upstream converts strings (e.g. atom names, xterm content) to
-    UTF8 bytes for the foreign library.
+  * New upstream converts (restricts) strings (atom names and xterm
+    content) to iso8859-1.  This should be transparent if you were
+    using standard Latin1 property names and writing only Latin1
+    graphical characters to your xterms.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 18 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 23 May 2017 00:00:00 -0700
 
 mit-scheme-pucked-x11 (0.1.1) birchwood; urgency=low
 
-  * Stolen from MIT/GNU Scheme.
+  * Stole v0.1 from MIT/GNU Scheme.
 
- -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  1 Mar 2017 00:00:00 -0700
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed,  1 Mar 2017 00:00:00 -0700
-- 
2.25.1