Imported Upstream version 0.155
[platform/upstream/elfutils.git] / ChangeLog
1 2012-08-27  Mark Wielaard  <mjw@redhat.com>
2
3         * configure.ac: Set version to 0.155.
4
5 2012-08-24  Mark Wielaard  <mjw@redhat.com>
6
7         * configure.ac: Add --enable-dwz check, defaults to no.
8
9 2012-07-24  Mark Wielaard  <mjw@redhat.com>
10
11         * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
12
13 2012-06-22  Mark Wielaard  <mjw@redhat.com>
14
15         * configure.ac: Set version to 0.154.
16
17 2012-01-24  Mark Wielaard  <mjw@redhat.com>
18
19         * COPYING: Fix address. Updated version from gnulib.
20
21 2012-01-23  Mark Wielaard  <mjw@redhat.com>
22
23         * configure.ac: Set version to 0.153, update copyright years.
24
25 2012-01-20  Roland McGrath  <roland@hack.frob.com>
26
27         * configure.ac: Handle --enable-deterministic-archives.
28
29 2011-10-08  Roland McGrath  <roland@hack.frob.com>
30
31         * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
32         Use POSIX.2 $((...)) syntax instead of $[...].
33         Reported by Mike Frysinger <vapier@gentoo.org>.
34
35 2011-10-08  Mike Frysinger  <vapier@gentoo.org>
36
37         * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
38
39 2011-10-02  Ulrich Drepper  <drepper@gmail.com>
40
41         * configure.ac: Check for __cxa_demangle in libstdc++.
42
43 2011-02-08  Roland McGrath  <roland@redhat.com>
44
45         * configure.ac (C99 check): Use AC_LANG_SOURCE.
46
47         * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
48
49 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
50
51         * configure.ac (ALL_LINGUAS): Add languages which have some
52         translations.
53
54 2010-04-15  Roland McGrath  <roland@redhat.com>
55
56         * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
57
58 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
59
60         * configure.ac: Update for more modern autoconf.
61
62 2009-08-26  Roland McGrath  <roland@redhat.com>
63
64         * configure.ac (zip_LIBS): Check for liblzma too.
65
66 2009-04-19  Roland McGrath  <roland@redhat.com>
67
68         * configure.ac (eu_version): Round down here, not in version.h macros.
69
70 2009-04-17  Roland McGrath  <roland@redhat.com>
71
72         * configure.ac (eu_version): Compute number 1000 times larger,
73         let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
74
75 2009-01-23  Roland McGrath  <roland@redhat.com>
76
77         * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
78
79         * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
80         building with compiler support but no working runtime support.
81
82 2009-01-22  Ulrich Drepper  <drepper@redhat.com>
83
84         * Makefile.am (rpm): The tarball is now bzip2-compressed.
85
86 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
87
88         * configure.ac: Require gcc with TLS support.
89         Rename USE_TLS to USE_LOCKS.  The option is renamed to
90         --enable-thread-safety.
91
92 2009-01-08  Roland McGrath  <roland@redhat.com>
93
94         * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
95
96 2009-01-05  Roland McGrath  <roland@redhat.com>
97
98         * configure.ac (eu_ZIPLIB): New macro.
99         Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
100
101 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
102
103         * configure.ac: We need automake 1.8 now.
104
105 2008-12-24  Roland McGrath  <roland@redhat.com>
106
107         * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
108         distribute only in .tar.bz2 form now.
109
110 2008-12-16  Roland McGrath  <roland@redhat.com>
111
112         * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
113         * configure.ac: Create it, substituting @eu_version@ with
114         PACKAGE_VERSION canonicalized to four digits of decimal.
115
116 2008-08-25  Roland McGrath  <roland@redhat.com>
117
118         * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
119
120 2008-08-21  Roland McGrath  <roland@redhat.com>
121
122         * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
123         move the contents to lib/eu-config.h instead of keeping them here.
124
125 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
126
127         * configure.ac: Add support for --enable-debugpred.
128         Update likely/unlikely macros for it.
129
130 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
131
132         * Makefile.am: Remove traces of mini builds.
133         * configure.ac: Don't use libelf-po/POTFILES.in as config file
134         anymore.
135
136 2007-05-16  Roland McGrath  <roland@redhat.com>
137
138         * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
139
140 2006-11-02  Roland McGrath  <roland@redhat.com>
141
142         * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
143
144 2006-08-29  Roland McGrath  <roland@redhat.com>
145
146         * configure.ac: Use AM_MAINTAINER_MODE.
147
148 2006-07-12  Ulrich Drepper  <drepper@redhat.com>
149
150         * configure.ac (internal_function): Don't use internal visibility.
151
152 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
153
154         * configure.ac: Add dummy automake conditional to get dependencies
155         for non-generic linker right.  See src/Makefile.am.
156
157 2005-11-18  Roland McGrath  <roland@redhat.com>
158
159         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
160
161 2005-11-16  Roland McGrath  <roland@redhat.com>
162
163         * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
164         In config.h, define ELFUTILS_HEADER macro.
165
166 2005-11-15  Roland McGrath  <roland@redhat.com>
167
168         * Makefile.am (all_SUBDIRS): Add backends.
169         * configure.ac: Write backends/Makefile.
170
171         * configure.ac: Add --enable-tests-rpath option.
172
173 2005-09-16  Roland McGrath  <roland@redhat.com>
174
175         * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
176         Don't set it, since on IA64 you get error messages for unaligned
177         accesses, and on Alpha it's at least very slow.
178
179 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
180
181         * configure.ac: Fix GCOV make condition generation.
182
183 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
184
185         * configure.ac: Add --enable-gcov option.
186
187 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
188
189         * configure.ac: Add --enable-gprof option.
190
191 2005-07-27  Roland McGrath  <roland@redhat.com>
192
193         * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
194
195 2005-07-21  Roland McGrath  <roland@redhat.com>
196
197         * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
198
199 2005-06-01  Roland McGrath  <roland@redhat.com>
200
201         * Makefile.am (all_SUBDIRS): Add libdwfl.
202         * configure.ac: Write libdwfl/Makefile.
203
204 2005-05-19  Roland McGrath  <roland@redhat.com>
205
206         * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
207
208 2005-05-10  Ulrich Drepper  <drepper@redhat.com>
209
210         * configure.ac: Define MODVERSION in config.h.
211
212 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
213
214         * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
215         * configure.ac: Don't use doc subdir for now.
216
217 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
218
219         * configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
220
221 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
222
223         * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
224
225         * Makefile.am (EXTRA_DIST): Remove splint.rc.
226         * splint.rc: Removed.
227
228 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
229
230         * configure.ac: Make compile with gcc 4.0.
231
232 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
233
234         * configure.ac: Use AS_HELP_STRING where applicable.
235
236 2004-01-23  Ulrich Drepper  <drepper@redhat.com>
237
238         * configure.ac: Check for C99 compiler.
239
240         * configure.ac: Change locking macros in config.h to at least
241         evaluate the parameter.  Define base_cpu to none for generic linker.
242
243 2004-01-21  Ulrich Drepper  <drepper@redhat.com>
244
245         * configure.ac: Print error message in case --disable-generic is
246         used if no linker support for the architecture is available.
247
248 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
249
250         * configure.ac: Dont generate libebl-po/Makefile.in,
251         libdw-po/Makefile.in, libasm-po/Makefile.in.
252
253         * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
254
255 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
256
257         * configure.ac: Pretty printing of help message.
258
259         * configure.ac: Move AC_SYS_LARGEFILE test to the front.
260
261         * configure.ac: Add --enable-mudflap option.
262
263 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
264
265         * configure.ac: Major cleanups.  Use aux dir.
266         * config.guess: Moved to new config subdir.
267         * config.rpath: Likewise.
268         * config.sub: Likewise.
269         * depcomp: Likewise.
270         * install-sh: Likewise.
271         * missing: Likewise.
272         * mkinstalldirs: Likewise.
273         * Makefile.am (mini_SUBDIRS): Add config.
274         (EXTRA_DIST): Remove config.rpath.
275
276         * configure.ac: Add AC_REVISION.
277
278         * configure.ac: Add --enable-mudflap option.
279
280 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
281
282         * configure.ac: Drop libdwarf directory.  Add libdw-po.
283         * Makefile.am (all_SUBDIRS): Likewise.
284         * elfutils.spec: Don't distribute anything from libdwarf.
285
286 2004-01-05  Ulrich Drepper  <drepper@redhat.com>
287
288         * Makefile.am: Support separate libelf built.
289
290         * elfutils.spec.in: Create separata elfutils-libelf-devel package.
291         Install libdw DSOs.
292
293         * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
294         name.
295
296 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
297
298         * elfutils.spec.in: Remove references to libebl.so.
299
300 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
301
302         * Moved to CVS archive.
303
304 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
305
306         * The beginning.  See the NEWS file for the time being.