Skip to content

Commit ff842a8

Browse files
[release] fixing licence + updating CHANGELOG
1 parent 6cda39d commit ff842a8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
From 3.2 to 3.2.2
2+
-----------------
3+
Minor changes:
4+
* small improvements in the test directory
5+
* use Stdlib instead of Pervasives
6+
7+
From 3.2.1 to 3.2.2
8+
-----------------
9+
???
10+
111
From 3.1.1 to 3.2
212
-----------------
313
Major changes:

javalib.opam

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
opam-version: "2.0"
22
name: "javalib"
33
version: "3.2.2"
4-
maintainer: "Nicolas Barré <nicolas.barre@irisa.fr>"
4+
maintainer: "David Pichardie <david.pichardie@ens-rennes.fr>"
55
authors: "Javalib Development team"
66
homepage: "https://javalib-team.github.io/javalib/"
77
bug-reports: "https://github.com/javalib-team/javalib/issues"
8-
license: "LGPL-2.1 with OCaml linking exception"
8+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
99
dev-repo: "git+https://github.com/javalib-team/javalib.git"
1010
build: [
1111
["./configure.sh"]
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.08"}
1717
"conf-which" {build}
1818
"ocamlfind" {build}
19-
"camlzip" {>= "1.05"}
19+
"camlzip" {>= "1.11"}
2020
"extlib"
2121
]
2222

0 commit comments

Comments
 (0)