From 4c00e0342a8f7c237b9218567fdfe711061d7603 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 1 Oct 2022 14:18:42 -0600 Subject: [PATCH] pgsql 1.0.8 --- src/pgsql/NEWS | 12 ++++++++++-- src/pgsql/configure.ac | 6 +++--- src/pgsql/debian/changelog | 6 ++++++ src/pgsql/debian/control | 4 ++-- src/pgsql/debian/copyright | 5 +++-- src/pgsql/make.scm | 2 +- 6 files changed, 25 insertions(+), 10 deletions(-) diff --git a/src/pgsql/NEWS b/src/pgsql/NEWS index d329ffaea..325073b56 100644 --- a/src/pgsql/NEWS +++ b/src/pgsql/NEWS @@ -1,13 +1,16 @@ mit-scheme-pucked-pgsql NEWS -- history of user-visible changes. +Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018, 2019, 2020, 2021, 2022 Matthew Birkholz + +This file is part of a PostgreSQL plugin for MIT/GNU Scheme Pucked. + Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. - MIT/GNU Scheme is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the @@ -23,6 +26,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.8 - Matt Birkholz, 2022-10-01 +========================================================= + +New binary format. Requires core version 12.2. + mit-scheme-pucked-pgsql 1.0.7 - Matt Birkholz, 2020-07-18 ========================================================= diff --git a/src/pgsql/configure.ac b/src/pgsql/configure.ac index 61cac1011..01d1cc55d 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.7], + [1.0.8], [matt@birchwood-abbey.net], [mit-scheme-pucked-pgsql]) AC_CONFIG_SRCDIR([pgsql.pkg]) @@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016, 2017, 2018, 2019, 2020 Matthew Birkholz + 2016, 2017, 2018, 2019, 2020, 2021, 2022 Matthew Birkholz This file is part of a pgsql plugin for MIT/GNU Scheme Pucked. @@ -40,7 +40,7 @@ USA. AH_TOP([/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016, 2017, 2018, 2019, 2020 Matthew Birkholz + 2016, 2017, 2018, 2019, 2020, 2021, 2022 Matthew Birkholz This file is part of a pgsql plugin for MIT/GNU Scheme Pucked. diff --git a/src/pgsql/debian/changelog b/src/pgsql/debian/changelog index 0fd4df57c..81b38af19 100644 --- a/src/pgsql/debian/changelog +++ b/src/pgsql/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pgsql (1.0.8) birchwood; urgency=low + + * New binary format. Requires core version 12.2. + + -- Matt Birkholz Sat, 01 Oct 2022 00:00:00 -0000 + mit-scheme-pucked-pgsql (1.0.7) birchwood; urgency=low * New binary format. Requires core version 12. diff --git a/src/pgsql/debian/control b/src/pgsql/debian/control index d9049ff7d..5229aaf49 100644 --- a/src/pgsql/debian/control +++ b/src/pgsql/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 12), + mit-scheme-pucked (>= 12.2), libpq-dev Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ @@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-pgsql Architecture: any -Depends: mit-scheme-pucked (>= 12), +Depends: mit-scheme-pucked (>= 12.2), ${shlibs:Depends}, ${misc:Depends} Description: PostgreSQL plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/pgsql/debian/copyright b/src/pgsql/debian/copyright index 823a10d2b..abfd5927c 100644 --- a/src/pgsql/debian/copyright +++ b/src/pgsql/debian/copyright @@ -5,11 +5,12 @@ Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * Copyright: Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016, 2017, 2018, 2019, 2020 Matthew Birkholz + 2016, 2017, 2018, 2019, 2020, 2021, 2022 Matthew Birkholz Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, - 2017, 2018, 2019, 2020 Massachusetts Institute of Technology + 2017, 2018, 2019, 2020, 2021, 2022 Massachusetts Institute of + Technology License: GPL-2+ This package is a PostgreSQL plugin for MIT/GNU Scheme Pucked, an experimental version of MIT/GNU Scheme. diff --git a/src/pgsql/make.scm b/src/pgsql/make.scm index 2c7932c5d..a2665c843 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 7)) \ No newline at end of file +(add-subsystem-identification! "PostgreSQL" '(1 0 8)) \ No newline at end of file -- 2.47.3