Skip to content

Commit 7e60233

Browse files
committed
Updated to version 2.0.0
1 parent 66ce4ed commit 7e60233

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2012-07-15: New major release version 2.0.0:
2+
3+
* Upgraded to OCaml 4.00
4+
* Switched to Oasis for packaging
5+
* Switched to OCamlBuild for the build process
6+
* Rewrote README in Markdown
7+
* Added stricter compilation flags
8+
* Fixed broken copy_out method
9+
110
2012-01-10: Added new function:
211

312
* Postgresql.get_escaped_value

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: postgresql-ocaml
3-
Version: 1.19.0
3+
Version: 2.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>,

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: c1c940c394a3ad2f77709de2e36e317f)
3-
version = "1.19.0"
2+
# DO NOT EDIT (digest: 71c7a2e8c095d4f5010ad0beb470b2d4)
3+
version = "2.0.0"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray"
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: 8219a3d24b5430546ae8fb54df36c8e4) *)
4+
(* DO NOT EDIT (digest: dc7361d3c4531db4c022baa9a71c985d) *)
55
(*
66
Regenerated by OASIS v0.3.0
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5578,7 +5578,7 @@ let setup_t =
55785578
ocaml_version = Some (OASISVersion.VGreaterEqual "3.12");
55795579
findlib_version = Some (OASISVersion.VGreaterEqual "1.3.2");
55805580
name = "postgresql-ocaml";
5581-
version = "1.19.0";
5581+
version = "2.0.0";
55825582
license =
55835583
OASISLicense.DEP5License
55845584
(OASISLicense.DEP5Unit
@@ -5961,7 +5961,7 @@ let setup_t =
59615961
};
59625962
oasis_fn = Some "_oasis";
59635963
oasis_version = "0.3.0";
5964-
oasis_digest = Some "x8\003[{ÈV.gG\017ÑùýÞL";
5964+
oasis_digest = Some "2\015-\140\029]g·ÜN\007Ùá\b";
59655965
oasis_exec = None;
59665966
oasis_setup_args = [];
59675967
setup_update = false;

0 commit comments

Comments
 (0)