File: NEWS

package info (click to toggle)
minicoredumper 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,340 kB
  • ctags: 731
  • sloc: ansic: 5,085; sh: 4,397; makefile: 145
file content (85 lines) | stat: -rw-r--r-- 2,147 bytes parent folder | download
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

minicoredumper Release Notes
============================

1.0.2 (2015-11-30)

    * Add inotify-based notification method.

    * Known problems:

        - broken for 32-bit applications using more than 2GB memory

        - unable to dump libraries if they are linked using relative paths

        - minicoredumper_dbusd does not know if registered applications
          exit without unregistering

1.0.1 (2015-11-03)

    * Change dump base template to more human-friendly format.

    * Add support for wrapping core file in tarball.

    * Add support for core file compression.

    * Add minicoredumper_trigger tool.

    * libminicoredumper now dumps some /proc data.

    * Dump syslog messages to debug.txt if write_debug_log is enabled.

    * Check for pkg-config with configure.

    * Add support for C++.

    * Dump all thread info.

    * Dump all auxv phdrs and dyns.

    * Add compatibility layer for glib <2.36.

    * Lock current memory.

    * Fix support for Position Independent Executables (PIE).

    * Fix dumping maps when no buffers specified.

    * Fix values returned by `pkg-config --libs minicoredumper`.

    * Fix possible accidental VMA truncation.

    * Fix incomplete copying of /proc file content.

    * Fix crash when trying to read invalid memory.

    * Fix crash in libminicoredumper exit when minicoredumper_dbusd is not
      available.

    * Fix compiler warnings.

    * Cosmetic function/parameter naming cleanup.

    * Known problems:

        - broken for 32-bit applications using more than 2GB memory

        - unable to dump libraries if they are linked using relative paths

        - minicoredumper_dbusd does not know if registered applications
          exit without unregistering

1.0.0 (2015-06-01)

    * Initial release.

    * Known problems:

        - support for Position Independent Executables (PIE) is incomplete

        - broken for 32-bit applications using more than 2GB memory

        - unable to dump libraries if they are linked using relative paths

        - minicoredumper_dbusd does not know if registered applications
          exit without unregistering