aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/release-notes/v0.4.1.rst
blob: 2adc0352d519a37be99aa8a7abc648da3ccef757 (plain)
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
v0.4.1 (2007-11-13)
===================

I have tagged and tarballed Sparse 0.4.1, now available from http://ftp.be.debian.org/pub/software/devel/sparse/dist/ with sha1sum 14085c5317cd7f2c8392fb762969906fa91888ef.

This bugfix release fixes a Sparse assertion which recent Linux kernels started
triggering, along with a few other fixes.

Full changelog:

Christopher Li (1):
   * Perform local label lookup

Emil Medve (1):
   * Handle ignored attribute malloc

Josh Triplett (4):
   * Add comment on taint flags enum referencing expr->taint
   * Add test-suite metadata to validation/local-label.c
   * Add known-to-fail test case for a static forward declaration
   * Makefile: VERSION=0.4.1

Mike Frysinger (1):
   * fix install perms of manpages

Tilman Sauerbeck (1):
   * Added a prototype for mempcpy().

-- Josh Triplett