]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Start a bug-tracking file for the 3.3 line.
authorJulian Seward <jseward@acm.org>
Wed, 9 Jan 2008 21:19:44 +0000 (21:19 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 9 Jan 2008 21:19:44 +0000 (21:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7333

docs/internals/3_3_BUGSTATUS.txt [new file with mode: 0644]
docs/internals/Makefile.am

diff --git a/docs/internals/3_3_BUGSTATUS.txt b/docs/internals/3_3_BUGSTATUS.txt
new file mode 100644 (file)
index 0000000..1d14552
--- /dev/null
@@ -0,0 +1,26 @@
+
+---------- Legend --------------------------------------------------
+
+n-i-bz  = not in bugzilla
+pending = is scheduled to be fixed (or at least considered) on this branch
+wontfix = will not fix on this branch
+many    = fix composed of many commits
+WF      = waiting for feedback from bug reporter
+
+PRI: 33  = fix this for 3.3.1
+     Vfd = fix has been verified on 3.3.X branch
+
+
+---------- Bugs reported after (in) 3.3.0 --------------------------
+
+TRUNK   33BRANCH  PRI    BUG#  WHAT
+
+r7299   pending    33  n-i-bz  stupid sizeof bug in Helgrind
+r7322   pending    33  n-i-bz  check fd on sys_llseek
+r7323   pending    33  n-i-bz  update syscall lists to kernel 2.6.23.1
+r7324   pending    33  n-i-bz  support sys_sync_file_range
+
+vx1807  pending    33  155011  vex x86->IR: 0xCF (iret)
+
+pending pending    33  155091  Warning [...] unhandled DW_OP_ opcode 0x23
+                               (patch proposed, waiting for feedback)
index aa53d3e3175de489c56d70f2fc8d8f2c18aa2fa8..97ec4ac2957864144d6c2b35655052f972aee264 100644 (file)
@@ -1,5 +1,6 @@
 EXTRA_DIST = \
        3_0_BUGSTATUS.txt 3_1_BUGSTATUS.txt \
+       3_2_BUGSTATUS.txt 3_3_BUGSTATUS.txt \
        darwin-notes.txt darwin-syscalls.txt \
        directory-structure.txt \
        m_replacemalloc.txt \