aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/release-notes/v0.4.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/release-notes/v0.4.1.rst')
-rw-r--r--Documentation/release-notes/v0.4.1.rst29
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