Skip to content

Commit a513d83

Browse files
committed
Updated distribution files
1 parent 36483b5 commit a513d83

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

CHANGES.txt

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-01-28: New major release: improved handling of asynchronous operations.
2+
This required an API-change to the "flush" method.
3+
4+
Thanks to Max Wolter from Jane Street Capital for the patch!
5+
16
2014-10-29: Fixed an installation problem due to a missing internal module.
27

38
2014-10-23: Fixed string handling for new OCaml version 4.02 (String/Bytes
@@ -10,28 +15,28 @@
1015
* reset_start
1116
* reset_poll
1217

13-
And also:
18+
And also:
1419

15-
* set_single_row_mode
20+
* set_single_row_mode
1621

17-
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
18-
contributions!
22+
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
23+
contributions!
1924

2025
2014-08-10: New asynchronous methods:
2126

2227
* send_describe_prepared
2328
* send_describe_portal
2429

25-
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
26-
contributions!
30+
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
31+
contributions!
2732

2833
2014-03-10: New asynchronous methods:
2934

3035
* send_prepare
3136
* send_query_prepared
3237

33-
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
34-
contributions!
38+
Thanks to Petter Urkedal <paurkedal@gmail.com> for these
39+
contributions!
3540

3641
2013-07-08: Fixed a version discovery problem with beta versions of
3742
PostgreSQL.

_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
OASISFormat: 0.4
22
Name: postgresql
3-
Version: 2.1.2
3+
Version: 3.0.0
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>,
77
Markus Mottl <markus.mottl@gmail.com>,
88
Petter Urkedal <paurkedal@gmail.com>
99
Copyrights: (C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>,
10-
(C) 2004-2014 Markus Mottl <markus.mottl@gmail.com>,
10+
(C) 2004-2015 Markus Mottl <markus.mottl@gmail.com>,
1111
(C) 2014-2014 Petter Urkedal <paurkedal@gmail.com>
1212
Maintainers: Markus Mottl <markus.mottl@gmail.com>,
1313
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: d47606a310e6ba80ffb3692bf4b06615)
3-
version = "2.1.2"
2+
# DO NOT EDIT (digest: a0836cc8aad07290a0820a701f48ac68)
3+
version = "3.0.0"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray bytes"
66
archive(byte) = "postgresql.cma"

setup.ml

Lines changed: 4 additions & 4 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: 266cc468eef9a73fa43d3600e572b574) *)
4+
(* DO NOT EDIT (digest: 6b4711ed7807a5f41b74b4e96a6aee18) *)
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 = "2.1.2";
6686+
version = "3.0.0";
66876687
license =
66886688
OASISLicense.DEP5License
66896689
(OASISLicense.DEP5Unit
@@ -6696,7 +6696,7 @@ let setup_t =
66966696
copyrights =
66976697
[
66986698
"(C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>";
6699-
"(C) 2004-2014 Markus Mottl <markus.mottl@gmail.com>";
6699+
"(C) 2004-2015 Markus Mottl <markus.mottl@gmail.com>";
67006700
"(C) 2014-2014 Petter Urkedal <paurkedal@gmail.com>"
67016701
];
67026702
maintainers =
@@ -7101,7 +7101,7 @@ let setup_t =
71017101
};
71027102
oasis_fn = Some "_oasis";
71037103
oasis_version = "0.4.5";
7104-
oasis_digest = Some "\156Ñ\129\029¾sBf÷\028ÁµªñÐí";
7104+
oasis_digest = Some "s¶o£õ\151(¨ÝÊé\000KÈÈ\015";
71057105
oasis_exec = None;
71067106
oasis_setup_args = [];
71077107
setup_update = false

0 commit comments

Comments
 (0)