This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
88 lines (72 loc) · 1.92 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
0.3.10 (21-09-2022)
======
* Add support for `OggOpus`
0.3.9 (09-02-2022)
=====
* Fix segfault (#11)
0.3.8 (04-01-2022)
=====
* Get rid of naked pointers.
0.3.7 (31-10-2021) 🎃
=====
* Switched to dune
0.3.6 (04-08-2019)
=====
* Use OCaml conversion functions for filename on windows platforms.
* Make taglib safe-string compatible
* Bump minimum OCaml version.
0.3.5 (17-09-2018)
=====
* Fix unicode filename on windows platforms.
0.3.4 (12-10-2017)
=====
* Fix MXE/MinGW compilation.
0.3.3 (11-04-2017)
=====
* Fix values string encoding in set_properties callback.
0.3.2 (03-08-2015)
=====
* Raise Invalid_file instead of Not_found when TagLib open returns a NULL pointer
0.3.1 (08-05-2013)
=====
* Wrapped file opening within caml_release_runtime_system()/caml_acquire_runtime_system()
calls to avoid deadlock when Taglib writes to stderr in daemon mode.
0.3.0 (18-02-2013)
=====
* Added {set_}properties API.
0.2.0 (31-08-2011)
=====
* Reworked binding using C++ functions
* Added Inline module to manipulate binary
tags without a corresponding file. Only
id2v3 tags are supported for now..
0.1.4 (02-07-2011)
=====
* Reworked build system, now using pkg-config.
* Added new file formats. Raises Not_implemented
if using formats not implemented, i.e. using
taglib <= 1.5
* Using type t for the main type (standard notation).
0.1.3 (20-06-2009)
=====
* Added support for --enable-debugging configure option
* Fixed Makefile for BSD: call $(MAKE) for generating documentation.
* Makefile now honnors LIBDIRS
variable for linking against libraries
located in other places than then standard
ones.
* Added prefix to main compilation variables
if passed to configure.
* Added NO_CUSTOM to build
in standard mode.
* Create file is now done in blocking section.
0.1.2 (16-04-2008)
=====
* Add header detection to configure
* Install .cmx file
0.1.1 (17-12-2007)
=====
* Safer file opening
0.1.0 (08-11-2007)
=====
* Initial release