blob: 72d7e184553ea5903b379e9cc13037a0c2860803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
2007-06-14 Jason Kivlighn <jkivlighn@gmail.com>
* source/XMPFiles/FileHandlers/TIFF_Handler.cpp (UpdateFile):
Fix a bug: store the tag as BYTE and not UNDEFINED
to comply with the spec.
2007-06-06 Hubert Figuiere <hub@figuiere.net>
* Release 1.99.1
* exempi/exempi.cpp: Added more exception catching.
* exempi/xmpconsts.h: Added NS_CC namespace
* exempi/exempi.cpp (xmp_register_namespace): wrapped
the namespace registration. Actually needed to
set new API.
2007-05-11 Hubert Figuiere <hub@figuiere.net>
* Initial version of exempi 1.99.0
|