summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: a19c454ae98588f56cb7731ca7f126b31b1d8c22 (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
74
75
76
77
78
79
80
2008-01-13  Hubert Figuiere  <hub@figuiere.net>

	* configure.ac: Allow disabling unittest if you
	don't have boost (Closes #13712)

	* autogen.sh: Don't run autoheader. (Closes #14049)

	* autogen.sh: re-order commands in autogens.sh

=== 1.99.7 ===
	
2008-01-12  Hubert Figuiere  <hub@figuiere.net>

	* configure.ac: Fix the soversion. A mix-up occured in the last
	release.

=== 1.99.6 ===

2008-01-11  Hubert Figuiere  <hub@figuiere.net>

	* exempi/tests/test2.cpp (test_tiff_leak): Ensure that the file is
	writable.

2007-12-22  Hubert Figuiere  <hub@figuiere.net>

	* configure.ac: make boost optional as it is only for 	
	the unit tests. (Closes #13712)

	* configure.ac, m4/boost.m4, exempi/test/Makefile.am: 
	Change the BOOST detection macros.
	(Closes #13713)

2007-12-20  Hubert Figuiere  <hub@figuiere.net>

	* source/XMPCore/XMPUtils.cpp (ConvertFromInt64): Fix format
	for long long int that was causing a failure on ppc (big endian).

2007-12-19  Hubert Figuiere  <hub@figuiere.net>

	* exempi/exempi.cpp, exempi/tests/test1.cpp, 
	exempi/tests/test1.xmp, exempi/xmp.h: 
	Add setter/getter for int32, int64, bool, float.

	* exempi/xmpconsts.h, exempi/exempi.cpp: add ACR schema namespace
	
	* public/include/TXMPMeta.hpp, public/include/client-glue/TXMPMeta.incl_cpp,
	samples/source/XMPCoreCoverage.cpp, 
	source/XMPFiles/FormatSupport/ReconcileTIFF.cpp:
	Some APIs use long and long long. Change that.

	* source/XMPFiles/FormatSupport/TIFF_FileWriter.cpp, exempi/tests/*: 
	Fix a memory leak. See http://www.adobeforums.com/webx/.3bc42b73
	And test case.

	* exempi/tests/*, configure.ac: detect valgrind.
	Add leak detection support.

2007-12-17  Hubert Figuiere  <hub@figuiere.net>

	* autogen.sh: added for convenience for non-tarball builders.
	(Closes #13707)

2007-12-16  Hubert Figuiere  <hub@figuiere.net>

	* exempi/*: added new API for get/set datetime.

	* exempi/tests/*: refactor the test preparation.

2007-11-13  Hubert Figuiere  <hub@figuiere.net>

	* exempi/tests/*.c: Add a bunch of include deemed necessary 
	by suse factory.
	* Add a bunch of include deemed necessary by suse factory.

2007-11-08  Hubert Figuiere  <hub@figuiere.net>

	* source/XMPFiles/FormatSupport/Makefile.am: add
	-Wno-multichar to remove warnings.
	QuickTime_Support.cpp is in the dist as a noinst_HEADER