Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
+mit-scheme-pucked-gdbm 0.3.3 - Matt Birkholz, 2018-01-07
+========================================================
+
+Typos in debian/doc-base and gdbm.texi. Missing build-depends.
+
mit-scheme-pucked-gdbm 0.3.2 - Matt Birkholz, 2017-12-28
========================================================
AC_PREREQ([2.69])
AC_INIT([MIT/GNU Scheme Pucked gdbm plugin],
- [0.3.2],
+ [0.3.3],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gdbm])
AC_CONFIG_SRCDIR([gdbm.pkg])
+mit-scheme-pucked-gdbm (0.3.3) birchwood; urgency=low
+
+ * Typos in debian/doc-base and gdbm.texi. Missing build-depends.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Sun, 7 Jan 2018 00:00:00 -0000
+
mit-scheme-pucked-gdbm (0.3.2) birchwood; urgency=low
* check-doc.sh missing from source distribution.
-- Matt Birkholz <matt@birchwood-abbey.net> Thu, 28 Dec 2017 00:00:00 -0000
-
+
mit-scheme-pucked-gdbm (0.3.1) birchwood; urgency=low
* New upstream includes a manual and uses new Unicode support in the
FFI.
-- Matt Birkholz <matt@birchwood-abbey.net> Sat, 23 Dec 2017 17:00:00 -0700
-
+
mit-scheme-pucked-gdbm (0.2.1) birchwood; urgency=low
* New upstream converts non-ASCII strings (keys and data) to UTF8. This
Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
mit-scheme-pucked (>= 9.2.11),
+ texinfo, texlive,
libgdbm-dev
Standards-Version: 3.9.4
Homepage: http://birchwood-abbey.net/~matt/Scheme/
Document: mit-scheme-pucked-gdbm
Title: MIT/GNU Scheme Pucked GDBM Manual
Author: Matt Birkholz
-Abstract: The GDBM plugin for MIT/GNU Scheme Pucked wraps the
-GNU Database Manager (libgdbm) API.
+Abstract: The GDBM plugin for MIT/GNU Scheme Pucked wraps the GNU
+ Database Manager (libgdbm) API.
Section: Programming
Format: HTML
@comment %**start of header
@setfilename gdbm.info
@include version.texi
-@set SCMVERS 9.2.11
+@set SCMVERS 9.2.12
@settitle GDBM Plugin Manual
@comment %**end of header
@node Options
-@chapter Seting options.
+@chapter Setting options.
Gdbm supports the ability to set certain options on an already
open database.
(lambda ()
(load-package-set "gdbm")))
-(add-subsystem-identification! "GDBM" '(0 3 2))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(0 3 3))
\ No newline at end of file