pgsql 1.0.6 mit-scheme-pucked-pgsql-1.0.6
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 08:42:43 +0000 (01:42 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:31 +0000 (21:50 -0700)
src/pgsql/NEWS
src/pgsql/configure.ac
src/pgsql/debian/changelog
src/pgsql/make.scm

index 62661ace43b7ceac2e0ce5c0694a146260edf6c8..06acfc0b715542193309a0b8470422495c83ffe3 100644 (file)
@@ -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
 =========================================================
 
index 0b946683fbf03355745bf4ff18ca6ff884eeb888..7a2d3b1a882f4d84bcdab06f0059eb8edaf444b3 100644 (file)
@@ -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])
index 86ba604f57dc56b9834df2de80442bec50c0eb6f..b710ea714d9e8f03cdb7c13d7d1131eafc1391cc 100644 (file)
@@ -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.
index 0e08a12dd90a2b280056b86d1d4e784bbdb9fd13..c45dd59e3e8c1e68e6b121e43ced0d1f4dd8ec38 100644 (file)
@@ -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