From 4dd10debe0bd0ddbd94196767071cf6313ddbd40 Mon Sep 17 00:00:00 2001 From: Sabra Crolleton Date: Fri, 11 Feb 2022 10:51:50 -0500 Subject: [PATCH] Corrected version numbers --- CHANGELOG.md | 2 +- README.md | 2 +- cl-postgres.asd | 2 +- doc/index.html | 29 +++++++++++++++-------------- doc/index.org | 2 +- postmodern.asd | 2 +- s-sql.asd | 2 +- 7 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d89013..ba1e431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog v. 1.33.3 +# Changelog v. 1.33.4 Fix bug in a warning in execute-file that referred to the current package rather than Postmodern. Added retry-transaction restart in the call-with-transaction function diff --git a/README.md b/README.md index 6c05a70..bfebce1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Common Lisp PostgreSQL programming interface --- -Version 1.33.3 +Version 1.33.4 Postmodern is a Common Lisp library for interacting with [PostgreSQL](http://www.postgresql.org) databases. It is under active development. Features are: diff --git a/cl-postgres.asd b/cl-postgres.asd index f140249..df02fb9 100644 --- a/cl-postgres.asd +++ b/cl-postgres.asd @@ -16,7 +16,7 @@ :author "Marijn Haverbeke " :maintainer "Sabra Crolleton " :license "zlib" - :version "1.33.3" + :version "1.33.4" :depends-on ("md5" "split-sequence" "ironclad" "cl-base64" "uax-15" (:feature (:or :sbcl :allegro :ccl :clisp :genera :armedbear :cmucl :lispworks) diff --git a/doc/index.html b/doc/index.html index 03bb39a..b2fb8c3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,7 +1,7 @@ - + Postmodern @@ -250,8 +250,8 @@

Table of Contents

  • Timezones and Simple-Date and Local-Time
  • Portability
  • @@ -265,7 +265,7 @@

    Table of Contents

    -Version 1.33.3 +Version 1.33.4

    @@ -1530,9 +1530,9 @@

    Timezones and Simple-Date and Loca -
    -

    Simple-Date Library Use

    -
    +
    +

    Simple-Date Library Use

    +

    The Simple-date add-on library (not enabled by default) provides types (CLOS classes) for dates, timestamps, and intervals @@ -1654,9 +1654,9 @@

    Simple-Date Library Use

    -
    -

    Local-Time Library Use

    -
    +
    +

    Local-Time Library Use

    +

    For those who want to use local-time, to enable the local-time reader:

    @@ -1760,12 +1760,13 @@

    Portability

    - ABCL version 1.8.0 broke the dao class inheritance. See https://abcl.org/trac/ticket/479. - Everything other than dao-classes works. +ABCL version 1.8.0 broke the dao class inheritance. See https://abcl.org/trac/ticket/479. +Everything other than dao-classes works.

    +

    - Clisp currently has issues with executing a file of sql statements (Postmodern's execute-file function). -

    +Clisp currently has issues with executing a file of sql statements (Postmodern's execute-file function). +

    Implementations that do not have meta-object protocol support will not have diff --git a/doc/index.org b/doc/index.org index 80dcb70..04169f9 100644 --- a/doc/index.org +++ b/doc/index.org @@ -4,7 +4,7 @@ #+HTML_HEAD: #+OPTIONS: ^:nil -Version 1.33.3 +Version 1.33.4 Postmodern is a Common Lisp library for interacting with [[https://postgresql.org][PostgreSQL databases]]. Features are: diff --git a/postmodern.asd b/postmodern.asd index 674c249..2fcafbd 100644 --- a/postmodern.asd +++ b/postmodern.asd @@ -20,7 +20,7 @@ :maintainer "Sabra Crolleton " :homepage "https://github.com/marijnh/Postmodern" :license "zlib" - :version "1.33.3" + :version "1.33.4" :depends-on ("alexandria" "cl-postgres" "s-sql" diff --git a/s-sql.asd b/s-sql.asd index e2fd03e..0f1bece 100644 --- a/s-sql.asd +++ b/s-sql.asd @@ -9,7 +9,7 @@ :author "Marijn Haverbeke " :maintainer "Sabra Crolleton " :license "zlib" - :version "1.33.3" + :version "1.33.4" :depends-on ("cl-postgres" "alexandria") :components