From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Fri, 13 Dec 2019 08:42:43 +0000 (-0700)
Subject: pgsql 1.0.6
X-Git-Tag: mit-scheme-pucked-pgsql-1.0.6
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=51af3d1123814c7e32985eadc2922c35642cb21b;p=mit-scheme.git

pgsql 1.0.6
---

diff --git a/src/pgsql/NEWS b/src/pgsql/NEWS
index 62661ace4..06acfc0b7 100644
--- a/src/pgsql/NEWS
+++ b/src/pgsql/NEWS
@@ -22,6 +22,11 @@ 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-pgsql 1.0.6 - Matt Birkholz, 2019-12-13
+=========================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-pgsql 1.0.5 - Matt Birkholz, 2019-07-27
 =========================================================
 
diff --git a/src/pgsql/configure.ac b/src/pgsql/configure.ac
index 0b946683f..7a2d3b1a8 100644
--- a/src/pgsql/configure.ac
+++ b/src/pgsql/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked pgsql plugin],
-        [1.0.5],
+        [1.0.6],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pgsql])
 AC_CONFIG_SRCDIR([pgsql.pkg])
diff --git a/src/pgsql/debian/changelog b/src/pgsql/debian/changelog
index 86ba604f5..b710ea714 100644
--- a/src/pgsql/debian/changelog
+++ b/src/pgsql/debian/changelog
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pgsql (1.0.6) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-pgsql (1.0.5) birchwood; urgency=low
 
   * Minor build improvements.
diff --git a/src/pgsql/make.scm b/src/pgsql/make.scm
index 0e08a12dd..c45dd59e3 100644
--- a/src/pgsql/make.scm
+++ b/src/pgsql/make.scm
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "pgsql")))
 
-(add-subsystem-identification! "PostgreSQL" '(1 0 5))
\ No newline at end of file
+(add-subsystem-identification! "PostgreSQL" '(1 0 6))
\ No newline at end of file