Skip to content

Commit 3cae7b6

Browse files
committed
Added missing changelog entries
1 parent 9a3ed8c commit 3cae7b6

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2014-08-10: New asynchronous methods:
2+
3+
* send_describe_prepared
4+
* send_describe_portal
5+
6+
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
7+
contributions!
8+
19
2014-03-10: New asynchronous methods:
210

311
* send_prepare

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: postgresql-ocaml
3-
Version: 2.0.8
3+
Version: 2.0.9
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: e139182fd6e4aa84518579623a8e1a63)
3-
version = "2.0.8"
2+
# DO NOT EDIT (digest: d76c3726d97e8ef5b3ec6169dd1977e8)
3+
version = "2.0.9"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray"
66
archive(byte) = "postgresql.cma"

setup.ml

+3-3
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: 13267de6681ad8b4c98ea29f3554e7bd) *)
4+
(* DO NOT EDIT (digest: f9e8f140c3cffff9404051fa658b243d) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6648,7 +6648,7 @@ let setup_t =
66486648
alpha_features = [];
66496649
beta_features = [];
66506650
name = "postgresql-ocaml";
6651-
version = "2.0.8";
6651+
version = "2.0.9";
66526652
license =
66536653
OASISLicense.DEP5License
66546654
(OASISLicense.DEP5Unit
@@ -7063,7 +7063,7 @@ let setup_t =
70637063
};
70647064
oasis_fn = Some "_oasis";
70657065
oasis_version = "0.4.4";
7066-
oasis_digest = Some "\155\"_CÒæ\140e­ÀL\003Âç4\134";
7066+
oasis_digest = Some "Í)\147Ù\155¨ï®£éË\0270+5«";
70677067
oasis_exec = None;
70687068
oasis_setup_args = [];
70697069
setup_update = false

0 commit comments

Comments
 (0)