~diwic/apport/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
apport-retrace:
 - add heuristics for more crash types (SEGV on read/write/exec & mem region)

apport:
 - check crashes of root processes with dropped privs in test suite
 - if CORE_REAL_RLIM is not set, do not write core dump; add test case

dup detection:
 - add merging of two databases -> needs time stamp of last change

GUI:
 - point out bug privacy and to leave it private by default

hooks:
 - add hooks which run during program crash, to collect more runtime data

retracers:
 - cache Contents.gz

hookutils:
- run hooks for related packages in attach_related_packages

apt-dpkg backend:
- use python-apt's Version.get_source() instead of apt-get source