File: ChangeLog2018

package info (click to toggle)
dwarfutils 20201201-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,868 kB
  • sloc: ansic: 104,667; sh: 5,947; cpp: 4,675; python: 878; makefile: 646; awk: 11
file content (96 lines) | stat: -rw-r--r-- 3,877 bytes parent folder | download | duplicates (2)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
2018-12-19  David Anderson
    * configure.ac: Updated version to 20181218.
2018-11-29  David Anderson
    * configure.ac: Updated version to 20181129.
2018-11-04  David Anderson
    * configure.ac: Updated version to 20181123.
2018-11-05  David Anderson
    * configure.ac: Updated version to 20181105.
      Fixing magic-number dectection for mach-o and pe.
2018-10-23  David Anderson
    * configure.ac: Updated version to 20181022.
2018-10-20  David Anderson
    * configure.ac: Updated version to 20181020.
2018-10-15  David Anderson
    * configure.ac: Updated version to 20181015.
    * configure: Regenerated.
2018-10-14  David Anderson
    * configure.ac: Updated version to 20181014.
    * configure: Regenerated.
2018-09-21  David Anderson
    * configure.ac: Updated version to 20180920
    * Makefile.am: Added tsearch (directory) and configure.cmake
      to the files put in a 'make dist' distribution so
      cmake works with a released tar.gz.
2018-09-12  David Anderson
    * configure.ac: Updated version to 20180912
    * configure. Regenerated. Version now 20180912
2018-09-11  David Anderson
    * configure.ac: Restored the configure option
      --enable-nonstandardprintf which sets the
      config.h HAVE_NONSTANDARD_PRINTF_64_FORMAT
      variable for those needing it.
      See libdwarf/libdwarf.h.in for its use.
    * configure. Regenerated. Version now 20180910
2018-09-02  David Anderson
    * README: noted the example install commands for libelf and zlib
      work on 18.04 Ubuntu as well as 16.04.
    * configure.ac: Updated version to 20180901.
      Corrected a couple of typos in the summary output of configure.
    * configure: Regenerated.
2018-08-24  David Anderson
    * README: Moved comments about common build problems
      to the beginning of the text. 
      Removed trailing whitespace.
2018-08-23  David Anderson
    * README: Added mention of the aclocal-missing configure/
      build problem and the simple action to fix it.
2018-08-21  David Anderson
    * configure.ac: Version 20180821. --enable-wall
      did not show up in the output and wound up ignored.
    * configure: Regenerated.
2018-08-14  David Anderson
    * configure.ac: Version 20180814. Fixed small Makefile.am
      omissions in dwarfdump and libdwarf.
    * configure: Regenerated.
2018-08-09  David Anderson
    * configure.ac: Version 20180809
    * configure: Regenerated.
2018-08-06  David Anderson
    * configure.ac: Version now 20180808.
    * Makefile.am: Corrected references to runtest.sh
    * configure: Regenerated.
2018-08-06  David Anderson
    * configure.ac: Version now 20180806.
2018-08-05  David Anderson
    * configure.ac: Version now 20180805.
    * configure: Regenerated.
2018-08-02  David Anderson
    * configure.ac: Deleted unneeded variables.
      Now env vars like CFLAGS work in standard fashion.
      Updated version to 20180801
    * configure: Regenerated
2018-08-02  David Anderson
    * README: Added and corrected some details of the new
      configure.
2018-07-31  David Anderson
    * configure.ac: Fix the .so version number fields to be
      1 0 0, not 1 5 0
      version is now hand typed in, not generated by current
      date
    * Makefile.am: Now reflects renaming of
      CPLIBDWARFTAR to CPTARTOWEBDIR
      add runtests.sh to files in distribution
    * configure: regenerated
2018-07-23  David Anderson
    * configure.ac: Reintroduced CXX -wno-long-long
      to avoid spurious warnings from C++ when using
      --enable-wall.
    * configure: Regenerated.
2018-07-22  David Anderson
    * configure.ac: Complete the handling of --enable-sanitize.
2018-07-19  David Anderson
    * NEWS, README: Updated to match the new configure code.
    * configure.ac: Now configure is created by autoreconf -vif
      and the only configure.ac is here in the same
      directory as this ChangeLog.