~ubuntu-branches/debian/sid/strace/sid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Frederik Schüler
  • Date: 2010-05-04 14:31:46 UTC
  • mfrom: (0.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504143146-yo6uohwusjj7qxm3
Tags: 4.5.20-2
Add missing sparc syscall defines to fix FTBFS on sparc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Noteworthy changes in release 4.5.20
 
2
====================================
 
3
 
 
4
* Improvements
 
5
  * Implemented decoding of new linux syscalls: inotify_init1, recvmmsg.
 
6
  * Implemented basic decoding of new linux syscalls: preadv, pwritev,
 
7
    rt_tgsigqueueinfo, perf_event_open.
 
8
  * Enhanced decoding of recently added syscalls on non-x86 architectures
 
9
    by replacing a bare decoder with elaborate parsers enabled earlier
 
10
    for x86/x86-64.
 
11
  * Implemented -C option to combine regular and -c output.
 
12
    (Addresses Debian bug #466196)
 
13
  * Enhanced decoding of mbind and mremap syscalls.
 
14
  * Enhanced SOL_PACKET socket options decoding.
 
15
  * Regenerated list of ioctl names from linux 2.6.33.
 
16
  * Added TILE architecture support.
 
17
 
 
18
* Bug fixes
 
19
  * Fixed build with Linux kernel headers 2.6.32-rc5+.
 
20
    (Addresses Debian bug #560516 and Fedora bug #539044)
 
21
  * Fixed build on mips.
 
22
  * Fixed handling of Linux systems without struct statfs64.
 
23
  * Fixed reporting signal mask by sigreturn on powerpc.
 
24
  * Fixed potential stack buffer overflow in select decoder.
 
25
    (Addresses Fedora bug #556678)
 
26
  * Corrected msgsnd indirect ipccall decoding.
 
27
  * Corrected decoding of 64bit syscalls.
 
28
    (Addresses Debian bug #570603)
 
29
  * Corrected getsockopt decoding on architectures where
 
30
    sizeof(long) > sizeof(int).
 
31
    (Addresses Debian bug #494844)
 
32
  * Corrected decoding of epoll_pwait.
 
33
    (Addresses Debian bug #513014)
 
34
  * Corrected handling of killed threads.
 
35
 
1
36
Noteworthy changes in release 4.5.19
2
37
====================================
3
38
 
38
73
  * Marked sendfile(2) as a network syscall.
39
74
    (Addresses Debian bug #509499)
40
75
  * Fixed accept(2) decoding.
 
76
    (Addresses Debian bug #507573)
41
77
  * Fixed sigtimedwait(2) decoding.
42
78
  * Fixed build on ARM EABI.
43
79
    (Addresses Debian bugs #520084 and #535564, and Fedora bug #507576)