diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-16 02:00:22 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-16 07:03:52 +0200 |
| commit | 729e241bf89a4c654594c10f193741c62c8a7f82 (patch) | |
| tree | 611172871d9d2d9fa64230f9b8112eebd5c3a091 /Documentation/release-notes/v0.4.1.rst | |
| parent | 78f577f89447b138982b512ce71bc13a4160e487 (diff) | |
| download | sparse-dev-729e241bf89a4c654594c10f193741c62c8a7f82.tar.gz | |
doc: copy the old relnotes here
The releases notes of the versions previously released
are stored on the wiki.
Copy them here too (with minimal changes in the markup),
so that everything is centralized here.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation/release-notes/v0.4.1.rst')
| -rw-r--r-- | Documentation/release-notes/v0.4.1.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/release-notes/v0.4.1.rst b/Documentation/release-notes/v0.4.1.rst new file mode 100644 index 00000000..2adc0352 --- /dev/null +++ b/Documentation/release-notes/v0.4.1.rst @@ -0,0 +1,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 |
