summaryrefslogtreecommitdiff
path: root/NEWS
blob: 61184eb32a917ca73387e0ae14640d702fae6c7a (plain)
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
1.99.8

- Bug #14049: don't run autoheader.
- Bug #13712: add --enable-unittest to disable tests.
- Bug: Disable strict aliasing in XMPFiles due to bad casting.

1.99.7

- Bug: fix soversion.

1.99.6

- New: API xmp_get_property_date() / xmp_set_property_date() with tests.
- New: API xmp_{get,set]_property_{float,bool,int32,int64}() with tests.
- New: API add ACR schema namespaces.
- Test: refactor a the tests preparation.
- Test: add a test for multiple initializations.
- Test: use valgrind is available.
- Bug: fix configure to allow building on MacOS X. Closes bug #13596
- Bug #13707: add autogen.sh
- Bug #13713: fix boost macros to link boost.test statically (for 1.34).
- Bug #13712: skip tests if no boost.

1.99.5

- ABI breakage: soversion is now 3
- Change: API xmp_files_close(), xmp_files_put_xmp(), xmp_files_free(),
  xmp_free(), xmp_iterator_free(), xmp_iterator_skip() now return bool.
- Change: API xmp_get_property_and_bits() renamed xmp_get_property().
- Change: API xmp_set_property2() renamed xmp_set_property().
- Bug: all API should check about input and return an error if
  passed NULL.
- Bug: more exception handling and refactor set_error() use.
- Bug: add AC_CONFIG_MACRO_DIR to configure.
- Bug: Lower requirement for libboost to 1.33.0.
- New: Doxygen API doc generation.

1.99.4

- New: GIF Files smart handlers
- New: API xmp_append_array_item(), xmp_delete_property(),
  xmp_has_property(), xmp_get_localized_text(), 
  xmp_set_localized_text()
- New: API xmp_delete_localized_text()
- New: Exempi will be visible in the "generator" string of the XMP packet.
- Bug: xmp_files_open_new() will handle exceptions properly

1.99.3

- New: API xmp_serialize{,_and_format}() and the
  corresponding option bits
- New API xmp_get_array_item()

1.99.2

- New: API xmp_copy()
- New: API xmp_set_property2(), xmp_set_array_item()
  and xmp_get_error()
- New: API xmp_get_property_and_bits() 
- Bug: xmp_files_get_xmp() handle exceptions properly.

1.99.1

- Bug: store the TIFF tag as BYTE and not UNDEFINED
  to comply with the spec.
- Bug: more exception catched.
- New: added NS_CC namespace
- New: API xmp_register_namespace()

1.99.0

Initial release of the 2.0 series. Based on Adobe XMP SDK 4.1.1