pgsql 1.0.3 mit-scheme-pucked-pgsql-1.0.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 19 Feb 2019 15:20:24 +0000 (08:20 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 19 Feb 2019 15:20:24 +0000 (08:20 -0700)
src/pgsql/NEWS
src/pgsql/configure.ac
src/pgsql/debian/changelog
src/pgsql/make.scm

index 265bad8f096d648ecc349b307c42eb283b656c80..6e9b97c6f33ae0cc99be8565216843c47bd6f112 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.3 - Matt Birkholz, 2019-02-18
+=========================================================
+
+New release upstream.  Minor build improvements.
+
 mit-scheme-pucked-pgsql 1.0.2 - Matt Birkholz, 2018-11-27
 =========================================================
 
index 4b439e18514ef395960bf40f47e9c05c4e2dd35e..e9e4cda0f11abe819dafb3217e17309e43caeb23 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.2],
+        [1.0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pgsql])
 AC_CONFIG_SRCDIR([pgsql.pkg])
index 7b4f619688df7a8c1fe31eef0c0eaf12c0736cd6..1d1d045f342925c1c1255af2d72672e656f3edbb 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pgsql (1.0.3) birchwood; urgency=low
+
+  * New release upstream.  Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 18 Feb 2019 00:00:00 -0000
+
 mit-scheme-pucked-pgsql (1.0.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index c2b2579467998b56b724a605699048cd1012dff9..e3c99f1930b6a22b3ffce99319f03366699d9456 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "pgsql")))
 
-(add-subsystem-identification! "PostgreSQL" '(1 0 2))
\ No newline at end of file
+(add-subsystem-identification! "PostgreSQL" '(1 0 3))
\ No newline at end of file