Skip to content

Commit 882f281

Browse files
committed
Updated distribution files
1 parent dac9d95 commit 882f281

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-07-10: Fixed a GC-bug in PQconndefaults_stub.
2+
3+
Thanks to Roven Gabriel for the patch!
4+
15
2015-03-27: Added methods ftype_oid and paramtype_oid and fixed a minor bug.
26

37
Thanks to Tomohiro Matsuyama for the patches!

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: postgresql
3-
Version: 3.2.0
3+
Version: 3.2.1
44
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
55
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
66
Authors: Alain Frisch <alain.frisch@lexifi.com>,

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: c3e45460be6fb3ab4065c62c053e9151)
3-
version = "3.2.0"
2+
# DO NOT EDIT (digest: 7db4a148737a712605771f2a044f51b1)
3+
version = "3.2.1"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray bytes"
66
archive(byte) = "postgresql.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: db21b657d23ed0ad0b29be63f9929fc8) *)
4+
(* DO NOT EDIT (digest: eb75aac13e1f16e5ed276d8466a58122) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
66836683
alpha_features = [];
66846684
beta_features = [];
66856685
name = "postgresql";
6686-
version = "3.2.0";
6686+
version = "3.2.1";
66876687
license =
66886688
OASISLicense.DEP5License
66896689
(OASISLicense.DEP5Unit
@@ -7101,7 +7101,7 @@ let setup_t =
71017101
};
71027102
oasis_fn = Some "_oasis";
71037103
oasis_version = "0.4.5";
7104-
oasis_digest = Some "àèµÎ\137\129\154*að\007eMæ\028U";
7104+
oasis_digest = Some "\1547+\019m\022\1298m|\155!¨5\143Á";
71057105
oasis_exec = None;
71067106
oasis_setup_args = [];
71077107
setup_update = false

0 commit comments

Comments
 (0)