Prepare 0.167 release.
[platform/upstream/elfutils.git] / ChangeLog
1 2016-08-04  Mark Wielaard  <mjw@redhat.com>
2
3         * configure.ac: Set version to 0.167.
4         * NEWS: Add 0.167 section.
5
6 2016-07-06  Mark Wielaard  <mjw@redhat.com>
7
8         * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
9         * configure.ac (enable generic): Removed.
10
11 2016-06-28  Richard Henderson <rth@redhat.com>
12
13         * configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
14
15 2016-06-10  Mark Wielaard  <mjw@redhat.com>
16
17         * CONTRIBUTING: Extend patch, committer and maintainer guidelines.
18
19 2016-05-02  Filipe Brandenburger  <filbranden@google.com>
20
21         * configure.ac (argp check): Pass pass &argv.
22         * configure.ac (-W<...> checks): Pass -Werror to the warning checks,
23         to ensure unsupported warning options are noticed during ./configure
24         time and not only later during build.
25
26 2016-03-31  Mark Wielaard  <mjw@redhat.com>
27
28         * configure.ac: Set version to 0.166.
29
30 2016-03-02  Mark Wielaard  <mjw@redhat.com>
31
32         * configure.ac: Set program_prefix to eu- by default.
33         * NEWS (0.166): New sections, document --program-prefix default.
34
35 2016-02-13  Mark Wielaard  <mjw@redhat.com>
36
37         * configure.ac: Add check for whether gcc accepts -Wnull-dereference.
38
39 2016-02-08  Mark Wielaard  <mjw@redhat.com>
40
41         * configure.ac: Add checks for sane -Wlogical-op and whether gcc
42         accepts -Wduplicated-cond.
43
44 2016-01-08  Mark Wielaard  <mjw@redhat.com>
45
46         * configure.ac: Set version to 0.165.
47         * NEWS: Add 0.164 section.
48
49 2016-01-04  Mark Wielaard  <mjw@redhat.com>
50
51         * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
52         Add config/libelf.pc and config/libdw.pc config files.
53
54 2015-12-31  Mark Wielaard  <mjw@redhat.com>
55
56         * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
57
58 2015-10-16  Mark Wielaard  <mjw@redhat.com>
59
60         * configure.ac: Make zlib mandatory.
61
62 2015-10-15  Mark Wielaard  <mjw@redhat.com>
63
64         * configure.ac: Set version to 0.164.
65         * NEWS: Add 0.164 additions.
66
67 2015-10-07  Mark Wielaard  <mjw@redhat.com>
68
69         * configure.ac: Add AM_SILENT_RULES([yes]).
70
71 2015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
72
73         * configure.ac: Use -fPIC instead of -fpic to avoid relocation
74         overflows in some platforms.
75
76 2015-07-11  Pino Toscano  <toscano.pino@tiscali.it>
77
78         * .gitignore: Add more generated files, and anchor some of the
79         existing ones.
80
81 2015-06-19  Mark Wielaard  <mjw@redhat.com>
82
83         * configure.ac: Set version to 0.163.
84         * NEWS: Mention 0.163 is bug fixes only.
85
86 2015-06-10  Mark Wielaard  <mjw@redhat.com>
87
88         * configure.ac: Set version to 0.162.
89         * NEWS: Add 0.162 additions.
90
91 2015-06-08  Mark Wielaard  <mjw@redhat.com>
92
93         * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
94         gcc -Wstack-usage check.
95
96 2015-05-31  Mark Wielaard  <mjw@redhat.com>
97
98         * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
99         and ac_cv_build.
100
101 2015-05-31  Mark Wielaard  <mjw@redhat.com>
102
103         * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
104         CHECK_UNDEFINED.
105
106 2015-05-30  Mark Wielaard  <mjw@redhat.com>
107
108         * configure.ac: Check for bunzip2. Check flex and bison are
109         installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
110         is already generated.
111
112 2015-05-21  Mark Wielaard  <mjw@redhat.com>
113
114         * configure.ac: Add --enable-sanitize-undefined.
115         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
116         (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
117
118 2015-05-04  Anthony G. Basile  <blueness@gentoo.org>
119
120         * configure.ac (argp_LDADD): Check if libc has argp and set
121         argp_LDADD accordingly.
122
123 2015-05-03  Max Filippov  <jcmvbkbc@gmail.com>
124
125         * configure.ac (DEMANGLE): Fix enable_demangler setting.
126
127 2015-05-01  Mark Wielaard  <mjw@redhat.com>
128
129         * configure.ac (DEMANGLE): Explicitly set enable_demangler.
130
131 2015-05-01  Mark Wielaard  <mjw@redhat.com>
132
133         * configure.ac (debugpred): Use and set use_debugpred_val.
134         (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
135         (symbol-versioning): Likewise for enable_symbol_versioning.
136         AC_MSG_NOTICE overview of enabled/disabled features.
137
138 2015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
139
140         * configure.ac: Add --disable-symbol-versioning.
141
142 2015-04-14  Mark Wielaard  <mjw@redhat.com>
143
144         * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
145         extensions used.
146
147 2015-03-13  Mark Wielaard  <mjw@redhat.com>
148
149         * configure.ac (ac_cv_c99): Add explicit return.
150         (ac_cv_tls): Add stdlib.h include.
151
152 2014-12-18  Mark Wielaard  <mjw@redhat.com>
153
154         * configure.ac: Set version to 0.161.
155         * NEWS: Add dwarf.h additions.
156
157 2014-12-15  Josh Stone  <jistone@redhat.com>
158
159         * .gitignore: Add config/compile as installed by automake 1.14.
160
161 2014-11-27  Mark Wielaard  <mjw@redhat.com>
162
163         * configure.ac: Add --disable-textrelcheck.
164
165 2014-10-06  Mark Wielaard  <mjw@redhat.com>
166
167         * NEWS: New section 0.161. Add dwarf_peel_type.
168
169 2014-08-25  Mark Wielaard  <mjw@redhat.com>
170
171         * configure.ac: Set version to 0.160.
172         * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
173         module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
174
175 2014-08-15  Mark Wielaard  <mjw@redhat.com>
176
177         * NEWS: Add dwarf_cu_die.
178
179 2014-08-15  Mark Wielaard  <mjw@redhat.com>
180
181         * NEWS: Add dwarf_cu_getdwarf.
182
183 2014-07-18  Mark Wielaard  <mjw@redhat.com>
184
185         * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
186
187 2014-05-26  Mark Wielaard  <mjw@redhat.com>
188
189         * NEWS: New section 0.160. Add unstrip --force.
190
191 2014-05-17  Mark Wielaard  <mjw@redhat.com>
192
193         * configure.ac: Set version to 0.159.
194         * NEWS: Add entries for version 0.159.
195
196 2014-05-02  Mark Wielaard  <mjw@redhat.com>
197
198         * NEWS: Add note about dwz support no longer being experimental and
199         new helper functions.
200         * configure.ac: Remove --enable-dwz.
201         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
202
203 2014-04-11  Mark Wielaard  <mjw@redhat.com>
204
205         * Makefile.am (SUBDIRS): Add libdwelf.
206         * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
207         * NEWS: Add note about libdwelf.
208
209 2014-04-13  Mark Wielaard  <mjw@redhat.com>
210
211         * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
212
213 2014-01-21  Mark Wielaard  <mjw@redhat.com>
214
215         * NEWS (Version 0.159): Add stack -i.
216
217 2014-01-20  Mark Wielaard  <mjw@redhat.com>
218
219         * NEWS (Version 0.159): New. Add stack -d.
220
221 2014-01-03  Mark Wielaard  <mjw@redhat.com>
222
223         * configure.ac: Set version to 0.158.
224         * NEWS: Add entries for version 0.158.
225
226 2013-12-20  Mark Wielaard  <mjw@redhat.com>
227
228         * NEWS (libdwfl): Add dwfl_getthread_frames.
229         (stack): New entry.
230
231 2013-12-18  Mark Wielaard  <mjw@redhat.com>
232
233         * NEWS (libdwfl): Add dwfl_module_getsym_info and
234         dwfl_module_addrinfo.
235         (addr2line): Add -x option.
236
237 2013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
238
239         * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
240         Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
241         dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
242         dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
243         and dwfl_frame_pc.
244
245 2013-12-16  Mark Wielaard  <mjw@redhat.com>
246
247         * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
248
249 2013-12-09  Josh Stone  <jistone@redhat.com>
250
251         * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
252
253 2013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
254
255         * configure.ac (CC_BIARCH): Remove AS_IF for it.
256
257 2013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
258
259         * configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
260         AC_SUBST for CC_BIARCH.
261
262 2013-11-06  Mark Wielaard  <mjw@redhat.com>
263
264         * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
265         local system does have /usr/lib/debug/.dwz.
266
267 2013-11-06  Mark Wielaard  <mjw@redhat.com>
268
269         * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
270         option.
271
272 2013-11-01  Michael Forney  <mforney@mforney.org>
273
274         * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
275
276 2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
277
278         * NEWS (Version 0.158): New.
279
280 2013-09-30  Mark Wielaard  <mjw@redhat.com>
281
282         * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
283
284 2013-09-27  Mark Wielaard  <mjw@redhat.com>
285
286         * configure.ac: Set version to 0.157.
287         * NEWS: Add entries for version 0.157.
288
289 2013-09-20  Mark Wielaard  <mjw@redhat.com>
290
291         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
292
293 2013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
294
295         * configure.ac: Set version to 0.156.
296
297 2013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
298
299         * NEWS: Remove bugfix only entries from Version 0.156.
300
301 2013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
302
303         * NEWS: Add entries for Version 0.156.
304
305 2013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
306
307         * NEWS (Version 0.156): New.
308
309 2013-04-26  Mark Wielaard  <mjw@redhat.com>
310
311         * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
312
313 2013-04-25  Mark Wielaard  <mjw@redhat.com>
314
315         * .gitignore: Add config/test-driver as installed by automake 1.13.
316         * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
317
318 2012-10-01  Mark Wielaard  <mjw@redhat.com>
319
320         * configure.ac: Add --enable-valgrind check.
321         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
322
323 2012-08-27  Mark Wielaard  <mjw@redhat.com>
324
325         * configure.ac: Set version to 0.155.
326
327 2012-08-24  Mark Wielaard  <mjw@redhat.com>
328
329         * configure.ac: Add --enable-dwz check, defaults to no.
330
331 2012-07-24  Mark Wielaard  <mjw@redhat.com>
332
333         * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
334
335 2012-06-22  Mark Wielaard  <mjw@redhat.com>
336
337         * configure.ac: Set version to 0.154.
338
339 2012-01-24  Mark Wielaard  <mjw@redhat.com>
340
341         * COPYING: Fix address. Updated version from gnulib.
342
343 2012-01-23  Mark Wielaard  <mjw@redhat.com>
344
345         * configure.ac: Set version to 0.153, update copyright years.
346
347 2012-01-20  Roland McGrath  <roland@hack.frob.com>
348
349         * configure.ac: Handle --enable-deterministic-archives.
350
351 2011-10-08  Roland McGrath  <roland@hack.frob.com>
352
353         * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
354         Use POSIX.2 $((...)) syntax instead of $[...].
355         Reported by Mike Frysinger <vapier@gentoo.org>.
356
357 2011-10-08  Mike Frysinger  <vapier@gentoo.org>
358
359         * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
360
361 2011-10-02  Ulrich Drepper  <drepper@gmail.com>
362
363         * configure.ac: Check for __cxa_demangle in libstdc++.
364
365 2011-02-08  Roland McGrath  <roland@redhat.com>
366
367         * configure.ac (C99 check): Use AC_LANG_SOURCE.
368
369         * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
370
371 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
372
373         * configure.ac (ALL_LINGUAS): Add languages which have some
374         translations.
375
376 2010-04-15  Roland McGrath  <roland@redhat.com>
377
378         * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
379
380 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
381
382         * configure.ac: Update for more modern autoconf.
383
384 2009-08-26  Roland McGrath  <roland@redhat.com>
385
386         * configure.ac (zip_LIBS): Check for liblzma too.
387
388 2009-04-19  Roland McGrath  <roland@redhat.com>
389
390         * configure.ac (eu_version): Round down here, not in version.h macros.
391
392 2009-04-17  Roland McGrath  <roland@redhat.com>
393
394         * configure.ac (eu_version): Compute number 1000 times larger,
395         let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
396
397 2009-01-23  Roland McGrath  <roland@redhat.com>
398
399         * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
400
401         * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
402         building with compiler support but no working runtime support.
403
404 2009-01-22  Ulrich Drepper  <drepper@redhat.com>
405
406         * Makefile.am (rpm): The tarball is now bzip2-compressed.
407
408 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
409
410         * configure.ac: Require gcc with TLS support.
411         Rename USE_TLS to USE_LOCKS.  The option is renamed to
412         --enable-thread-safety.
413
414 2009-01-08  Roland McGrath  <roland@redhat.com>
415
416         * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
417
418 2009-01-05  Roland McGrath  <roland@redhat.com>
419
420         * configure.ac (eu_ZIPLIB): New macro.
421         Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
422
423 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
424
425         * configure.ac: We need automake 1.8 now.
426
427 2008-12-24  Roland McGrath  <roland@redhat.com>
428
429         * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
430         distribute only in .tar.bz2 form now.
431
432 2008-12-16  Roland McGrath  <roland@redhat.com>
433
434         * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
435         * configure.ac: Create it, substituting @eu_version@ with
436         PACKAGE_VERSION canonicalized to four digits of decimal.
437
438 2008-08-25  Roland McGrath  <roland@redhat.com>
439
440         * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
441
442 2008-08-21  Roland McGrath  <roland@redhat.com>
443
444         * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
445         move the contents to lib/eu-config.h instead of keeping them here.
446
447 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
448
449         * configure.ac: Add support for --enable-debugpred.
450         Update likely/unlikely macros for it.
451
452 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
453
454         * Makefile.am: Remove traces of mini builds.
455         * configure.ac: Don't use libelf-po/POTFILES.in as config file
456         anymore.
457
458 2007-05-16  Roland McGrath  <roland@redhat.com>
459
460         * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
461
462 2006-11-02  Roland McGrath  <roland@redhat.com>
463
464         * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
465
466 2006-08-29  Roland McGrath  <roland@redhat.com>
467
468         * configure.ac: Use AM_MAINTAINER_MODE.
469
470 2006-07-12  Ulrich Drepper  <drepper@redhat.com>
471
472         * configure.ac (internal_function): Don't use internal visibility.
473
474 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
475
476         * configure.ac: Add dummy automake conditional to get dependencies
477         for non-generic linker right.  See src/Makefile.am.
478
479 2005-11-18  Roland McGrath  <roland@redhat.com>
480
481         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
482
483 2005-11-16  Roland McGrath  <roland@redhat.com>
484
485         * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
486         In config.h, define ELFUTILS_HEADER macro.
487
488 2005-11-15  Roland McGrath  <roland@redhat.com>
489
490         * Makefile.am (all_SUBDIRS): Add backends.
491         * configure.ac: Write backends/Makefile.
492
493         * configure.ac: Add --enable-tests-rpath option.
494
495 2005-09-16  Roland McGrath  <roland@redhat.com>
496
497         * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
498         Don't set it, since on IA64 you get error messages for unaligned
499         accesses, and on Alpha it's at least very slow.
500
501 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
502
503         * configure.ac: Fix GCOV make condition generation.
504
505 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
506
507         * configure.ac: Add --enable-gcov option.
508
509 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
510
511         * configure.ac: Add --enable-gprof option.
512
513 2005-07-27  Roland McGrath  <roland@redhat.com>
514
515         * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
516
517 2005-07-21  Roland McGrath  <roland@redhat.com>
518
519         * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
520
521 2005-06-01  Roland McGrath  <roland@redhat.com>
522
523         * Makefile.am (all_SUBDIRS): Add libdwfl.
524         * configure.ac: Write libdwfl/Makefile.
525
526 2005-05-19  Roland McGrath  <roland@redhat.com>
527
528         * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
529
530 2005-05-10  Ulrich Drepper  <drepper@redhat.com>
531
532         * configure.ac: Define MODVERSION in config.h.
533
534 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
535
536         * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
537         * configure.ac: Don't use doc subdir for now.
538
539 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
540
541         * configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
542
543 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
544
545         * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
546
547         * Makefile.am (EXTRA_DIST): Remove splint.rc.
548         * splint.rc: Removed.
549
550 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
551
552         * configure.ac: Make compile with gcc 4.0.
553
554 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
555
556         * configure.ac: Use AS_HELP_STRING where applicable.
557
558 2004-01-23  Ulrich Drepper  <drepper@redhat.com>
559
560         * configure.ac: Check for C99 compiler.
561
562         * configure.ac: Change locking macros in config.h to at least
563         evaluate the parameter.  Define base_cpu to none for generic linker.
564
565 2004-01-21  Ulrich Drepper  <drepper@redhat.com>
566
567         * configure.ac: Print error message in case --disable-generic is
568         used if no linker support for the architecture is available.
569
570 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
571
572         * configure.ac: Dont generate libebl-po/Makefile.in,
573         libdw-po/Makefile.in, libasm-po/Makefile.in.
574
575         * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
576
577 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
578
579         * configure.ac: Pretty printing of help message.
580
581         * configure.ac: Move AC_SYS_LARGEFILE test to the front.
582
583         * configure.ac: Add --enable-mudflap option.
584
585 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
586
587         * configure.ac: Major cleanups.  Use aux dir.
588         * config.guess: Moved to new config subdir.
589         * config.rpath: Likewise.
590         * config.sub: Likewise.
591         * depcomp: Likewise.
592         * install-sh: Likewise.
593         * missing: Likewise.
594         * mkinstalldirs: Likewise.
595         * Makefile.am (mini_SUBDIRS): Add config.
596         (EXTRA_DIST): Remove config.rpath.
597
598         * configure.ac: Add AC_REVISION.
599
600         * configure.ac: Add --enable-mudflap option.
601
602 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
603
604         * configure.ac: Drop libdwarf directory.  Add libdw-po.
605         * Makefile.am (all_SUBDIRS): Likewise.
606         * elfutils.spec: Don't distribute anything from libdwarf.
607
608 2004-01-05  Ulrich Drepper  <drepper@redhat.com>
609
610         * Makefile.am: Support separate libelf built.
611
612         * elfutils.spec.in: Create separata elfutils-libelf-devel package.
613         Install libdw DSOs.
614
615         * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
616         name.
617
618 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
619
620         * elfutils.spec.in: Remove references to libebl.so.
621
622 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
623
624         * Moved to CVS archive.
625
626 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
627
628         * The beginning.  See the NEWS file for the time being.