1v0.4.1 (2007-11-13) 2=================== 3 4I have tagged and tarballed Sparse 0.4.1, now available from http://ftp.be.debian.org/pub/software/devel/sparse/dist/ with sha1sum 14085c5317cd7f2c8392fb762969906fa91888ef. 5 6This bugfix release fixes a Sparse assertion which recent Linux kernels started 7triggering, along with a few other fixes. 8 9Full changelog: 10 11Christopher Li (1): 12 * Perform local label lookup 13 14Emil Medve (1): 15 * Handle ignored attribute malloc 16 17Josh Triplett (4): 18 * Add comment on taint flags enum referencing expr->taint 19 * Add test-suite metadata to validation/local-label.c 20 * Add known-to-fail test case for a static forward declaration 21 * Makefile: VERSION=0.4.1 22 23Mike Frysinger (1): 24 * fix install perms of manpages 25 26Tilman Sauerbeck (1): 27 * Added a prototype for mempcpy(). 28 29-- Josh Triplett 30